Lines Matching defs:write
405 * kvm_arch_mmu_enable_log_dirty_pt_masked() - write protect dirty pages
410 * slot to be write protected
412 * Walks bits set in mask write protects the associated pte's. Caller must
571 * @write_fault: Whether the fault was due to a write.
582 * -EFAULT on failure due to absent GPA mapping or write to
641 * @write_fault: Whether the fault was due to a write.
657 * -EFAULT if there is no memory region at @gpa or a write was
1158 * @write: True if write attempted (must be dirtied and made writable).
1161 * dirtying the page if @write so that guest instructions can be modified.
1172 bool write)
1179 if (kvm_mips_handle_kseg0_tlb_fault(gva, vcpu, write) < 0)
1193 if (write && !TLB_IS_DIRTY(*tlb, gva))
1196 if (kvm_mips_handle_mapped_seg_tlb_fault(vcpu, tlb, gva, write))