Home
last modified time | relevance | path

Searched refs:INTERRUPT_INST_STORAGE (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/powerpc/mm/
Dfault.c200 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in bad_kernel_fault()
411 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in ___do_page_fault()
611 case INTERRUPT_INST_STORAGE: in __bad_page_fault()
/Linux-v6.1/arch/powerpc/include/asm/
Dinterrupt.h36 #define INTERRUPT_INST_STORAGE 0x400 macro
/Linux-v6.1/arch/powerpc/kernel/
Dhead_book3s_32.S311 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess)
331 EXCEPTION_PROLOG_2 INTERRUPT_INST_STORAGE InstructionAccess
Dhead_8xx.S312 EXCEPTION_PROLOG INTERRUPT_INST_STORAGE InstructionTLBError
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dhash_utils.c1253 if (trap == INTERRUPT_INST_STORAGE) { in hash_page_do_lazy_icache()
1650 if (TRAP(regs) == INTERRUPT_INST_STORAGE) in DEFINE_INTERRUPT_HANDLER()