Home
last modified time | relevance | path

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

/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()
2331 if (role.has_4_byte_gpte) { in kvm_mmu_child_role()
3719 WARN_ON_ONCE(quadrant && !role.has_4_byte_gpte); in mmu_alloc_root()
3720 WARN_ON_ONCE(role.direct && role.has_4_byte_gpte); in mmu_alloc_root()
5426 role.base.has_4_byte_gpte = !____is_cr4_pae(regs); in kvm_calc_cpu_role()
5494 role.has_4_byte_gpte = false; in kvm_calc_tdp_mmu_root_page_role()
5613 role.base.has_4_byte_gpte = false; in kvm_calc_shadow_ept_root_page_role()
5903 pte_size = sp->role.has_4_byte_gpte ? 4 : 8; in detect_write_misaligned()
5927 if (sp->role.has_4_byte_gpte) { in get_written_sptes()
/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:
/linux/arch/x86/include/asm/
H A Dkvm_host.h339 unsigned has_4_byte_gpte:1; member