Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dmmu.c111 bool __read_mostly tdp_mmu_enabled = true; variable
112 module_param_named(tdp_mmu, tdp_mmu_enabled, bool, 0444);
556 return tdp_mmu_enabled && vcpu->arch.mmu->root_role.direct; in is_tdp_mmu_active()
1226 if (tdp_mmu_enabled) in kvm_mmu_write_protect_pt_masked()
1249 if (tdp_mmu_enabled) in kvm_mmu_clear_dirty_pt_masked()
1333 if (tdp_mmu_enabled) in kvm_mmu_slot_gfn_write_protect()
1510 if (tdp_mmu_enabled) in kvm_unmap_gfn_range()
1598 if (tdp_mmu_enabled) in kvm_age_gfn()
1611 if (tdp_mmu_enabled) in kvm_test_age_gfn()
3416 if (tdp_mmu_enabled) in fast_page_fault()
[all …]
/linux/arch/x86/kvm/
H A Dx86.c9792 if (IS_ENABLED(CONFIG_KVM_SW_PROTECTED_VM) && tdp_mmu_enabled) in kvm_x86_vendor_init()