Lines Matching refs:write_fault
571 * @write_fault: Whether the fault was due to a write.
586 bool write_fault,
612 if (write_fault && !pte_dirty(*ptep)) {
641 * @write_fault: Whether the fault was due to a write.
662 bool write_fault,
677 err = _kvm_mips_map_page_fast(vcpu, gpa, write_fault, out_entry,
707 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writeable);
733 if (write_fault) {
963 bool write_fault)
967 ret = kvm_mips_map_page(vcpu, badvaddr, write_fault, NULL, NULL);
979 bool write_fault)
994 if (kvm_mips_map_page(vcpu, gpa, write_fault, &pte_gpa[idx],
1017 bool write_fault)
1037 write_fault, &pte_gpa[idx], NULL) < 0)