Searched refs:do_mem_abort (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/arm64/kernel/ |
| D | entry-common.c | 119 do_mem_abort(far, esr, regs); in el1_abort() 260 do_mem_abort(far, esr, regs); in el0_da() 277 do_mem_abort(far, esr, regs); in el0_ia()
|
| /Linux-v5.10/arch/arm64/include/asm/ |
| D | exception.h | 40 void do_mem_abort(unsigned long addr, unsigned int esr, struct pt_regs *regs);
|
| /Linux-v5.10/arch/arm64/mm/ |
| D | fault.c | 720 void do_mem_abort(unsigned long addr, unsigned int esr, struct pt_regs *regs) in do_mem_abort() function 736 NOKPROBE_SYMBOL(do_mem_abort);
|