/linux/arch/arm64/kernel/ |
H A D | entry-common.c | 321 unsigned long esr) in __panic_unhandled() 426 static void noinstr el1_abort(struct pt_regs *regs, unsigned long esr) in el1_abort() 437 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) in el1_pc() 448 static void noinstr el1_undef(struct pt_regs *regs, unsigned long esr) in el1_undef() 457 static void noinstr el1_bti(struct pt_regs *regs, unsigned long esr) in el1_bti() 466 static void noinstr el1_gcs(struct pt_regs *regs, unsigned long esr) in el1_gcs() 475 static void noinstr el1_mops(struct pt_regs *regs, unsigned long esr) in el1_mops() 484 static void noinstr el1_dbg(struct pt_regs *regs, unsigned long esr) in el1_dbg() 494 static void noinstr el1_fpac(struct pt_regs *regs, unsigned long esr) in el1_fpac() 505 unsigned long esr = read_sysreg(esr_el1); in el1h_64_sync_handler() local [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/kvm/ |
H A D | handle_exit.c | 31 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u64 esr) in kvm_handle_guest_serror() argument 131 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_wfx() local 184 u64 esr = kvm_vcpu_get_esr(vcpu); kvm_handle_guest_debug() local 205 u64 esr = kvm_vcpu_get_esr(vcpu); kvm_handle_unknown_ec() local 324 u64 esr = kvm_vcpu_get_esr(vcpu); kvm_get_exit_handler() local 439 nvhe_hyp_panic_handler(u64 esr,u64 spsr,u64 elr_virt,u64 elr_phys,u64 par,uintptr_t vcpu,u64 far,u64 hpfar) nvhe_hyp_panic_handler() argument [all...] |
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 | 113 u32 esr; in esr_s2_fault() local
|
H A D | sys_regs.c | 4077 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_cp_64() local 4124 static bool kvm_esr_cp10_id_to_sys64(u64 esr, struct sys_reg_params *params) in kvm_esr_cp10_id_to_sys64() 4175 u64 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_cp10_id() local 4487 unsigned long esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_sys_reg() local
|
/linux/arch/arm64/include/asm/ |
H A D | esr.h | 75 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument 80 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK) argument 83 #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 418 static inline unsigned long esr_brk_comment(unsigned long esr) in esr_brk_comment() 423 static inline bool esr_is_data_abort(unsigned long esr) in esr_is_data_abort() 430 static inline bool esr_is_cfi_brk(unsigned long esr) in esr_is_cfi_brk() [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_ras.h | 17 static inline int kvm_handle_guest_sea(phys_addr_t addr, u64 esr) in kvm_handle_guest_sea()
|
/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/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/arch/arm64/kvm/hyp/include/hyp/ |
H A D | fault.h | 47 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info()
|
/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/arch/arm64/kvm/hyp/nvhe/ |
H A D | sys_regs.c | 37 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); inject_undef64() local 478 unsigned long esr = kvm_vcpu_get_esr(vcpu); kvm_handle_pvm_sysreg() 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
|
H A D | mal.h | 289 u32 esr; member
|
/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/drivers/soc/apple/ |
H A D | rtkit-crashlog.c | 58 u64 esr; member
|
/linux/arch/arm64/include/uapi/asm/ |
H A D | sigcontext.h | 98 __u64 esr; member
|
/linux/arch/powerpc/include/asm/ |
H A D | ptrace.h | 53 unsigned long esr; member
|