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)
97 bcopy(PHYS_TO_DMAP(EXC_RST), save_trap_vec, EXC_LAST - EXC_RST); in ofw_save_trap_vec()106 bcopy(restore_trap_vec, PHYS_TO_DMAP(EXC_RST), EXC_LAST - EXC_RST); in ofw_restore_trap_vec()107 __syncicache(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() 461 __syncicache(EXC_RSVD, EXC_LAST - EXC_RSVD); in aim_cpu_init()
791 if (phys_avail[j] < EXC_LAST) in moea_bootstrap()792 phys_avail[j] += EXC_LAST; in moea_bootstrap()
863 for (pa = EXC_RSVD; pa < EXC_LAST; pa += PAGE_SIZE) in moea64_setup_direct_map()961 if (phys_avail[j] < EXC_LAST) in moea64_early_bootstrap()962 phys_avail[j] += EXC_LAST; in moea64_early_bootstrap()
1973 if (phys_avail[j] < EXC_LAST) in mmu_radix_early_bootstrap()1974 phys_avail[j] += EXC_LAST; in mmu_radix_early_bootstrap()
152 { EXC_LAST, NULL }184 for (pe = powerpc_exceptions; pe->vector != EXC_LAST; pe++) { in trapname()