Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/
H A Dfault.c195 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()
617 case INTERRUPT_INST_STORAGE: in __bad_page_fault()
/openbmc/linux/arch/powerpc/include/asm/
H A Dinterrupt.h36 #define INTERRUPT_INST_STORAGE 0x400 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_book3s_32.S312 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess)
332 EXCEPTION_PROLOG_2 INTERRUPT_INST_STORAGE InstructionAccess
H A Dhead_8xx.S313 EXCEPTION_PROLOG INTERRUPT_INST_STORAGE InstructionTLBError
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1320 if (trap == INTERRUPT_INST_STORAGE) { in hash_page_do_lazy_icache()
1717 if (TRAP(regs) == INTERRUPT_INST_STORAGE) in DEFINE_INTERRUPT_HANDLER()