Home
last modified time | relevance | path

Searched refs:EXC_LAST (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/powerpc/ibm4xx/
Dibm4xx_machdep.c270 for (uintptr_t exc = EXC_RSVD; exc <= EXC_LAST; exc += 0x100) { in ibm4xx_init()
280 __syncicache((void *)EXC_RST, EXC_LAST - EXC_RST + 0x100); in ibm4xx_init()
/netbsd/src/sys/arch/powerpc/include/
Dtrap.h97 #define EXC_LAST 0x2f00 /* Last possible exception vector */ macro
/netbsd/src/sys/arch/powerpc/oea/
Doea_machdep.c203 for (exc = exc_base; exc <= exc_base + EXC_LAST; exc += 0x100) { in oea_init()
381 (uintptr_t)ip <= exc_base + EXC_LAST; in oea_init()
462 __syncicache((void *)exc_base, EXC_LAST + 0x100); in oea_init()