Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dmmu.h241 extern bool tdp_mmu_enabled;
243 #define tdp_mmu_enabled false macro
248 return !tdp_mmu_enabled || kvm_shadow_root_allocated(kvm); in kvm_memslots_have_rmaps()
Dx86.c9785 if (IS_ENABLED(CONFIG_KVM_SW_PROTECTED_VM) && tdp_mmu_enabled) in kvm_x86_vendor_init()
/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu.c111 bool __read_mostly tdp_mmu_enabled = true; variable
112 module_param_named(tdp_mmu, tdp_mmu_enabled, bool, 0444);
619 return tdp_mmu_enabled && vcpu->arch.mmu->root_role.direct; in is_tdp_mmu_active()
1291 if (tdp_mmu_enabled) in kvm_mmu_write_protect_pt_masked()
1314 if (tdp_mmu_enabled) in kvm_mmu_clear_dirty_pt_masked()
1398 if (tdp_mmu_enabled) in kvm_mmu_slot_gfn_write_protect()
1575 if (tdp_mmu_enabled) in kvm_unmap_gfn_range()
1666 if (tdp_mmu_enabled) in kvm_age_gfn()
1679 if (tdp_mmu_enabled) in kvm_test_age_gfn()
3487 if (tdp_mmu_enabled) in fast_page_fault()
[all …]