Searched refs:DSISR_ISSTORE (Results 1 – 16 of 16) sorted by relevance
41 is_write = dsisr & DSISR_ISSTORE; in copro_handle_mm_fault()
366 #define page_fault_is_write(__err) ((__err) & DSISR_ISSTORE)
1363 u64 fault_addr, flags = dsisr & DSISR_ISSTORE; in kvmhv_translate_addr_nested()1388 if (dsisr & DSISR_ISSTORE) { in kvmhv_translate_addr_nested()1427 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmhv_handle_nested_set_rc()1499 bool writing = !!(dsisr & DSISR_ISSTORE); in __kvmhv_nested_page_fault()1577 ea, DSISR_ISSTORE | DSISR_PROTFAULT); in __kvmhv_nested_page_fault()
550 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()586 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()601 writing = (dsisr & DSISR_ISSTORE) != 0; in kvmppc_book3s_hv_page_fault()
1248 } else if (status & DSISR_ISSTORE) { in kvmppc_hpte_hv_fault()1260 if (status & DSISR_ISSTORE) in kvmppc_hpte_hv_fault()
947 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault()998 ea, DSISR_ISSTORE | DSISR_PROTFAULT); in kvmppc_book3s_radix_page_fault()
470 dsisr = DSISR_ISSTORE; in kvmppc_core_emulate_op_pr()
701 if (data && (vcpu->arch.fault_dsisr & DSISR_ISSTORE)) in kvmppc_handle_pagefault()761 flags |= vcpu->arch.fault_dsisr & DSISR_ISSTORE; in kvmppc_handle_pagefault()
322 dsisr |= DSISR_ISSTORE; in kvmppc_emulate_mmio()
1791 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_exit_hv()1980 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_nested_exit()
161 cause |= DSISR_ISSTORE; in ppc_radix64_raise_si()201 cause |= DSISR_ISSTORE; in ppc_radix64_raise_hsi()
1053 DSISR_PROTFAULT | DSISR_ISSTORE); in ppc_hash64_xlate()1125 DSISR_NOPTE | DSISR_ISSTORE); in ppc_hash64_xlate()1166 dsisr |= DSISR_ISSTORE; in ppc_hash64_xlate()
658 #define DSISR_ISSTORE 0x02000000 macro
318 #define DSISR_ISSTORE 0x02000000 /* access was a store */ macro
336 #define CXL_PSL_DSISR_An_S DSISR_ISSTORE /* Access was afu_wr or afu_zero */
1703 if (dsisr & DSISR_ISSTORE) in DEFINE_INTERRUPT_HANDLER()