Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1616 static bool tdp_mmu_need_write_protect(struct kvm_mmu_page *sp) in tdp_mmu_need_write_protect() function
1629 const u64 dbit = tdp_mmu_need_write_protect(root) ? PT_WRITABLE_MASK : in clear_dirty_gfn_range()
1675 const u64 dbit = (wrprot || tdp_mmu_need_write_protect(root)) ? PT_WRITABLE_MASK : in clear_dirty_pt_masked()