Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmutrace.h38 role.has_4_byte_gpte ? 4 : 8, \
H A Dmmu.c244 return !mmu->cpu_role.base.has_4_byte_gpte; in is_cr4_pae()
2339 if (role.has_4_byte_gpte) { in kvm_mmu_child_role()
3651 WARN_ON_ONCE(quadrant && !role.has_4_byte_gpte); in mmu_alloc_root()
3652 WARN_ON_ONCE(role.direct && role.has_4_byte_gpte); in mmu_alloc_root()
5129 role.base.has_4_byte_gpte = !____is_cr4_pae(regs); in kvm_calc_cpu_role()
5192 role.has_4_byte_gpte = false; in kvm_calc_tdp_mmu_root_page_role()
5311 role.base.has_4_byte_gpte = false; in kvm_calc_shadow_ept_root_page_role()
5601 pte_size = sp->role.has_4_byte_gpte ? 4 : 8; in detect_write_misaligned()
5625 if (sp->role.has_4_byte_gpte) { in get_written_sptes()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst164 When role.has_4_byte_gpte=1, the guest uses 32-bit gptes while the host uses 64-bit
180 role.has_4_byte_gpte:
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h329 unsigned has_4_byte_gpte:1; member