Home
last modified time | relevance | path

Searched defs:esr (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v6.1/arch/arm64/mm/
Dfault.c56 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/
Dentry-common.c285 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 …]
Dtraps.c246 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 …]
Ddebug-monitors.c205 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()
Dkgdb.c235 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()
Dfpsimd.c1385 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()
Dhw_breakpoint.c620 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/
Dhandle_exit.c30 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()
Dinject_fault.c21 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()
Dsys_regs.h30 #define esr_sys64_to_params(esr) \ argument
38 #define esr_cp1x_32_to_params(esr) \ argument
/Linux-v6.1/arch/arm64/include/asm/
Dtraps.h60 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()
Dkvm_ras.h17 static inline int kvm_handle_guest_sea(phys_addr_t addr, u64 esr) in kvm_handle_guest_sea()
Dexception.h24 unsigned long esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local
Desr.h74 #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()
Dkvm_emulate.h239 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/
Dirq.c90 __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/
Duprobes.c169 unsigned long esr) in uprobe_breakpoint_handler()
178 unsigned long esr) in uprobe_single_step_handler()
Dkprobes.c353 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/
Dfault.h44 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info()
Dswitch.h275 static inline bool esr_is_ptrauth_trap(u64 esr) in esr_is_ptrauth_trap()
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
Dsys_regs.c36 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
Dhyp-main.c279 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap() local
/Linux-v6.1/drivers/net/ethernet/ibm/emac/
Dmal.c220 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/
Dkvm_para.h58 __u32 esr; member
/Linux-v6.1/arch/alpha/include/asm/
Dcore_lca.h168 unsigned long esr; /* error-status register */ member
187 unsigned long esr; /* error status register */ member

12