Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dtlb_nohash.c573 patch_exception(0x1c0, exc_data_tlb_miss_htw_book3e); in setup_mmu_htw()
574 patch_exception(0x1e0, exc_instruction_tlb_miss_htw_book3e); in setup_mmu_htw()
579 patch_exception(0x1c0, exc_data_tlb_miss_e6500_book3e); in setup_mmu_htw()
580 patch_exception(0x1e0, exc_instruction_tlb_miss_e6500_book3e); in setup_mmu_htw()
680 patch_exception(0x1c0, exc_data_tlb_miss_bolted_book3e); in early_init_mmu_global()
681 patch_exception(0x1e0, in early_init_mmu_global()
/linux-4.1.27/arch/powerpc/include/asm/
Dcode-patching.h39 #define patch_exception(exc, name) do { \ macro
/linux-4.1.27/arch/powerpc/kernel/
Dsetup_64.c621 patch_exception(0x040, exc_debug_debug_book3e); in exc_lvl_early_init()