Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c300 #define MAPCPUVER(cpuver) (cpuvermap[(cpuver) - CPC_PENTIUM]) macro
318 if (!validargs(cpuver, regno) || (n->ver & MAPCPUVER(cpuver)) == 0) in versionmatch()
321 switch (MAPCPUVER(cpuver)) { in versionmatch()
361 switch (MAPCPUVER(cpuver)) { in getnametable()
436 switch (MAPCPUVER(cpuver)) { in cpc_getcciname()
455 switch (MAPCPUVER(cpuver)) { in cpc_getcpuref()
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c397 #define MAPCPUVER(cpuver) (cpuvermap[(cpuver) - CPC_ULTRA1]) macro
415 if (!validargs(cpuver, regno) || n->ver != MAPCPUVER(cpuver)) in versionmatch()
428 switch (MAPCPUVER(cpuver)) { in getnametable()
510 switch (MAPCPUVER(cpuver)) { in cpc_getcciname()
534 switch (MAPCPUVER(cpuver)) { in cpc_getcpuref()