Home
last modified time | relevance | path

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

12

/linux/arch/arm64/kernel/
H A Dentry-common.c169 unsigned long esr) in __panic_unhandled() argument
319 el1_abort(struct pt_regs * regs,unsigned long esr) el1_abort() argument
330 el1_pc(struct pt_regs * regs,unsigned long esr) el1_pc() argument
341 el1_undef(struct pt_regs * regs,unsigned long esr) el1_undef() argument
351 el1_bti(struct pt_regs * regs,unsigned long esr) el1_bti() argument
361 el1_gcs(struct pt_regs * regs,unsigned long esr) el1_gcs() argument
371 el1_mops(struct pt_regs * regs,unsigned long esr) el1_mops() argument
381 el1_breakpt(struct pt_regs * regs,unsigned long esr) el1_breakpt() argument
392 el1_softstp(struct pt_regs * regs,unsigned long esr) el1_softstp() argument
412 el1_watchpt(struct pt_regs * regs,unsigned long esr) el1_watchpt() argument
425 el1_brk64(struct pt_regs * regs,unsigned long esr) el1_brk64() argument
436 el1_fpac(struct pt_regs * regs,unsigned long esr) el1_fpac() argument
448 unsigned long esr = read_sysreg(esr_el1); el1h_64_sync_handler() local
541 unsigned long esr = read_sysreg(esr_el1); el1h_64_error_handler() local
550 el0_da(struct pt_regs * regs,unsigned long esr) el0_da() argument
560 el0_ia(struct pt_regs * regs,unsigned long esr) el0_ia() argument
578 el0_fpsimd_acc(struct pt_regs * regs,unsigned long esr) el0_fpsimd_acc() argument
586 el0_sve_acc(struct pt_regs * regs,unsigned long esr) el0_sve_acc() argument
594 el0_sme_acc(struct pt_regs * regs,unsigned long esr) el0_sme_acc() argument
602 el0_fpsimd_exc(struct pt_regs * regs,unsigned long esr) el0_fpsimd_exc() argument
610 el0_sys(struct pt_regs * regs,unsigned long esr) el0_sys() argument
618 el0_pc(struct pt_regs * regs,unsigned long esr) el0_pc() argument
631 el0_sp(struct pt_regs * regs,unsigned long esr) el0_sp() argument
639 el0_undef(struct pt_regs * regs,unsigned long esr) el0_undef() argument
655 el0_mops(struct pt_regs * regs,unsigned long esr) el0_mops() argument
663 el0_gcs(struct pt_regs * regs,unsigned long esr) el0_gcs() argument
671 el0_inv(struct pt_regs * regs,unsigned long esr) el0_inv() argument
679 el0_breakpt(struct pt_regs * regs,unsigned long esr) el0_breakpt() argument
692 el0_softstp(struct pt_regs * regs,unsigned long esr) el0_softstp() argument
713 el0_watchpt(struct pt_regs * regs,unsigned long esr) el0_watchpt() argument
726 el0_brk64(struct pt_regs * regs,unsigned long esr) el0_brk64() argument
745 el0_fpac(struct pt_regs * regs,unsigned long esr) el0_fpac() argument
755 unsigned long esr = read_sysreg(esr_el1); el0t_64_sync_handler() local
860 unsigned long esr = read_sysreg(esr_el1); __el0_error_handler_common() local
878 el0_cp15(struct pt_regs * regs,unsigned long esr) el0_cp15() argument
895 el0_bkpt32(struct pt_regs * regs,unsigned long esr) el0_bkpt32() argument
905 unsigned long esr = read_sysreg(esr_el1); el0t_32_sync_handler() local
976 unsigned long esr = read_sysreg(esr_el1); handle_bad_stack() local
[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 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.c58 static inline const struct fault_info *esr_to_fault_info(unsigned long esr) in esr_to_fault_info()
63 static void data_abort_decode(unsigned long esr) in data_abort_decode()
96 static void mem_abort_decode(unsigned long esr) in mem_abort_decode()
267 static bool is_el1_instruction_abort(unsigned long esr) in is_el1_instruction_abort()
272 static bool is_el1_data_abort(unsigned long esr) in is_el1_data_abort()
277 static inline bool is_el1_permission_fault(unsigned long addr, unsigned long esr, in is_el1_permission_fault()
293 static bool is_pkvm_stage2_abort(unsigned int esr) in is_pkvm_stage2_abort()
303 unsigned long esr, in is_spurious_el1_translation_fault()
340 unsigned long esr, struct pt_regs *regs) in die_kernel_fault()
358 static void report_tag_fault(unsigned long addr, unsigned long esr, in report_tag_fault()
[all …]
/linux/tools/arch/arm64/include/asm/
H A Desr.h73 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument
78 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK) argument
81 #define ESR_ELx_ISS2(esr) (((esr) & ESR_ELx_ISS2_MASK) >> ESR_ELx_ISS2_SHIFT) argument
226 #define ESR_ELx_SYS64_ISS_RT(esr) \ argument
386 #define ESR_ELx_MOPS_ISS_DESTREG(esr) (((esr) & (UL(0x1f) << 10)) >> 10) argument
387 #define ESR_ELx_MOPS_ISS_SRCREG(esr) (((esr) & (UL(0x1f) << 5)) >> 5) argument
388 #define ESR_ELx_MOPS_ISS_SIZEREG(esr) (((esr) & (UL(0x1f) << 0)) >> 0) argument
393 static inline unsigned long esr_brk_comment(unsigned long esr) in esr_brk_comment()
398 static inline bool esr_is_data_abort(unsigned long esr) in esr_is_data_abort()
405 static inline bool esr_is_cfi_brk(unsigned long esr) in esr_is_cfi_brk()
[all …]
/linux/arch/arm64/include/asm/
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 Dkvm_emulate.h86 u64 esr = FIELD_PREP(ESR_ELx_EC_MASK, ESR_ELx_EC_SVE) | in kvm_inject_nested_sve_trap() local
322 u64 esr = kvm_vcpu_get_esr(vcpu); in guest_hyp_wfx_traps_enabled() local
335 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_get_condition() local
455 unsigned long esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_trap_get_perm_fault_granule() local
476 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_sys_get_rt() local
H A Duprobes.h36 unsigned long esr) in uprobe_single_step_handler()
/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()
/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
H A Dsea_to_user.c156 u64 esr = read_sysreg(esr_el1); in expect_sea_handler() local
190 u64 esr; in run_vm() local
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c799 u64 esr = read_sysreg_el2(SYS_ESR); handle_host_smc() local
824 inject_host_exception(u64 esr) inject_host_exception() argument
872 handle_host_mte(u64 esr) handle_host_mte() argument
898 u64 esr = read_sysreg_el2(SYS_ESR); handle_trap() local
[all...]
/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
915 u32 esr; in bxcan_get_berr_counter() 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
H A Dphy.c553 u16 esr = phy_read(phy, MII_ESTATUS); in emac_mii_phy_probe() local
/linux/arch/arm64/kvm/
H A Dpauth.c159 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_auth_eretax() local
H A Dnested.c150 u32 esr; in esr_s2_fault() local
1357 u64 esr = kvm_vcpu_get_esr(vcpu); in inject_vncr_perm() local
1388 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_vncr_abort() local
H A Dmmu.c2129 host_owns_sea(struct kvm_vcpu * vcpu,u64 esr) host_owns_sea() argument
2157 u64 esr = kvm_vcpu_get_esr(vcpu); kvm_handle_guest_sea() local
2218 unsigned long esr; kvm_handle_guest_abort() local
2289 u32 esr; kvm_handle_guest_abort() local
[all...]
/linux/arch/powerpc/include/uapi/asm/
H A Dkvm_para.h45 __u32 esr; member
/linux/arch/microblaze/include/uapi/asm/
H A Dptrace.h53 microblaze_reg_t esr; member
/linux/arch/microblaze/include/asm/
H A Dthread_info.h55 __u32 esr; member

12