Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/
Dfault.c202 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in bad_kernel_fault()
419 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in ___do_page_fault()
627 case INTERRUPT_INST_STORAGE: in __bad_page_fault()
/linux-6.12.1/arch/powerpc/include/asm/
Dinterrupt.h36 #define INTERRUPT_INST_STORAGE 0x400 macro
/linux-6.12.1/arch/powerpc/kernel/
Dhead_book3s_32.S312 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess)
332 EXCEPTION_PROLOG_2 INTERRUPT_INST_STORAGE InstructionAccess
Dhead_8xx.S285 EXCEPTION_PROLOG INTERRUPT_INST_STORAGE InstructionTLBError
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dhash_utils.c1323 if (trap == INTERRUPT_INST_STORAGE) { in hash_page_do_lazy_icache()
1727 if (TRAP(regs) == INTERRUPT_INST_STORAGE) in DEFINE_INTERRUPT_HANDLER()