Searched refs:PT32_ROOT_LEVEL (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dmmu.h36 #define PT32_ROOT_LEVEL 2 macro
/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.c3730 PT32_ROOT_LEVEL);
3906 quadrant = (mmu->cpu_role.base.level == PT32_ROOT_LEVEL) ? i : 0;
3908 root = mmu_alloc_root(vcpu, root_gfn, quadrant, PT32_ROOT_LEVEL);
4871 case PT32_ROOT_LEVEL:
5284 role.base.level = PT32_ROOT_LEVEL;
5779 if (level == PT32_ROOT_LEVEL) {

Completed in 209 milliseconds