Home
last modified time | relevance | path

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

12

/linux/arch/arm64/kernel/
H A Dentry-common.c168 unsigned long esr) in __panic_unhandled()
318 static void noinstr el1_abort(struct pt_regs *regs, unsigned long esr) in el1_abort()
330 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) in el1_pc()
342 static void noinstr el1_undef(struct pt_regs *regs, unsigned long esr) in el1_undef()
353 static void noinstr el1_bti(struct pt_regs *regs, unsigned long esr) in el1_bti()
364 static void noinstr el1_gcs(struct pt_regs *regs, unsigned long esr) in el1_gcs()
375 static void noinstr el1_mops(struct pt_regs *regs, unsigned long esr) in el1_mops()
386 static void noinstr el1_breakpt(struct pt_regs *regs, unsigned long esr) in el1_breakpt()
397 static void noinstr el1_softstp(struct pt_regs *regs, unsigned long esr) in el1_softstp()
417 static void noinstr el1_watchpt(struct pt_regs *regs, unsigned long esr) in el1_watchpt()
[all …]
H A Ddebug-monitors.c181 void do_el0_softstep(unsigned long esr, struct pt_regs *regs) in do_el0_softstep()
196 void do_el1_softstep(unsigned long esr, struct pt_regs *regs) in do_el1_softstep()
210 static int call_el1_break_hook(struct pt_regs *regs, unsigned long esr) in call_el1_break_hook()
254 void do_el0_brk64(unsigned long esr, struct pt_regs *regs) in do_el0_brk64()
264 void do_el1_brk64(unsigned long esr, struct pt_regs *regs) in do_el1_brk64()
274 void do_bkpt32(unsigned long esr, struct pt_regs *regs) in do_bkpt32()
H A Dkgdb.c237 int kgdb_brk_handler(struct pt_regs *regs, unsigned long esr) in kgdb_brk_handler()
253 int kgdb_single_step_handler(struct pt_regs *regs, unsigned long esr) in kgdb_single_step_handler()
H A Dfpsimd.c1356 void do_sve_acc(unsigned long esr, struct pt_regs *regs) in do_sve_acc()
1398 void do_sme_acc(unsigned long esr, struct pt_regs *regs) in do_sme_acc()
1444 void do_fpsimd_acc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_acc()
1462 void do_fpsimd_exc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_exc()
H A Dhw_breakpoint.c622 void do_breakpoint(unsigned long esr, struct pt_regs *regs) in do_breakpoint()
753 void do_watchpoint(unsigned long addr, unsigned long esr, struct pt_regs *regs) in do_watchpoint()
/linux/arch/arm64/mm/
H A Dfault.c57 static inline const struct fault_info *esr_to_fault_info(unsigned long esr) in esr_to_fault_info()
62 static void data_abort_decode(unsigned long esr) in data_abort_decode()
95 static void mem_abort_decode(unsigned long esr) in mem_abort_decode()
242 static bool is_el1_instruction_abort(unsigned long esr) in is_el1_instruction_abort()
247 static bool is_el1_data_abort(unsigned long esr) in is_el1_data_abort()
252 static inline bool is_el1_permission_fault(unsigned long addr, unsigned long esr, in is_el1_permission_fault()
269 unsigned long esr, in is_spurious_el1_translation_fault()
300 unsigned long esr, struct pt_regs *regs) in die_kernel_fault()
318 static void report_tag_fault(unsigned long addr, unsigned long esr, in report_tag_fault()
330 static inline void report_tag_fault(unsigned long addr, unsigned long esr, in report_tag_fault()
[all …]
/linux/arch/arm64/include/asm/
H A Desr.h76 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument
81 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK) argument
84 #define ESR_ELx_ISS2(esr) (((esr) & ESR_ELx_ISS2_MASK) >> ESR_ELx_ISS2_SHIFT) argument
243 #define ESR_ELx_SYS64_ISS_RT(esr) \ argument
392 #define ESR_ELx_SME_ISS_SMTC(esr) ((esr) & ESR_ELx_SME_ISS_SMTC_MASK) argument
405 #define ESR_ELx_MOPS_ISS_DESTREG(esr) (((esr) & (UL(0x1f) << 10)) >> 10) argument
406 #define ESR_ELx_MOPS_ISS_SRCREG(esr) (((esr) & (UL(0x1f) << 5)) >> 5) argument
407 #define ESR_ELx_MOPS_ISS_SIZEREG(esr) (((esr) & (UL(0x1f) << 0)) >> 0) argument
437 static inline unsigned long esr_brk_comment(unsigned long esr) in esr_brk_comment()
442 static inline bool esr_is_data_abort(unsigned long esr) in esr_is_data_abort()
[all …]
H A Dexception.h19 unsigned long esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local
67 static inline void do_breakpoint(unsigned long esr, struct pt_regs *regs) {} in do_breakpoint()
68 static inline void do_watchpoint(unsigned long addr, unsigned long esr, in do_watchpoint()
H A Dkgdb.h33 unsigned long esr) in kgdb_single_step_handler()
H A Duprobes.h36 unsigned long esr) in uprobe_single_step_handler()
/linux/arch/arm64/kvm/
H A Dhandle_exit.c32 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u64 esr) in kvm_handle_guest_serror()
132 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_wfx() local
194 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_guest_debug() local
218 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_unknown_ec() local
321 u64 esr = kvm_vcpu_get_esr(vcpu); in handle_other() local
409 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_get_exit_handler() local
524 void __noreturn __cold nvhe_hyp_panic_handler(u64 esr, u64 spsr, in nvhe_hyp_panic_handler()
H A Dsys_regs.h37 #define esr_sys64_to_params(esr) \ argument
45 #define esr_cp1x_32_to_params(esr) \ argument
H A Demulate-nested.c2473 u64 esr; in triage_sysreg_trap() local
2671 u64 spsr, elr, esr; in kvm_emulate_nested_eret() local
2833 u64 esr = FIELD_PREP(ESR_ELx_EC_MASK, in kvm_inject_nested_sea() local
2845 int kvm_inject_nested_serror(struct kvm_vcpu *vcpu, u64 esr) in kvm_inject_nested_serror()
H A Dpauth.c159 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_auth_eretax() local
H A Dnested.c144 u32 esr; in esr_s2_fault() local
1261 u64 esr = kvm_vcpu_get_esr(vcpu); in inject_vncr_perm() local
1304 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_vncr_abort() local
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dfault.h15 static inline bool __fault_safe_to_translate(u64 esr) in __fault_safe_to_translate()
60 static inline bool __hpfar_valid(u64 esr) in __hpfar_valid()
82 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info()
/linux/arch/sh/boards/mach-dreamcast/
H 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/
H A Dkprobes.c311 kprobe_brk_handler(struct pt_regs *regs, unsigned long esr) in kprobe_brk_handler()
355 kprobe_ss_brk_handler(struct pt_regs *regs, unsigned long esr) in kprobe_ss_brk_handler()
374 kretprobe_brk_handler(struct pt_regs *regs, unsigned long esr) in kretprobe_brk_handler()
H A Duprobes.c210 unsigned long esr) in uprobe_brk_handler()
219 unsigned long esr) in uprobe_single_step_handler()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c263 u64 esr, val; in kvm_hyp_handle_timer() local
339 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_hyp_handle_eret() local
441 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_hyp_handle_cpacr_el1() local
/linux/tools/testing/selftests/kvm/arm64/
H A Dexternal_aborts.c17 u64 esr = read_sysreg(esr_el1); in expect_sea_handler() local
220 u64 esr = read_sysreg(esr_el1); in expect_serror_handler() local
255 u64 esr = read_sysreg(esr_el1); in expect_sea_s1ptw_handler() local
/linux/drivers/net/can/
H A Dbxcan.c158 u32 esr; /* 0x18 - error status */ member
466 static void bxcan_handle_state_change(struct net_device *ndev, u32 esr) in bxcan_handle_state_change()
517 static void bxcan_handle_bus_err(struct net_device *ndev, u32 esr) in bxcan_handle_bus_err()
607 u32 msr, esr; in bxcan_state_change_isr() local
916 u32 esr; in bxcan_get_berr_counter() local
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c252 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local
533 unsigned long esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_pvm_sysreg() local
/linux/drivers/net/ethernet/ibm/emac/
H A Dmal.c222 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_serr() local
355 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_int() local
/linux/arch/powerpc/include/uapi/asm/
H A Dkvm_para.h45 __u32 esr; member

12