Searched refs:EXC_LAST (Results 1 – 8 of 8) sorted by relevance
108 #define EXC_LAST 0x2f00 /* Last possible exception vector */ macro
185 #define __PROFILE_VECTOR_TOP (EXC_LAST + 0x100)
82 char save_trap_init[0x2f00]; /* EXC_LAST */83 char save_trap_of[0x2f00]; /* EXC_LAST */97 bcopy((void *)PHYS_TO_DMAP(EXC_RST), save_trap_vec, EXC_LAST - EXC_RST); in ofw_save_trap_vec() 107 EXC_LAST - EXC_RST); in ofw_restore_trap_vec() 108 __syncicache((void *)PHYS_TO_DMAP(EXC_RSVD), EXC_LAST - EXC_RSVD); in ofw_restore_trap_vec()
378 for (trap = EXC_RST; trap < EXC_LAST; trap += 0x20) in aim_cpu_init()460 __syncicache(EXC_RSVD, EXC_LAST - EXC_RSVD); in aim_cpu_init()
790 if (phys_avail[j] < EXC_LAST) in moea_bootstrap()791 phys_avail[j] += EXC_LAST; in moea_bootstrap()
892 for (pa = EXC_RSVD; pa < EXC_LAST; pa += PAGE_SIZE) in moea64_setup_direct_map()990 if (phys_avail[j] < EXC_LAST) in moea64_early_bootstrap()991 phys_avail[j] += EXC_LAST; in moea64_early_bootstrap()
1974 if (phys_avail[j] < EXC_LAST) in mmu_radix_early_bootstrap() 1975 phys_avail[j] += EXC_LAST; in mmu_radix_early_bootstrap()
150 { EXC_LAST, NULL }182 for (pe = powerpc_exceptions; pe->vector != EXC_LAST; pe++) { in trapname()