Home
last modified time | relevance | path

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

12

/linux/arch/arm64/mm/
A Dfault.c66 static void data_abort_decode(unsigned int esr) in data_abort_decode()
88 static void mem_abort_decode(unsigned int esr) in mem_abort_decode()
232 static bool is_el1_instruction_abort(unsigned int esr) in is_el1_instruction_abort()
237 static bool is_el1_data_abort(unsigned int esr) in is_el1_data_abort()
261 unsigned int esr, in is_spurious_el1_translation_fault()
293 unsigned int esr, struct pt_regs *regs) in die_kernel_fault()
340 static bool is_el1_mte_sync_tag_check_fault(unsigned int esr) in is_el1_mte_sync_tag_check_fault()
451 static void do_bad_area(unsigned long far, unsigned int esr, in do_bad_area()
502 static bool is_el0_instruction_abort(unsigned int esr) in is_el0_instruction_abort()
511 static bool is_write_abort(unsigned int esr) in is_write_abort()
[all …]
/linux/arch/arm64/kernel/
A Dentry-common.c265 unsigned int esr) in __panic_unhandled()
351 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) in el1_pc()
392 unsigned long esr = read_sysreg(esr_el1); in el1h_64_sync_handler() local
475 unsigned long esr = read_sysreg(esr_el1); in el1h_64_error_handler() local
483 static void noinstr el0_da(struct pt_regs *regs, unsigned long esr) in el0_da()
493 static void noinstr el0_ia(struct pt_regs *regs, unsigned long esr) in el0_ia()
543 static void noinstr el0_pc(struct pt_regs *regs, unsigned long esr) in el0_pc()
617 unsigned long esr = read_sysreg(esr_el1); in el0t_64_sync_handler() local
707 unsigned long esr = read_sysreg(esr_el1); in __el0_error_handler_common() local
742 unsigned long esr = read_sysreg(esr_el1); in el0t_32_sync_handler() local
[all …]
A Dtraps.c246 unsigned int esr = tsk->thread.fault_code; in arm64_show_signal() local
510 void do_ptrauth_fault(struct pt_regs *regs, unsigned int esr) in do_ptrauth_fault()
611 static void mrs_handler(unsigned int esr, struct pt_regs *regs) in mrs_handler()
622 static void wfi_handler(unsigned int esr, struct pt_regs *regs) in wfi_handler()
741 void do_cp15instr(unsigned int esr, struct pt_regs *regs) in do_cp15instr()
782 void do_sysinstr(unsigned int esr, struct pt_regs *regs) in do_sysinstr()
846 const char *esr_get_class_string(u32 esr) in esr_get_class_string()
948 void do_serror(struct pt_regs *regs, unsigned int esr) in do_serror()
969 static int bug_handler(struct pt_regs *regs, unsigned int esr) in bug_handler()
1014 #define KASAN_ESR_SIZE(esr) (1 << ((esr) & KASAN_ESR_SIZE_MASK)) argument
[all …]
A Ddebug-monitors.c205 static int call_step_hook(struct pt_regs *regs, unsigned int esr) in call_step_hook()
241 static int single_step_handler(unsigned long unused, unsigned int esr, in single_step_handler()
302 static int call_break_hook(struct pt_regs *regs, unsigned int esr) in call_break_hook()
325 static int brk_handler(unsigned long unused, unsigned int esr, in brk_handler()
A Dkgdb.c235 static int kgdb_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_brk_fn()
251 static int kgdb_step_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_step_brk_fn()
A Dfpsimd.c991 void do_sve_acc(unsigned int esr, struct pt_regs *regs) in do_sve_acc()
1033 void do_fpsimd_acc(unsigned int esr, struct pt_regs *regs) in do_fpsimd_acc()
1042 void do_fpsimd_exc(unsigned int esr, struct pt_regs *regs) in do_fpsimd_exc()
A Dhw_breakpoint.c620 static int breakpoint_handler(unsigned long unused, unsigned int esr, in breakpoint_handler()
754 static int watchpoint_handler(unsigned long addr, unsigned int esr, in watchpoint_handler()
/linux/arch/arm64/kvm/
A Dhandle_exit.c29 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u32 esr) in kvm_handle_guest_serror()
121 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_guest_debug() local
134 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_unknown_ec() local
188 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_get_exit_handler() local
281 void __noreturn __cold nvhe_hyp_panic_handler(u64 esr, u64 spsr, in nvhe_hyp_panic_handler()
A Dinject_fault.c21 u32 esr = 0; in inject_abt64() local
53 u32 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local
163 void kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) in kvm_set_sei_esr()
/linux/arch/arm64/include/asm/
A Dtraps.h60 static inline bool arm64_is_ras_serror(u32 esr) in arm64_is_ras_serror()
80 static inline u32 arm64_ras_serror_get_severity(u32 esr) in arm64_ras_serror_get_severity()
A Dkvm_ras.h17 static inline int kvm_handle_guest_sea(phys_addr_t addr, unsigned int esr) in kvm_handle_guest_sea()
A Dexception.h24 unsigned int esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local
A Desr.h73 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument
189 #define ESR_ELx_SYS64_ISS_RT(esr) \ argument
333 static inline bool esr_is_data_abort(u32 esr) in esr_is_data_abort()
A Dkvm_emulate.h232 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_get_condition() local
363 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_sys_get_rt() local
/linux/arch/sh/boards/mach-dreamcast/
A 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/arch/arm64/kernel/probes/
A Duprobes.c169 unsigned int esr) in uprobe_breakpoint_handler()
178 unsigned int esr) in uprobe_single_step_handler()
A Dkprobes.c338 kprobe_breakpoint_ss_handler(struct pt_regs *regs, unsigned int esr) in kprobe_breakpoint_ss_handler()
362 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned int esr) in kprobe_breakpoint_handler()
/linux/arch/arm64/kvm/hyp/include/hyp/
A Dfault.h44 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info()
A Dswitch.h287 static inline bool esr_is_ptrauth_trap(u32 esr) in esr_is_ptrauth_trap()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dsys_regs.c35 u32 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local
449 unsigned long esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_pvm_sysreg() local
A Dhyp-main.c255 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap() local
/linux/drivers/net/ethernet/ibm/emac/
A 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/arch/powerpc/include/uapi/asm/
A Dkvm_para.h58 __u32 esr; member
/linux/arch/alpha/include/asm/
A Dcore_lca.h168 unsigned long esr; /* error-status register */ member
187 unsigned long esr; /* error status register */ member
/linux/arch/microblaze/include/uapi/asm/
A Dptrace.h53 microblaze_reg_t esr; member

Completed in 55 milliseconds

12