Home
last modified time | relevance | path

Searched refs:DSISR_ISSTORE (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dcopro_fault.c62 is_write = dsisr & DSISR_ISSTORE; in copro_handle_mm_fault()
Dfault.c386 #define page_fault_is_write(__err) ((__err) & DSISR_ISSTORE)
Dhash_utils_64.c1440 if (dsisr & DSISR_ISSTORE) in __hash_page()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c572 dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault()
575 writing = (dsisr & DSISR_ISSTORE) != 0; in kvmppc_book3s_radix_page_fault()
579 dsisr = DSISR_ISSTORE | DSISR_PROTFAULT; in kvmppc_book3s_radix_page_fault()
Dbook3s_hv_rm_mmu.c1102 } else if (status & DSISR_ISSTORE) { in kvmppc_hpte_hv_fault()
1114 if (status & DSISR_ISSTORE) in kvmppc_hpte_hv_fault()
Dbook3s_64_mmu_hv.c528 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()
564 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()
582 writing = (dsisr & DSISR_ISSTORE) != 0; in kvmppc_book3s_hv_page_fault()
Dbook3s_emulate.c468 dsisr = DSISR_ISSTORE; in kvmppc_core_emulate_op_pr()
Dbook3s_pr.c683 if (data && (vcpu->arch.fault_dsisr & DSISR_ISSTORE)) in kvmppc_handle_pagefault()
743 flags |= vcpu->arch.fault_dsisr & DSISR_ISSTORE; in kvmppc_handle_pagefault()
/Linux-v4.19/arch/powerpc/include/asm/
Dreg.h311 #define DSISR_ISSTORE 0x02000000 /* access was a store */ macro
/Linux-v4.19/drivers/misc/cxl/
Dcxl.h338 #define CXL_PSL_DSISR_An_S DSISR_ISSTORE /* Access was afu_wr or afu_zero */