HomeSort by: relevance | last modified time | path
    Searched refs:IDM_ARCH_MASK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/sun/
idprom.h 55 #define IDM_ARCH_MASK 0xf0
  /src/sys/arch/sun2/sun2/
locore2.c 218 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN2) {
  /src/sys/arch/sun3/sun3/
locore2.c 238 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3) {
  /src/sys/arch/sun3/sun3x/
machdep.c 264 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3X) {

Completed in 13 milliseconds