Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
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()
H A Dmmutrace.h38 role.has_4_byte_gpte ? 4 : 8, \
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h310 * - quadrant will only be used if has_4_byte_gpte=1 (non-PAE paging);
312 * has_4_byte_gpte=0. Therefore, 2 bits are always unused.
317 * when has_4_byte_gpte=1.
329 unsigned has_4_byte_gpte:1; member

Completed in 15 milliseconds