Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dmmu.h259 extern bool tdp_mmu_enabled;
261 #define tdp_mmu_enabled false macro
266 return !tdp_mmu_enabled || kvm_shadow_root_allocated(kvm); in kvm_memslots_have_rmaps()
/openbmc/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);
646 return tdp_mmu_enabled && vcpu->arch.mmu->root_role.direct; in is_tdp_mmu_active()
1307 if (tdp_mmu_enabled) in kvm_mmu_write_protect_pt_masked()
1340 if (tdp_mmu_enabled) in kvm_mmu_clear_dirty_pt_masked()
1423 if (tdp_mmu_enabled) in kvm_mmu_slot_gfn_write_protect()
1583 if (tdp_mmu_enabled) in kvm_unmap_gfn_range()
1600 if (tdp_mmu_enabled) in kvm_set_spte_gfn()
1674 if (tdp_mmu_enabled) in kvm_age_gfn()
1687 if (tdp_mmu_enabled) in kvm_test_age_gfn()
[all …]