Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h782 int (*get_tdp_level)(void); member
/linux-4.1.27/arch/x86/kvm/
Dmmu.c3840 context->shadow_root_level = kvm_x86_ops->get_tdp_level(); in init_kvm_tdp_mmu()
3906 context->shadow_root_level = kvm_x86_ops->get_tdp_level(); in kvm_init_shadow_ept_mmu()
Dsvm.c4416 .get_tdp_level = get_npt_level,
Dvmx.c10244 .get_tdp_level = get_ept_level,