Searched refs:DSISR_ISSTORE (Results 1 – 12 of 12) sorted by relevance
49 is_write = dsisr & DSISR_ISSTORE; in copro_handle_mm_fault()
362 #define page_fault_is_write(__err) ((__err) & DSISR_ISSTORE)
1358 u64 fault_addr, flags = dsisr & DSISR_ISSTORE; in kvmhv_translate_addr_nested()1383 if (dsisr & DSISR_ISSTORE) { in kvmhv_translate_addr_nested()1422 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmhv_handle_nested_set_rc()1494 bool writing = !!(dsisr & DSISR_ISSTORE); in __kvmhv_nested_page_fault()1569 DSISR_ISSTORE | DSISR_PROTFAULT); in __kvmhv_nested_page_fault()
527 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()563 dsisr & DSISR_ISSTORE); in kvmppc_book3s_hv_page_fault()578 writing = (dsisr & DSISR_ISSTORE) != 0; in kvmppc_book3s_hv_page_fault()
940 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault()985 kvmppc_core_queue_data_storage(vcpu, ea, DSISR_ISSTORE | in kvmppc_book3s_radix_page_fault()
1254 } else if (status & DSISR_ISSTORE) { in kvmppc_hpte_hv_fault()1266 if (status & DSISR_ISSTORE) in kvmppc_hpte_hv_fault()
696 if (data && (vcpu->arch.fault_dsisr & DSISR_ISSTORE)) in kvmppc_handle_pagefault()756 flags |= vcpu->arch.fault_dsisr & DSISR_ISSTORE; in kvmppc_handle_pagefault()
470 dsisr = DSISR_ISSTORE; in kvmppc_core_emulate_op_pr()
1634 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_exit_hv()1804 vcpu->arch.fault_dsisr |= DSISR_ISSTORE; in kvmppc_handle_nested_exit()
318 #define DSISR_ISSTORE 0x02000000 /* access was a store */ macro
334 #define CXL_PSL_DSISR_An_S DSISR_ISSTORE /* Access was afu_wr or afu_zero */
1550 if (dsisr & DSISR_ISSTORE) in DEFINE_INTERRUPT_HANDLER()
Completed in 54 milliseconds