/Linux-v6.1/arch/arm64/mm/ |
D | fault.c | 56 static inline const struct fault_info *esr_to_fault_info(unsigned long esr) in esr_to_fault_info() 61 static inline const struct fault_info *esr_to_debug_fault_info(unsigned long esr) in esr_to_debug_fault_info() 66 static void data_abort_decode(unsigned long esr) in data_abort_decode() 88 static void mem_abort_decode(unsigned long esr) in mem_abort_decode() 232 static bool is_el1_instruction_abort(unsigned long esr) in is_el1_instruction_abort() 237 static bool is_el1_data_abort(unsigned long esr) in is_el1_data_abort() 242 static inline bool is_el1_permission_fault(unsigned long addr, unsigned long esr, in is_el1_permission_fault() 261 unsigned long esr, in is_spurious_el1_translation_fault() 293 unsigned long esr, struct pt_regs *regs) in die_kernel_fault() 311 static void report_tag_fault(unsigned long addr, unsigned long esr, in report_tag_fault() [all …]
|
/Linux-v6.1/arch/arm64/kernel/ |
D | entry-common.c | 285 unsigned long esr) in __panic_unhandled() 361 static void noinstr el1_abort(struct pt_regs *regs, unsigned long esr) in el1_abort() 372 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) in el1_pc() 383 static void noinstr el1_undef(struct pt_regs *regs, unsigned long esr) in el1_undef() 392 static void noinstr el1_bti(struct pt_regs *regs, unsigned long esr) in el1_bti() 401 static void noinstr el1_dbg(struct pt_regs *regs, unsigned long esr) in el1_dbg() 411 static void noinstr el1_fpac(struct pt_regs *regs, unsigned long esr) in el1_fpac() 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() [all …]
|
D | traps.c | 246 unsigned long esr = tsk->thread.fault_code; in arm64_show_signal() local 489 void do_undefinstr(struct pt_regs *regs, unsigned long esr) in do_undefinstr() 510 void do_el1_bti(struct pt_regs *regs, unsigned long esr) in do_el1_bti() 516 void do_el0_fpac(struct pt_regs *regs, unsigned long esr) in do_el0_fpac() 521 void do_el1_fpac(struct pt_regs *regs, unsigned long esr) in do_el1_fpac() 586 static void ctr_read_handler(unsigned long esr, struct pt_regs *regs) in ctr_read_handler() 605 static void cntvct_read_handler(unsigned long esr, struct pt_regs *regs) in cntvct_read_handler() 613 static void cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) in cntfrq_read_handler() 621 static void mrs_handler(unsigned long esr, struct pt_regs *regs) in mrs_handler() 632 static void wfi_handler(unsigned long esr, struct pt_regs *regs) in wfi_handler() [all …]
|
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()
|
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()
|
D | fpsimd.c | 1385 void do_sve_acc(unsigned long esr, struct pt_regs *regs) in do_sve_acc() 1427 void do_sme_acc(unsigned long esr, struct pt_regs *regs) in do_sme_acc() 1471 void do_fpsimd_acc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_acc() 1480 void do_fpsimd_exc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_exc()
|
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-v6.1/arch/arm64/kvm/ |
D | handle_exit.c | 30 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u64 esr) in kvm_handle_guest_serror() 95 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_wfx() local 148 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_guest_debug() local 169 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_unknown_ec() local 227 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_get_exit_handler() local 328 void __noreturn __cold nvhe_hyp_panic_handler(u64 esr, u64 spsr, in nvhe_hyp_panic_handler()
|
D | inject_fault.c | 21 u64 esr = 0; in inject_abt64() local 51 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 143 unsigned long addr, esr; in kvm_inject_size_fault() local 184 void kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) in kvm_set_sei_esr()
|
D | sys_regs.h | 30 #define esr_sys64_to_params(esr) \ argument 38 #define esr_cp1x_32_to_params(esr) \ argument
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | traps.h | 60 static inline bool arm64_is_ras_serror(unsigned long esr) in arm64_is_ras_serror() 80 static inline unsigned long arm64_ras_serror_get_severity(unsigned long esr) in arm64_ras_serror_get_severity()
|
D | kvm_ras.h | 17 static inline int kvm_handle_guest_sea(phys_addr_t addr, u64 esr) in kvm_handle_guest_sea()
|
D | exception.h | 24 unsigned long esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local
|
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 195 #define ESR_ELx_SYS64_ISS_RT(esr) \ argument 348 static inline bool esr_is_data_abort(unsigned long esr) in esr_is_data_abort()
|
D | kvm_emulate.h | 239 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_get_condition() local 370 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_sys_get_rt() local
|
/Linux-v6.1/arch/sh/boards/mach-dreamcast/ |
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-v6.1/arch/arm64/kernel/probes/ |
D | uprobes.c | 169 unsigned long esr) in uprobe_breakpoint_handler() 178 unsigned long esr) in uprobe_single_step_handler()
|
D | kprobes.c | 353 kprobe_breakpoint_ss_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_ss_handler() 377 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_handler()
|
/Linux-v6.1/arch/arm64/kvm/hyp/include/hyp/ |
D | fault.h | 44 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info()
|
D | switch.h | 275 static inline bool esr_is_ptrauth_trap(u64 esr) in esr_is_ptrauth_trap()
|
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
D | sys_regs.c | 36 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 484 unsigned long esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_pvm_sysreg() local
|
D | hyp-main.c | 279 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap() local
|
/Linux-v6.1/drivers/net/ethernet/ibm/emac/ |
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-v6.1/arch/powerpc/include/uapi/asm/ |
D | kvm_para.h | 58 __u32 esr; member
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | core_lca.h | 168 unsigned long esr; /* error-status register */ member 187 unsigned long esr; /* error status register */ member
|