Home
last modified time | relevance | path

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

/linux-6.15/Documentation/virt/kvm/
H A Dlocking.rst205 otherwise rmap_write_protect will find a read-only spte, even though the
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c1326 static bool rmap_write_protect(struct kvm_rmap_head *rmap_head, in rmap_write_protect() function
1388 rmap_write_protect(rmap_head, false); in kvm_mmu_write_protect_pt_masked()
1481 write_protected |= rmap_write_protect(rmap_head, true); in kvm_mmu_slot_gfn_write_protect()
6775 return rmap_write_protect(rmap_head, false); in slot_rmap_write_protect()