Home
last modified time | relevance | path

Searched refs:IDM_ARCH_MASK (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/sun/
Didprom.h55 #define IDM_ARCH_MASK 0xf0 macro
/netbsd/src/sys/arch/sun2/sun2/
Dlocore2.c218 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN2) { in _verify_hardware()
/netbsd/src/sys/arch/sun3/sun3/
Dlocore2.c238 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3) { in _verify_hardware()
/netbsd/src/sys/arch/sun3/sun3x/
Dmachdep.c264 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3X) { in identifycpu()