Searched refs:PT32_ROOT_LEVEL (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h288 gpte &= level - (PT32_ROOT_LEVEL + mmu->cpu_role.ext.cr4_pse);
641 top_level = PT32_ROOT_LEVEL;
H A Dmmu.c3697 PT32_ROOT_LEVEL);
3873 quadrant = (mmu->cpu_role.base.level == PT32_ROOT_LEVEL) ? i : 0;
3875 root = mmu_alloc_root(vcpu, root_gfn, quadrant, PT32_ROOT_LEVEL);
4865 case PT32_ROOT_LEVEL:
5278 role.base.level = PT32_ROOT_LEVEL;
5778 if (level == PT32_ROOT_LEVEL) {
/linux-master/arch/x86/kvm/
H A Dmmu.h36 #define PT32_ROOT_LEVEL 2 macro

Completed in 176 milliseconds