Home
last modified time | relevance | path

Searched refs:rmap_write_protect (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/virt/kvm/
H A Dlocking.rst202 otherwise rmap_write_protect will find a read-only spte, even though the
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c1238 static bool rmap_write_protect(struct kvm_rmap_head *rmap_head, in rmap_write_protect() function
1317 rmap_write_protect(rmap_head, false); in kvm_mmu_write_protect_pt_masked()
1419 write_protected |= rmap_write_protect(rmap_head, true); in kvm_mmu_slot_gfn_write_protect()
6273 return rmap_write_protect(rmap_head, false); in slot_rmap_write_protect()