Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/virt/kvm/
Dlocking.rst183 otherwise rmap_write_protect will find a read-only spte, even though the
/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c1185 static bool rmap_write_protect(struct kvm_rmap_head *rmap_head, in rmap_write_protect() function
1266 rmap_write_protect(rmap_head, false); in kvm_mmu_write_protect_pt_masked()
1368 write_protected |= rmap_write_protect(rmap_head, true); in kvm_mmu_slot_gfn_write_protect()
6083 return rmap_write_protect(rmap_head, false); in slot_rmap_write_protect()