Searched refs:do_sp_pc_abort (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry-common.c | 133 do_sp_pc_abort(far, esr, regs); in el1_pc() 313 do_sp_pc_abort(far, esr, regs); in el0_pc() 320 do_sp_pc_abort(regs->sp, esr, regs); in el0_sp()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | exception.h | 50 void do_sp_pc_abort(unsigned long addr, unsigned int esr, struct pt_regs *regs);
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | fault.c | 871 void do_sp_pc_abort(unsigned long addr, unsigned int esr, struct pt_regs *regs) in do_sp_pc_abort() function 878 NOKPROBE_SYMBOL(do_sp_pc_abort);
|