Searched refs:do_mem_abort (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | exception.h | 55 void do_mem_abort(unsigned long far, unsigned long esr, struct pt_regs *regs);
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | entry-common.c | 398 do_mem_abort(far, esr, regs); in el1_abort() 546 do_mem_abort(far, esr, regs); in el0_da() 564 do_mem_abort(far, esr, regs); in el0_ia()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | fault.c | 841 void do_mem_abort(unsigned long far, unsigned long esr, struct pt_regs *regs) in do_mem_abort() function 859 NOKPROBE_SYMBOL(do_mem_abort);
|