Searched defs:esr (Results 1 - 25 of 48) sorted by path

12

/linux-master/arch/alpha/kernel/
H A Dcore_lca.c338 mem_error(unsigned long esr, unsigned long ear) argument
[all...]
/linux-master/arch/microblaze/include/uapi/asm/
H A Dptrace.h53 microblaze_reg_t esr; member in struct:pt_regs
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-npei-defs.h2888 uint64_t esr:2; member in struct:cvmx_npei_mem_access_subidx::cvmx_npei_mem_access_subidx_s
3483 uint64_t esr:2; member in struct:cvmx_npei_pkt_input_control::cvmx_npei_pkt_input_control_s
H A Dcvmx-npi-defs.h620 uint64_t esr:2; member in struct:cvmx_npi_input_control::cvmx_npi_input_control_s
644 uint64_t esr:2; member in struct:cvmx_npi_input_control::cvmx_npi_input_control_cn30xx
1561 uint64_t esr:2; member in struct:cvmx_npi_mem_access_subidx::cvmx_npi_mem_access_subidx_s
1584 uint64_t esr:2; member in struct:cvmx_npi_mem_access_subidx::cvmx_npi_mem_access_subidx_cn31xx
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dmal.h289 u32 esr; member in struct:mal_regs
H A Dphy.c553 u16 esr = phy_read(phy, MII_ESTATUS); local
/linux-master/arch/alpha/include/asm/
H A Dcore_lca.h168 unsigned long esr; /* error-status register */ member in struct:el_lca_mcheck_short
187 unsigned long esr; /* error status register */ member in struct:el_lca_mcheck_long
/linux-master/arch/arm64/include/asm/
H A Desr.h382 esr_is_data_abort(unsigned long esr) argument
389 esr_fsc_is_translation_fault(unsigned long esr) argument
397 esr_fsc_is_permission_fault(unsigned long esr) argument
402 esr_fsc_is_access_flag_fault(unsigned long esr) argument
[all...]
H A Dexception.h19 unsigned long esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; local
[all...]
H A Dkvm_emulate.h304 u64 esr = kvm_vcpu_get_esr(vcpu); local
419 unsigned long esr = kvm_vcpu_get_esr(vcpu); local
440 u64 esr = kvm_vcpu_get_esr(vcpu); local
H A Dkvm_ras.h17 static inline int kvm_handle_guest_sea(phys_addr_t addr, u64 esr) argument
H A Dtraps.h60 static inline bool arm64_is_ras_serror(unsigned long esr) argument
80 static inline unsigned long arm64_ras_serror_get_severity(unsigned long esr) argument
104 arm64_mops_reset_regs(struct user_pt_regs *regs, unsigned long esr) argument
[all...]
/linux-master/arch/arm64/include/uapi/asm/
H A Dsigcontext.h98 __u64 esr; member in struct:esr_context
/linux-master/arch/arm64/kernel/
H A Ddebug-monitors.c205 static int call_step_hook(struct pt_regs *regs, unsigned long esr) argument
241 static int single_step_handler(unsigned long unused, unsigned long esr, argument
302 static int call_break_hook(struct pt_regs *regs, unsigned long esr) argument
325 static int brk_handler(unsigned long unused, unsigned long esr, argument
[all...]
H A Dentry-common.c426 static void noinstr el1_abort(struct pt_regs *regs, unsigned long esr) argument
437 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) argument
448 static void noinstr el1_undef(struct pt_regs *regs, unsigned long esr) argument
320 __panic_unhandled(struct pt_regs *regs, const char *vector, unsigned long esr) argument
457 el1_bti(struct pt_regs *regs, unsigned long esr) argument
466 el1_dbg(struct pt_regs *regs, unsigned long esr) argument
476 el1_fpac(struct pt_regs *regs, unsigned long esr) argument
487 unsigned long esr = read_sysreg(esr_el1); local
566 unsigned long esr = read_sysreg(esr_el1); local
574 el0_da(struct pt_regs *regs, unsigned long esr) argument
584 el0_ia(struct pt_regs *regs, unsigned long esr) argument
602 el0_fpsimd_acc(struct pt_regs *regs, unsigned long esr) argument
610 el0_sve_acc(struct pt_regs *regs, unsigned long esr) argument
618 el0_sme_acc(struct pt_regs *regs, unsigned long esr) argument
626 el0_fpsimd_exc(struct pt_regs *regs, unsigned long esr) argument
634 el0_sys(struct pt_regs *regs, unsigned long esr) argument
642 el0_pc(struct pt_regs *regs, unsigned long esr) argument
655 el0_sp(struct pt_regs *regs, unsigned long esr) argument
663 el0_undef(struct pt_regs *regs, unsigned long esr) argument
679 el0_mops(struct pt_regs *regs, unsigned long esr) argument
687 el0_inv(struct pt_regs *regs, unsigned long esr) argument
695 el0_dbg(struct pt_regs *regs, unsigned long esr) argument
716 el0_fpac(struct pt_regs *regs, unsigned long esr) argument
726 unsigned long esr = read_sysreg(esr_el1); local
822 unsigned long esr = read_sysreg(esr_el1); local
839 el0_cp15(struct pt_regs *regs, unsigned long esr) argument
858 unsigned long esr = read_sysreg(esr_el1); local
924 unsigned long esr = read_sysreg(esr_el1); local
[all...]
H A Dfpsimd.c1384 void do_sve_acc(unsigned long esr, struct pt_regs *regs) argument
1426 void do_sme_acc(unsigned long esr, struct pt_regs *regs) argument
1470 void do_fpsimd_acc(unsigned long esr, struct pt_regs *regs) argument
1488 void do_fpsimd_exc(unsigned long esr, struct pt_regs *regs) argument
[all...]
H A Dhw_breakpoint.c621 static int breakpoint_handler(unsigned long unused, unsigned long esr, argument
755 static int watchpoint_handler(unsigned long addr, unsigned long esr, argument
H A Dkgdb.c237 static int kgdb_brk_fn(struct pt_regs *regs, unsigned long esr) argument
244 static int kgdb_compiled_brk_fn(struct pt_regs *regs, unsigned long esr) argument
253 static int kgdb_step_brk_fn(struct pt_regs *regs, unsigned long esr) argument
H A Dtraps.c247 unsigned long esr = tsk->thread.fault_code; local
454 void do_el0_undef(struct pt_regs *regs, unsigned long esr) argument
475 void do_el1_undef(struct pt_regs *regs, unsigned long esr) argument
494 void do_el1_bti(struct pt_regs *regs, unsigned long esr) argument
503 do_el0_fpac(struct pt_regs *regs, unsigned long esr) argument
508 do_el1_fpac(struct pt_regs *regs, unsigned long esr) argument
517 do_el0_mops(struct pt_regs *regs, unsigned long esr) argument
543 user_cache_maint_handler(unsigned long esr, struct pt_regs *regs) argument
583 ctr_read_handler(unsigned long esr, struct pt_regs *regs) argument
602 cntvct_read_handler(unsigned long esr, struct pt_regs *regs) argument
610 cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) argument
618 mrs_handler(unsigned long esr, struct pt_regs *regs) argument
629 wfi_handler(unsigned long esr, struct pt_regs *regs) argument
686 cp15_cond_valid(unsigned long esr, struct pt_regs *regs) argument
706 compat_cntfrq_read_handler(unsigned long esr, struct pt_regs *regs) argument
723 compat_cntvct_read_handler(unsigned long esr, struct pt_regs *regs) argument
748 do_el0_cp15(unsigned long esr, struct pt_regs *regs) argument
788 do_el0_sys(unsigned long esr, struct pt_regs *regs) argument
853 esr_get_class_string(unsigned long esr) argument
862 bad_el0_sync(struct pt_regs *regs, int reason, unsigned long esr) argument
878 panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far) argument
908 arm64_serror_panic(struct pt_regs *regs, unsigned long esr) argument
922 arm64_is_fatal_ras_serror(struct pt_regs *regs, unsigned long esr) argument
954 do_serror(struct pt_regs *regs, unsigned long esr) argument
976 bug_handler(struct pt_regs *regs, unsigned long esr) argument
1002 cfi_handler(struct pt_regs *regs, unsigned long esr) argument
1033 reserved_fault_handler(struct pt_regs *regs, unsigned long esr) argument
1055 kasan_handler(struct pt_regs *regs, unsigned long esr) argument
1095 ubsan_handler(struct pt_regs *regs, unsigned long esr) argument
1097 die(report_ubsan_failure(regs, esr & UBSAN_BRK_MASK), regs, esr); local
1114 early_brk64(unsigned long addr, unsigned long esr, struct pt_regs *regs) argument
[all...]
/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c302 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) argument
351 kprobe_breakpoint_ss_handler(struct pt_regs *regs, unsigned long esr) argument
375 kretprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) argument
H A Duprobes.c168 uprobe_breakpoint_handler(struct pt_regs *regs, unsigned long esr) argument
177 uprobe_single_step_handler(struct pt_regs *regs, unsigned long esr) argument
/linux-master/arch/arm64/kvm/
H A Demulate-nested.c2004 u64 esr, val; local
H A Dhandle_exit.c31 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u64 esr) argument
116 u64 esr = kvm_vcpu_get_esr(vcpu); local
169 u64 esr = kvm_vcpu_get_esr(vcpu); local
190 u64 esr = kvm_vcpu_get_esr(vcpu); local
285 u64 esr = kvm_vcpu_get_esr(vcpu); local
386 nvhe_hyp_panic_handler(u64 esr, u64 spsr, u64 elr_virt, u64 elr_phys, u64 par, uintptr_t vcpu, u64 far, u64 hpfar) argument
[all...]
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dfault.h44 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) argument
H A Dswitch.h452 static inline bool esr_is_ptrauth_trap(u64 esr) argument

Completed in 529 milliseconds

12