Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/
Dcopro_fault.c49 is_write = dsisr & DSISR_ISSTORE; in copro_handle_mm_fault()
Dfault.c366 #define page_fault_is_write(__err) ((__err) & DSISR_ISSTORE)
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_nested.c1179 u64 fault_addr, flags = dsisr & DSISR_ISSTORE; in kvmhv_translate_addr_nested()
1204 if (dsisr & DSISR_ISSTORE) { in kvmhv_translate_addr_nested()
1243 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmhv_handle_nested_set_rc()
1315 bool writing = !!(dsisr & DSISR_ISSTORE); in __kvmhv_nested_page_fault()
1390 DSISR_ISSTORE | DSISR_PROTFAULT); in __kvmhv_nested_page_fault()
Dbook3s_64_mmu_radix.c923 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault()
968 kvmppc_core_queue_data_storage(vcpu, ea, DSISR_ISSTORE | in kvmppc_book3s_radix_page_fault()
Dbook3s_64_mmu_hv.c526 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()
562 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()
577 writing = (dsisr & DSISR_ISSTORE) != 0; in kvmppc_book3s_hv_page_fault()
Dbook3s_hv_rm_mmu.c1246 } else if (status & DSISR_ISSTORE) { in kvmppc_hpte_hv_fault()
1258 if (status & DSISR_ISSTORE) in kvmppc_hpte_hv_fault()
Dbook3s_emulate.c474 dsisr = DSISR_ISSTORE; in kvmppc_core_emulate_op_pr()
Dbook3s_pr.c717 if (data && (vcpu->arch.fault_dsisr & DSISR_ISSTORE)) in kvmppc_handle_pagefault()
777 flags |= vcpu->arch.fault_dsisr & DSISR_ISSTORE; in kvmppc_handle_pagefault()
Dbook3s_hv.c1407 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_exit_hv()
1541 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_nested_exit()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg.h321 #define DSISR_ISSTORE 0x02000000 /* access was a store */ macro
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dcxl.h334 #define CXL_PSL_DSISR_An_S DSISR_ISSTORE /* Access was afu_wr or afu_zero */
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c1538 if (dsisr & DSISR_ISSTORE) in __hash_page()