Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dmmu.h36 #define PT32_ROOT_LEVEL 2 macro
/openbmc/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h288 gpte &= level - (PT32_ROOT_LEVEL + mmu->cpu_role.ext.cr4_pse); in FNAME()
641 top_level = PT32_ROOT_LEVEL; in FNAME()
H A Dmmu.c3689 PT32_ROOT_LEVEL); in mmu_alloc_direct_roots()
3865 quadrant = (mmu->cpu_role.base.level == PT32_ROOT_LEVEL) ? i : 0; in mmu_alloc_shadow_roots()
3867 root = mmu_alloc_root(vcpu, root_gfn, quadrant, PT32_ROOT_LEVEL); in mmu_alloc_shadow_roots()
4724 case PT32_ROOT_LEVEL: in __reset_rsvds_bits_mask()
5137 role.base.level = PT32_ROOT_LEVEL; in kvm_calc_cpu_role()
5632 if (level == PT32_ROOT_LEVEL) { in get_written_sptes()