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

  /src/sys/arch/powerpc/ibm4xx/
ibm4xx_machdep.c 270 for (uintptr_t exc = EXC_RSVD; exc <= EXC_LAST; exc += 0x100) {
280 __syncicache((void *)EXC_RST, EXC_LAST - EXC_RST + 0x100);
  /src/sys/arch/powerpc/include/
trap.h 100 #define EXC_LAST 0x2f00 /* Last possible exception vector */
  /src/sys/arch/powerpc/oea/
oea_machdep.c 203 for (exc = exc_base; exc <= exc_base + EXC_LAST; exc += 0x100) {
381 (uintptr_t)ip <= exc_base + EXC_LAST;
462 __syncicache((void *)exc_base, EXC_LAST + 0x100);

Completed in 19 milliseconds