/Linux-v4.19/arch/arm64/mm/ |
D | fault.c | 60 static inline const struct fault_info *esr_to_fault_info(unsigned int esr) in esr_to_fault_info() 66 static inline int notify_page_fault(struct pt_regs *regs, unsigned int esr) in notify_page_fault() 81 static inline int notify_page_fault(struct pt_regs *regs, unsigned int esr) in notify_page_fault() 87 static void data_abort_decode(unsigned int esr) in data_abort_decode() 109 static void mem_abort_decode(unsigned int esr) in mem_abort_decode() 233 static bool is_el1_instruction_abort(unsigned int esr) in is_el1_instruction_abort() 238 static inline bool is_el1_permission_fault(unsigned int esr, in is_el1_permission_fault() 259 unsigned int esr, struct pt_regs *regs) in die_kernel_fault() 274 static void __do_kernel_fault(unsigned long addr, unsigned int esr, in __do_kernel_fault() 300 static void __do_user_fault(struct siginfo *info, unsigned int esr) in __do_user_fault() [all …]
|
/Linux-v4.19/arch/arm64/kernel/ |
D | traps.c | 237 unsigned int esr = tsk->thread.fault_code; in arm64_force_sig_info() local 437 static void user_cache_maint_handler(unsigned int esr, struct pt_regs *regs) in user_cache_maint_handler() 473 static void ctr_read_handler(unsigned int esr, struct pt_regs *regs) in ctr_read_handler() 483 static void cntvct_read_handler(unsigned int esr, struct pt_regs *regs) in cntvct_read_handler() 491 static void cntfrq_read_handler(unsigned int esr, struct pt_regs *regs) in cntfrq_read_handler() 532 asmlinkage void __exception do_sysinstr(unsigned int esr, struct pt_regs *regs) in do_sysinstr() 591 const char *esr_get_class_string(u32 esr) in esr_get_class_string() 600 asmlinkage void bad_mode(struct pt_regs *regs, int reason, unsigned int esr) in bad_mode() 617 asmlinkage void bad_el0_sync(struct pt_regs *regs, int reason, unsigned int esr) in bad_el0_sync() 644 unsigned int esr = read_sysreg(esr_el1); in handle_bad_stack() local [all …]
|
D | debug-monitors.c | 191 static int call_step_hook(struct pt_regs *regs, unsigned int esr) in call_step_hook() 230 static int single_step_handler(unsigned long addr, unsigned int esr, in single_step_handler() 295 static int call_break_hook(struct pt_regs *regs, unsigned int esr) in call_break_hook() 310 static int brk_handler(unsigned long addr, unsigned int esr, in brk_handler()
|
D | kgdb.c | 245 static int kgdb_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_brk_fn() 261 static int kgdb_step_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_step_brk_fn()
|
D | fpsimd.c | 806 asmlinkage void do_sve_acc(unsigned int esr, struct pt_regs *regs) in do_sve_acc() 834 asmlinkage void do_fpsimd_acc(unsigned int esr, struct pt_regs *regs) in do_fpsimd_acc() 843 asmlinkage void do_fpsimd_exc(unsigned int esr, struct pt_regs *regs) in do_fpsimd_exc()
|
D | hw_breakpoint.c | 626 static int breakpoint_handler(unsigned long unused, unsigned int esr, in breakpoint_handler() 739 static int watchpoint_handler(unsigned long addr, unsigned int esr, in watchpoint_handler()
|
/Linux-v4.19/arch/arm64/kvm/ |
D | inject_fault.c | 68 u32 esr = 0; in inject_abt64() local 103 u32 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 167 void kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) in kvm_set_sei_esr()
|
D | handle_exit.c | 41 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u32 esr) in kvm_handle_guest_serror()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | traps.h | 80 static inline bool arm64_is_ras_serror(u32 esr) in arm64_is_ras_serror() 100 static inline u32 arm64_ras_serror_get_severity(u32 esr) in arm64_ras_serror_get_severity()
|
D | exception.h | 34 unsigned int esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local
|
D | kvm_emulate.h | 226 u32 esr = kvm_vcpu_get_hsr(vcpu); in kvm_vcpu_get_condition() local 337 u32 esr = kvm_vcpu_get_hsr(vcpu); in kvm_vcpu_sys_get_rt() local
|
D | esr.h | 79 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument 255 static inline bool esr_is_data_abort(u32 esr) in esr_is_data_abort()
|
/Linux-v4.19/arch/sh/boards/mach-dreamcast/ |
D | irq.c | 91 __u32 esr = ESR_BASE + (LEVEL(irq) << 2); in mask_ack_systemasic_irq() local 108 __u32 emr, esr, status, level; in systemasic_irq_demux() local
|
/Linux-v4.19/arch/arm64/kernel/probes/ |
D | uprobes.c | 172 unsigned int esr) in uprobe_breakpoint_handler() 181 unsigned int esr) in uprobe_single_step_handler()
|
D | kprobes.c | 435 kprobe_single_step_handler(struct pt_regs *regs, unsigned int esr) in kprobe_single_step_handler() 454 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned int esr) in kprobe_breakpoint_handler()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | system_misc.h | 41 static inline int handle_guest_sea(phys_addr_t addr, unsigned int esr) in handle_guest_sea()
|
/Linux-v4.19/drivers/net/ethernet/ibm/emac/ |
D | mal.c | 225 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_serr() local 358 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_int() local
|
D | phy.c | 552 u16 esr = phy_read(phy, MII_ESTATUS); in emac_mii_phy_probe() local
|
/Linux-v4.19/arch/powerpc/include/uapi/asm/ |
D | kvm_para.h | 58 __u32 esr; member
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | core_lca.h | 168 unsigned long esr; /* error-status register */ member 187 unsigned long esr; /* error status register */ member
|
/Linux-v4.19/arch/microblaze/include/uapi/asm/ |
D | ptrace.h | 53 microblaze_reg_t esr; member
|
/Linux-v4.19/arch/arm64/include/uapi/asm/ |
D | sigcontext.h | 85 __u64 esr; member
|
/Linux-v4.19/arch/arm64/kvm/hyp/ |
D | switch.c | 273 u64 esr; in __populate_fault_info() local
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | thread_info.h | 58 __u32 esr; member
|
/Linux-v4.19/arch/alpha/kernel/ |
D | core_lca.c | 337 mem_error(unsigned long esr, unsigned long ear) in mem_error()
|