| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry-common.c | 116 static void noinstr el1_abort(struct pt_regs *regs, unsigned long esr) in el1_abort() 127 static void noinstr el1_pc(struct pt_regs *regs, unsigned long esr) in el1_pc() 147 static void noinstr el1_inv(struct pt_regs *regs, unsigned long esr) in el1_inv() 180 static void noinstr el1_dbg(struct pt_regs *regs, unsigned long esr) in el1_dbg() 189 static void noinstr el1_fpac(struct pt_regs *regs, unsigned long esr) in el1_fpac() 200 unsigned long esr = read_sysreg(esr_el1); in el1_sync_handler() local 250 static void noinstr el0_da(struct pt_regs *regs, unsigned long esr) in el0_da() 259 static void noinstr el0_ia(struct pt_regs *regs, unsigned long esr) in el0_ia() 276 static void noinstr el0_fpsimd_acc(struct pt_regs *regs, unsigned long esr) in el0_fpsimd_acc() 283 static void noinstr el0_sve_acc(struct pt_regs *regs, unsigned long esr) in el0_sve_acc() [all …]
|
| H A D | traps.c | 157 unsigned int esr = tsk->thread.fault_code; in arm64_show_signal() local 422 void do_ptrauth_fault(struct pt_regs *regs, unsigned int esr) in do_ptrauth_fault() 454 static void user_cache_maint_handler(unsigned int esr, struct pt_regs *regs) in user_cache_maint_handler() 494 static void ctr_read_handler(unsigned int esr, struct pt_regs *regs) in ctr_read_handler() 513 static void cntvct_read_handler(unsigned int esr, struct pt_regs *regs) in cntvct_read_handler() 521 static void cntfrq_read_handler(unsigned int esr, struct pt_regs *regs) in cntfrq_read_handler() 529 static void mrs_handler(unsigned int esr, struct pt_regs *regs) in mrs_handler() 540 static void wfi_handler(unsigned int esr, struct pt_regs *regs) in wfi_handler() 591 static bool cp15_cond_valid(unsigned int esr, struct pt_regs *regs) in cp15_cond_valid() 611 static void compat_cntfrq_read_handler(unsigned int esr, struct pt_regs *regs) in compat_cntfrq_read_handler() [all …]
|
| H A D | debug-monitors.c | 205 static int call_step_hook(struct pt_regs *regs, unsigned int esr) in call_step_hook() 241 static int single_step_handler(unsigned long unused, unsigned int esr, in single_step_handler() 303 static int call_break_hook(struct pt_regs *regs, unsigned int esr) in call_break_hook() 326 static int brk_handler(unsigned long unused, unsigned int esr, in brk_handler()
|
| H A D | kgdb.c | 234 static int kgdb_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_brk_fn() 250 static int kgdb_step_brk_fn(struct pt_regs *regs, unsigned int esr) in kgdb_step_brk_fn()
|
| H A D | fpsimd.c | 937 void do_sve_acc(unsigned int esr, struct pt_regs *regs) in do_sve_acc() 964 void do_fpsimd_acc(unsigned int esr, struct pt_regs *regs) in do_fpsimd_acc() 973 void do_fpsimd_exc(unsigned int esr, struct pt_regs *regs) in do_fpsimd_exc()
|
| H A D | hw_breakpoint.c | 620 static int breakpoint_handler(unsigned long unused, unsigned int esr, in breakpoint_handler() 754 static int watchpoint_handler(unsigned long addr, unsigned int esr, in watchpoint_handler()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | fault.c | 58 static inline const struct fault_info *esr_to_fault_info(unsigned int esr) in esr_to_fault_info() 63 static inline const struct fault_info *esr_to_debug_fault_info(unsigned int esr) in esr_to_debug_fault_info() 68 static void data_abort_decode(unsigned int esr) in data_abort_decode() 90 static void mem_abort_decode(unsigned int esr) in mem_abort_decode() 232 static bool is_el1_instruction_abort(unsigned int esr) in is_el1_instruction_abort() 237 static inline bool is_el1_permission_fault(unsigned long addr, unsigned int esr, in is_el1_permission_fault() 257 unsigned int esr, in is_spurious_el1_translation_fault() 289 unsigned int esr, struct pt_regs *regs) in die_kernel_fault() 306 static void report_tag_fault(unsigned long addr, unsigned int esr, in report_tag_fault() 331 static inline void report_tag_fault(unsigned long addr, unsigned int esr, in report_tag_fault() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | interrupts_64.c | 137 void do_bad_sync(struct pt_regs *pt_regs, unsigned int esr) in do_bad_sync() 148 void do_bad_irq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_irq() 159 void do_bad_fiq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_fiq() 170 void do_bad_error(struct pt_regs *pt_regs, unsigned int esr) in do_bad_error() 181 void do_sync(struct pt_regs *pt_regs, unsigned int esr) in do_sync() 193 void do_irq(struct pt_regs *pt_regs, unsigned int esr) in do_irq() 205 void do_fiq(struct pt_regs *pt_regs, unsigned int esr) in do_fiq() 219 void __weak do_error(struct pt_regs *pt_regs, unsigned int esr) in do_error()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | handle_exit.c | 29 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u32 esr) in kvm_handle_guest_serror() 121 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_guest_debug() local 148 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_handle_unknown_ec() local 202 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_get_exit_handler() local
|
| H A D | inject_fault.c | 21 u32 esr = 0; in inject_abt64() local 53 u32 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64() local 163 void kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 esr) in kvm_set_sei_esr()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | traps.h | 60 static inline bool arm64_is_ras_serror(u32 esr) in arm64_is_ras_serror() 80 static inline u32 arm64_ras_serror_get_severity(u32 esr) in arm64_ras_serror_get_severity()
|
| 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()
|
| H A D | exception.h | 24 unsigned int esr = ESR_ELx_EC_SERROR << ESR_ELx_EC_SHIFT; in disr_to_esr() local
|
| H A D | esr.h | 73 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) argument 190 #define ESR_ELx_SYS64_ISS_RT(esr) \ argument 328 static inline bool esr_is_data_abort(u32 esr) in esr_is_data_abort()
|
| H A D | kvm_emulate.h | 229 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_get_condition() local 360 u32 esr = kvm_vcpu_get_esr(vcpu); in kvm_vcpu_sys_get_rt() local
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/ |
| H A D | switch.h | 163 static inline bool __get_fault_info(u64 esr, struct kvm_vcpu_fault_info *fault) in __get_fault_info() 197 u64 esr; in __populate_fault_info() local 347 static inline bool esr_is_ptrauth_trap(u32 esr) in esr_is_ptrauth_trap()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/ |
| H A D | uprobes.c | 169 unsigned int esr) in uprobe_breakpoint_handler() 178 unsigned int esr) in uprobe_single_step_handler()
|
| H A D | kprobes.c | 382 kprobe_breakpoint_ss_handler(struct pt_regs *regs, unsigned int esr) in kprobe_breakpoint_ss_handler() 404 kprobe_breakpoint_handler(struct pt_regs *regs, unsigned int esr) in kprobe_breakpoint_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/ |
| H A D | mal.c | 220 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_serr() local 353 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_int() local
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | hyp-main.c | 235 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap() local
|
| H A D | mem_protect.c | 281 u64 esr, addr; in handle_host_mem_abort() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | kvm_para.h | 58 __u32 esr; member
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | core_lca.h | 168 unsigned long esr; /* error-status register */ member 187 unsigned long esr; /* error status register */ member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/ |
| H A D | ptrace.h | 36 unsigned long esr; member
|