Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c519 * TLBs must be flushed. Otherwise rmap_write_protect will find a read-only
1238 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()
6267 return rmap_write_protect(rmap_head, false); in slot_rmap_write_protect()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c492 * should flush remote TLBs. Otherwise rmap_write_protect
1114 rmap_printk("rmap_write_protect: spte %p %llx\n", sptep, *sptep); in spte_write_protect()
1307 static bool rmap_write_protect(struct kvm_vcpu *vcpu, u64 gfn) in rmap_write_protect() function
1989 protected |= rmap_write_protect(vcpu, sp->gfn); in mmu_sync_children()
2100 if (level == PG_LEVEL_4K && rmap_write_protect(vcpu, gfn)) in kvm_mmu_get_page()

Completed in 26 milliseconds