Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
Dtdp_mmu.h91 static inline bool is_tdp_mmu_enabled(struct kvm *kvm) { return kvm->arch.tdp_mmu_enabled; } in is_tdp_mmu_enabled()
Dtdp_mmu.c13 static bool __read_mostly tdp_mmu_enabled = false; variable
14 module_param_named(tdp_mmu, tdp_mmu_enabled, bool, 0644);
19 if (!tdp_enabled || !READ_ONCE(tdp_mmu_enabled)) in kvm_mmu_init_tdp_mmu()
23 kvm->arch.tdp_mmu_enabled = true; in kvm_mmu_init_tdp_mmu()
43 if (!kvm->arch.tdp_mmu_enabled) in kvm_mmu_uninit_tdp_mmu()
/arch/x86/include/asm/
Dkvm_host.h1170 bool tdp_mmu_enabled; member