Searched refs:ESR_ELx_WNR (Results 1 – 5 of 5) sorted by relevance
84 (esr & ESR_ELx_WNR) >> ESR_ELx_WNR_SHIFT, in data_abort_decode() 325 bool is_write = !!(esr & ESR_ELx_WNR); in report_tag_fault() 386 if (esr & ESR_ELx_WNR) in __do_kernel_fault() 396 kfence_handle_page_fault(addr, esr & ESR_ELx_WNR, regs)) in __do_kernel_fault() 437 ESR_ELx_CM | ESR_ELx_WNR; in set_thread_esr() 532 return (esr & ESR_ELx_WNR) && !(esr & ESR_ELx_CM); in is_write_abort()
18 bool fault_on_write = esr & ESR_ELx_WNR; in cpy_faulted_on_uaccess()
375 return kvm_vcpu_get_esr(vcpu) & (ESR_ELx_CM | ESR_ELx_WNR | ESR_ELx_FSC); in kvm_vcpu_dabt_iss_nisv_sanitized() 401 return kvm_vcpu_get_esr(vcpu) & ESR_ELx_WNR; in kvm_vcpu_dabt_iswrite()
88 #define ESR_ELx_WNR (UL(1) << ESR_ELx_WNR_SHIFT) macro
85 #define ESR_ELx_WNR (UL(1) << ESR_ELx_WNR_SHIFT) macro