Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Dmmu.h44 #define PT32_ROOT_LEVEL 2 macro
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c2043 if (!direct_mmu && vcpu->arch.mmu->root_level <= PT32_ROOT_LEVEL) { in kvm_mmu_get_page()
3259 i << 30, PT32_ROOT_LEVEL, true); in mmu_alloc_direct_roots()
3339 PT32_ROOT_LEVEL, false); in mmu_alloc_shadow_roots()
4017 case PT32_ROOT_LEVEL: in __reset_rsvds_bits_mask()
4393 if (root_level == PT32_ROOT_LEVEL && is_pse(vcpu)) in update_last_nonleaf_level()
4431 context->root_level = PT32_ROOT_LEVEL; in paging32_init_context()
4547 context->root_level = PT32_ROOT_LEVEL; in init_kvm_tdp_mmu()
4745 role.base.level = PT32_ROOT_LEVEL; in kvm_calc_nested_mmu_role()
4794 g_context->root_level = PT32_ROOT_LEVEL; in init_kvm_nested_mmu()
4971 if (level == PT32_ROOT_LEVEL) { in get_written_sptes()
Dpaging_tmpl.h645 top_level = PT32_ROOT_LEVEL; in FNAME()