/linux/arch/arm64/kernel/ |
H A D | traps.c | 239 unsigned long esr = tsk->thread.fault_code; in arm64_show_signal() local 452 void do_el0_undef(struct pt_regs *regs, unsigned long esr) in do_el0_undef() 473 void do_el1_undef(struct pt_regs *regs, unsigned long esr) in do_el1_undef() 492 void do_el1_bti(struct pt_regs *regs, unsigned long esr) in do_el1_bti() 501 void do_el0_gcs(struct pt_regs *regs, unsigned long esr) in do_el0_gcs() 506 void do_el1_gcs(struct pt_regs *regs, unsigned long esr) in do_el1_gcs() 511 void do_el0_fpac(struct pt_regs *regs, unsigned long esr) in do_el0_fpac() 516 void do_el1_fpac(struct pt_regs *regs, unsigned long esr) in do_el1_fpac() 525 void do_el0_mops(struct pt_regs *regs, unsigned long esr) in do_el0_mops() 536 void do_el1_mops(struct pt_regs *regs, unsigned long esr) in do_el1_mops() [all …]
|
H A D | hw_breakpoint.c | 621 static int breakpoint_handler(unsigned long unused, unsigned long esr, in breakpoint_handler() 755 static int watchpoint_handler(unsigned long addr, unsigned long esr, in watchpoint_handler()
|
/linux/arch/arm64/include/asm/ |
H A D | esr.h | 76 #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 D | traps.h | 61 static inline bool arm64_is_ras_serror(unsigned long esr) in arm64_is_ras_serror() 81 static inline unsigned long arm64_ras_serror_get_severity(unsigned long esr) in arm64_ras_serror_get_severity() 105 static inline void arm64_mops_reset_regs(struct user_pt_regs *regs, unsigned long esr) in arm64_mops_reset_regs()
|
H A D | kvm_emulate.h | 61 u64 esr = FIELD_PREP(ESR_ELx_EC_MASK, ESR_ELx_EC_SVE) | in kvm_inject_nested_sve_trap() local 280 u64 esr = kvm_vcpu_get_esr(vcpu); in guest_hyp_wfx_traps_enabled() local 293 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_get_condition() local 413 unsigned long esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_trap_get_perm_fault_granule() local 434 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_sys_get_rt() local
|
/linux/arch/arm64/kvm/ |
H A D | handle_exit.c | 32 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 189 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_guest_debug() local 213 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_unknown_ec() local 316 u64 esr = kvm_vcpu_get_esr(vcpu); in handle_other() local 410 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_get_exit_handler() local 525 void __noreturn __cold nvhe_hyp_panic_handler(u64 esr, u64 spsr, in nvhe_hyp_panic_handler()
|
H A D | inject_fault.c | 61 u64 esr = 0; in inject_abt64() local 97 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 192 unsigned long addr, esr; in kvm_inject_size_fault() local 233 void kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) in kvm_set_sei_esr()
|
H A D | sys_regs.h | 37 #define esr_sys64_to_params(esr) \ argument 45 #define esr_cp1x_32_to_params(esr) \ argument
|
H A D | pauth.c | 159 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_auth_eretax() local
|
H A D | nested.c | 144 u32 esr; in esr_s2_fault() local 1245 u64 esr = kvm_vcpu_get_esr(vcpu); in inject_vncr_perm() local 1288 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_vncr_abort() local
|
H A D | emulate-nested.c | 2460 u64 esr; in triage_sysreg_trap() local 2663 u64 spsr, elr, esr; in kvm_emulate_nested_eret() local
|
/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | fault.h | 15 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 D | irq.c | 90 __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/kvm/hyp/vhe/ |
H A D | switch.c | 243 u64 esr, val; in kvm_hyp_handle_timer() local 319 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_hyp_handle_eret() local 421 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_hyp_handle_cpacr_el1() local
|
/linux/arch/arm64/kernel/probes/ |
H A D | uprobes.c | 177 unsigned long esr) in uprobe_breakpoint_handler() 186 unsigned long esr) in uprobe_single_step_handler()
|
/linux/drivers/net/can/ |
H A D | bxcan.c | 158 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/drivers/net/ethernet/ibm/emac/ |
H A D | mal.c | 222 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 D | phy.c | 553 u16 esr = phy_read(phy, MII_ESTATUS); in emac_mii_phy_probe() local
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | kvm_para.h | 58 __u32 esr; member
|
/linux/arch/microblaze/include/uapi/asm/ |
H A D | ptrace.h | 53 microblaze_reg_t esr; member
|
/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 55 __u32 esr; member
|
/linux/arch/arm64/kvm/hyp/ |
H A D | vgic-v3-sr.c | 511 u64 esr = kvm_vcpu_get_esr(vcpu); in __vgic_v3_get_group() local 1120 u64 esr; in __vgic_v3_perform_cpuif_access() local
|
/linux/drivers/soc/apple/ |
H A D | rtkit-crashlog.c | 58 u64 esr; member
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-main.c | 677 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap() local
|
/linux/arch/arm64/include/uapi/asm/ |
H A D | sigcontext.h | 98 __u64 esr; member
|