/linux-6.3-rc2/arch/arm64/mm/ |
A D | fault.c | 67 static void data_abort_decode(unsigned long esr) in data_abort_decode() 89 static void mem_abort_decode(unsigned long esr) in mem_abort_decode() 233 static bool is_el1_instruction_abort(unsigned long esr) in is_el1_instruction_abort() 238 static bool is_el1_data_abort(unsigned long esr) in is_el1_data_abort() 262 unsigned long esr, in is_spurious_el1_translation_fault() 294 unsigned long esr, struct pt_regs *regs) in die_kernel_fault() 357 static bool is_translation_fault(unsigned long esr) in is_translation_fault() 464 static void do_bad_area(unsigned long far, unsigned long esr, in do_bad_area() 515 static bool is_el0_instruction_abort(unsigned long esr) in is_el0_instruction_abort() 524 static bool is_write_abort(unsigned long esr) in is_write_abort() [all …]
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | entry-common.c | 285 unsigned long esr) in __panic_unhandled() 372 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) in el1_pc() 422 unsigned long esr = read_sysreg(esr_el1); in el1h_64_sync_handler() local 501 unsigned long esr = read_sysreg(esr_el1); in el1h_64_error_handler() local 509 static void noinstr el0_da(struct pt_regs *regs, unsigned long esr) in el0_da() 519 static void noinstr el0_ia(struct pt_regs *regs, unsigned long esr) in el0_ia() 577 static void noinstr el0_pc(struct pt_regs *regs, unsigned long esr) in el0_pc() 651 unsigned long esr = read_sysreg(esr_el1); in el0t_64_sync_handler() local 744 unsigned long esr = read_sysreg(esr_el1); in __el0_error_handler_common() local 779 unsigned long esr = read_sysreg(esr_el1); in el0t_32_sync_handler() local [all …]
|
A D | traps.c | 247 unsigned long esr = tsk->thread.fault_code; in arm64_show_signal() local 454 void do_el0_undef(struct pt_regs *regs, unsigned long esr) in do_el0_undef() 475 void do_el1_undef(struct pt_regs *regs, unsigned long esr) in do_el1_undef() 494 void do_el1_bti(struct pt_regs *regs, unsigned long esr) in do_el1_bti() 503 void do_el0_fpac(struct pt_regs *regs, unsigned long esr) in do_el0_fpac() 508 void do_el1_fpac(struct pt_regs *regs, unsigned long esr) in do_el1_fpac() 737 void do_el0_cp15(unsigned long esr, struct pt_regs *regs) in do_el0_cp15() 777 void do_el0_sys(unsigned long esr, struct pt_regs *regs) in do_el0_sys() 841 const char *esr_get_class_string(unsigned long esr) in esr_get_class_string() 943 void do_serror(struct pt_regs *regs, unsigned long esr) in do_serror() [all …]
|
A D | debug-monitors.c | 205 static int call_step_hook(struct pt_regs *regs, unsigned long esr) in call_step_hook() 241 static int single_step_handler(unsigned long unused, unsigned long esr, in single_step_handler() 302 static int call_break_hook(struct pt_regs *regs, unsigned long esr) in call_break_hook() 325 static int brk_handler(unsigned long unused, unsigned long esr, in brk_handler()
|
A D | kgdb.c | 235 static int kgdb_brk_fn(struct pt_regs *regs, unsigned long esr) in kgdb_brk_fn() 251 static int kgdb_step_brk_fn(struct pt_regs *regs, unsigned long esr) in kgdb_step_brk_fn()
|
A D | fpsimd.c | 1440 void do_sve_acc(unsigned long esr, struct pt_regs *regs) in do_sve_acc() 1482 void do_sme_acc(unsigned long esr, struct pt_regs *regs) in do_sme_acc() 1526 void do_fpsimd_acc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_acc() 1535 void do_fpsimd_exc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_exc()
|
A D | hw_breakpoint.c | 620 static int breakpoint_handler(unsigned long unused, unsigned long esr, in breakpoint_handler() 754 static int watchpoint_handler(unsigned long addr, unsigned long esr, in watchpoint_handler()
|
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | handle_exit.c | 31 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u64 esr) in kvm_handle_guest_serror() 128 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_wfx() local 181 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_guest_debug() local 202 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_unknown_ec() local 270 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_get_exit_handler() local 371 void __noreturn __cold nvhe_hyp_panic_handler(u64 esr, u64 spsr, in nvhe_hyp_panic_handler()
|
A D | inject_fault.c | 61 u64 esr = 0; in inject_abt64() local 97 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 192 unsigned long addr, esr; in kvm_inject_size_fault() local 233 void kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) in kvm_set_sei_esr()
|
A D | sys_regs.h | 30 #define esr_sys64_to_params(esr) \ argument 38 #define esr_cp1x_32_to_params(esr) \ argument
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | traps.h | 59 static inline bool arm64_is_ras_serror(unsigned long esr) in arm64_is_ras_serror() 79 static inline unsigned long arm64_ras_serror_get_severity(unsigned long esr) in arm64_ras_serror_get_severity()
|
A D | kvm_ras.h | 17 static inline int kvm_handle_guest_sea(phys_addr_t addr, u64 esr) in kvm_handle_guest_sea()
|
A D | exception.h | 24 unsigned long esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local
|
A D | esr.h | 74 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument 79 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK) argument 204 #define ESR_ELx_SYS64_ISS_RT(esr) \ argument 362 static inline bool esr_is_data_abort(unsigned long esr) in esr_is_data_abort()
|
A D | kvm_emulate.h | 301 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_get_condition() local 432 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_sys_get_rt() local
|
/linux-6.3-rc2/arch/sh/boards/mach-dreamcast/ |
A D | irq.c | 90 __u32 esr = ESR_BASE + (LEVEL(irq) << 2); in mask_ack_systemasic_irq() local 107 __u32 emr, esr, status, level; in systemasic_irq_demux() local
|
/linux-6.3-rc2/arch/arm64/kernel/probes/ |
A D | uprobes.c | 169 unsigned long esr) in uprobe_breakpoint_handler() 178 unsigned long esr) in uprobe_single_step_handler()
|
A D | kprobes.c | 302 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_handler() 351 kprobe_breakpoint_ss_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_ss_handler()
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/include/hyp/ |
A D | fault.h | 44 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info()
|
A D | switch.h | 275 static inline bool esr_is_ptrauth_trap(u64 esr) in esr_is_ptrauth_trap()
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/ |
A D | sys_regs.c | 37 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 485 unsigned long esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_pvm_sysreg() local
|
A D | hyp-main.c | 385 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap() local
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/emac/ |
A D | mal.c | 220 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_serr() local 353 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_int() local
|
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/ |
A D | kvm_para.h | 58 __u32 esr; member
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | core_lca.h | 168 unsigned long esr; /* error-status register */ member 187 unsigned long esr; /* error status register */ member
|