Searched refs:DSISR_ISSTORE (Results 1 – 7 of 7) sorted by relevance
62 is_write = dsisr & DSISR_ISSTORE; in copro_handle_mm_fault()
235 is_write = error_code & DSISR_ISSTORE; in do_page_fault()
967 } else if (status & DSISR_ISSTORE) { in kvmppc_hpte_hv_fault()979 if (status & DSISR_ISSTORE) in kvmppc_hpte_hv_fault()
292 dsisr = DSISR_ISSTORE; in kvmppc_core_emulate_op_pr()
492 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()510 writing = (dsisr & DSISR_ISSTORE) != 0; in kvmppc_book3s_hv_page_fault()
545 if (data && (vcpu->arch.fault_dsisr & DSISR_ISSTORE)) in kvmppc_handle_pagefault()
257 #define DSISR_ISSTORE 0x02000000 /* access was a store */ macro