Searched refs:ESR_ELx_WNR (Results 1 – 5 of 5) sorted by relevance
90 (esr & ESR_ELx_WNR) >> ESR_ELx_WNR_SHIFT, in data_abort_decode()331 bool is_write = !!(esr & ESR_ELx_WNR); in report_tag_fault()392 if (esr & ESR_ELx_WNR) in __do_kernel_fault()402 kfence_handle_page_fault(addr, esr & ESR_ELx_WNR, regs)) in __do_kernel_fault()443 ESR_ELx_CM | ESR_ELx_WNR; in set_thread_esr()518 return (esr & ESR_ELx_WNR) && !(esr & ESR_ELx_CM); in is_write_abort()
316 return kvm_vcpu_get_esr(vcpu) & (ESR_ELx_CM | ESR_ELx_WNR | ESR_ELx_FSC); in kvm_vcpu_dabt_iss_nisv_sanitized()342 return kvm_vcpu_get_esr(vcpu) & ESR_ELx_WNR; in kvm_vcpu_dabt_iswrite()
86 #define ESR_ELx_WNR (UL(1) << ESR_ELx_WNR_SHIFT) macro
384 __put_user_error(!!(current->thread.fault_code & ESR_ELx_WNR) << in compat_setup_sigframe()
783 access = (esr & ESR_ELx_WNR) ? HW_BREAKPOINT_W : in watchpoint_handler()