Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
A Dcopro_fault.c41 is_write = dsisr & DSISR_ISSTORE; in copro_handle_mm_fault()
A Dfault.c374 #define page_fault_is_write(__err) ((__err) & DSISR_ISSTORE)
/linux/arch/powerpc/kvm/
A Dbook3s_hv_nested.c1393 u64 fault_addr, flags = dsisr & DSISR_ISSTORE; in kvmhv_translate_addr_nested()
1418 if (dsisr & DSISR_ISSTORE) { in kvmhv_translate_addr_nested()
1457 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmhv_handle_nested_set_rc()
1529 bool writing = !!(dsisr & DSISR_ISSTORE); in __kvmhv_nested_page_fault()
1607 ea, DSISR_ISSTORE | DSISR_PROTFAULT); in __kvmhv_nested_page_fault()
A Dbook3s_64_mmu_hv.c550 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()
A Dbook3s_64_mmu_radix.c952 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault()
1003 ea, DSISR_ISSTORE | DSISR_PROTFAULT); in kvmppc_book3s_radix_page_fault()
A Dbook3s_hv_rm_mmu.c1248 } else if (status & DSISR_ISSTORE) { in kvmppc_hpte_hv_fault()
1260 if (status & DSISR_ISSTORE) in kvmppc_hpte_hv_fault()
A Dbook3s_emulate.c470 dsisr = DSISR_ISSTORE; in kvmppc_core_emulate_op_pr()
A Dbook3s_pr.c696 if (data && (vcpu->arch.fault_dsisr & DSISR_ISSTORE)) in kvmppc_handle_pagefault()
756 flags |= vcpu->arch.fault_dsisr & DSISR_ISSTORE; in kvmppc_handle_pagefault()
A Dpowerpc.c322 dsisr |= DSISR_ISSTORE; in kvmppc_emulate_mmio()
A Dbook3s_hv.c1846 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_exit_hv()
2043 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_nested_exit()
/linux/arch/powerpc/include/asm/
A Dreg.h314 #define DSISR_ISSTORE 0x02000000 /* access was a store */ macro
/linux/drivers/misc/cxl/
A Dcxl.h336 #define CXL_PSL_DSISR_An_S DSISR_ISSTORE /* Access was afu_wr or afu_zero */
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c1713 if (dsisr & DSISR_ISSTORE) in DEFINE_INTERRUPT_HANDLER()

Completed in 51 milliseconds