/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_ras.h | 17 static inline int kvm_handle_guest_sea(phys_addr_t addr, unsigned int esr) in kvm_handle_guest_sea() argument
|
H A D | exception.h | 19 unsigned int esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local [all...] |
H A D | traps.h | 59 static inline bool arm64_is_ras_serror(u32 esr) in arm64_is_ras_serror() argument 79 static inline u32 arm64_ras_serror_get_severity(u32 esr) in arm64_ras_serror_get_severity() argument
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
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() argument
|
H A D | exception.h | 19 unsigned long esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local [all...] |
H A D | traps.h | 61 static inline bool arm64_is_ras_serror(unsigned long esr) in arm64_is_ras_serror() argument 81 static inline unsigned long arm64_ras_serror_get_severity(unsigned long esr) in arm64_ras_serror_get_severity() argument [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/ |
H A D | fault.h | 44 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info() argument
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-main.c | 109 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap() local
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | handle_exit.c | 30 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u32 esr) in kvm_handle_guest_serror() argument 122 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_guest_debug() local 149 u32 esr in kvm_handle_unknown_ec() local 203 u32 esr = kvm_vcpu_get_esr(vcpu); kvm_get_exit_handler() local [all...] |
H A D | inject_fault.c | 127 u32 esr = 0; in inject_abt64() local 157 u32 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 218 kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) kvm_set_sei_esr() argument [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | inject_fault.c | 61 u64 esr = 0; in inject_abt64() local 97 u64 esr in inject_undef64() local 192 unsigned long addr, esr; kvm_inject_size_fault() local 233 kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) kvm_set_sei_esr() argument [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | entry-common.c | 112 static void noinstr el1_abort(struct pt_regs *regs, unsigned long esr) in el1_abort() argument 124 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) in el1_pc() argument 135 static void noinstr el1_undef(struct pt_regs *regs, unsigned long esr) in el1_undef() argument 144 static void noinstr el1_bti(struct pt_regs *regs, unsigned long esr) in el1_bti() argument 153 static void noinstr el1_inv(struct pt_regs *regs, unsigned long esr) in el1_inv() argument 186 el1_dbg(struct pt_regs *regs, unsigned long esr) el1_dbg() argument 195 el1_fpac(struct pt_regs *regs, unsigned long esr) el1_fpac() argument 206 unsigned long esr = read_sysreg(esr_el1); el1_sync_handler() local 257 el0_da(struct pt_regs *regs, unsigned long esr) el0_da() argument 267 el0_ia(struct pt_regs *regs, unsigned long esr) el0_ia() argument 284 el0_fpsimd_acc(struct pt_regs *regs, unsigned long esr) el0_fpsimd_acc() argument 291 el0_sve_acc(struct pt_regs *regs, unsigned long esr) el0_sve_acc() argument 298 el0_fpsimd_exc(struct pt_regs *regs, unsigned long esr) el0_fpsimd_exc() argument 305 el0_sys(struct pt_regs *regs, unsigned long esr) el0_sys() argument 312 el0_pc(struct pt_regs *regs, unsigned long esr) el0_pc() argument 324 el0_sp(struct pt_regs *regs, unsigned long esr) el0_sp() argument 331 el0_undef(struct pt_regs *regs, unsigned long esr) el0_undef() argument 345 el0_inv(struct pt_regs *regs, unsigned long esr) el0_inv() argument 352 el0_dbg(struct pt_regs *regs, unsigned long esr) el0_dbg() argument 368 el0_fpac(struct pt_regs *regs, unsigned long esr) el0_fpac() argument 377 unsigned long esr = read_sysreg(esr_el1); el0_sync_handler() local 429 el0_cp15(struct pt_regs *regs, unsigned long esr) el0_cp15() argument 444 unsigned long esr = read_sysreg(esr_el1); el0_sync_compat_handler() local [all...] |
H A D | kgdb.c | 236 static int kgdb_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_brk_fn() argument 243 static int kgdb_compiled_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_compiled_brk_fn() argument 252 static int kgdb_step_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_step_brk_fn() argument
|
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/ |
H A D | uprobes.c | 168 uprobe_breakpoint_handler(struct pt_regs *regs, unsigned int esr) uprobe_breakpoint_handler() argument 177 uprobe_single_step_handler(struct pt_regs *regs, unsigned int esr) uprobe_single_step_handler() argument
|
H A D | kprobes.c | 382 kprobe_breakpoint_ss_handler(struct pt_regs *regs, unsigned int esr) in kprobe_breakpoint_ss_handler() argument 404 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned int esr) in kprobe_breakpoint_handler() argument
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
H A D | kvm_para.h | 58 __u32 esr; member
|
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/ |
H A D | uprobes.c | 168 uprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) uprobe_breakpoint_handler() argument 177 uprobe_single_step_handler(struct pt_regs *regs, unsigned long esr) uprobe_single_step_handler() argument
|
H A D | kprobes.c | 302 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_handler() argument 351 kprobe_breakpoint_ss_handler(struct pt_regs *regs, unsigned long esr) in kprobe_breakpoint_ss_handler() argument
|
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/ |
H A D | kvm_para.h | 58 __u32 esr; member
|
/third_party/musl/arch/microblaze/bits/ |
H A D | user.h | 6 unsigned grp[32], pc, msr, ear, esr, fsr, btr, pvr[12]; member
|
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/ |
H A D | sigcontext.h | 94 __u64 esr; member
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/ |
H A D | switch.h | 161 u64 esr; in __populate_fault_info() local 339 static inline bool esr_is_ptrauth_trap(u32 esr) in esr_is_ptrauth_trap() argument
|
/kernel/linux/linux-5.10/arch/microblaze/include/uapi/asm/ |
H A D | ptrace.h | 53 microblaze_reg_t esr; member
|