Searched refs:do_mem_abort (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/arch/arm64/include/asm/ |
| D | exception.h | 60 void do_mem_abort(unsigned long far, unsigned long esr, struct pt_regs *regs);
|
| /Linux-v6.1/arch/arm64/kernel/ |
| D | entry-common.c | 367 do_mem_abort(far, esr, regs); in el1_abort() 515 do_mem_abort(far, esr, regs); in el0_da() 533 do_mem_abort(far, esr, regs); in el0_ia()
|
| /Linux-v6.1/arch/arm64/mm/ |
| D | fault.c | 816 void do_mem_abort(unsigned long far, unsigned long esr, struct pt_regs *regs) in do_mem_abort() function 834 NOKPROBE_SYMBOL(do_mem_abort);
|