Home
last modified time | relevance | path

Searched refs:MAPCPUVER (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c302 #define MAPCPUVER(cpuver) (cpuvermap[(cpuver) - CPC_PENTIUM]) macro
320 if (!validargs(cpuver, regno) || (n->ver & MAPCPUVER(cpuver)) == 0) in versionmatch()
323 switch (MAPCPUVER(cpuver)) { in versionmatch()
363 switch (MAPCPUVER(cpuver)) { in getnametable()
438 switch (MAPCPUVER(cpuver)) { in cpc_getcciname()
457 switch (MAPCPUVER(cpuver)) { in cpc_getcpuref()
/titanic_44/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c399 #define MAPCPUVER(cpuver) (cpuvermap[(cpuver) - CPC_ULTRA1]) macro
417 if (!validargs(cpuver, regno) || n->ver != MAPCPUVER(cpuver)) in versionmatch()
430 switch (MAPCPUVER(cpuver)) { in getnametable()
512 switch (MAPCPUVER(cpuver)) { in cpc_getcciname()
536 switch (MAPCPUVER(cpuver)) { in cpc_getcpuref()