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

/linux-master/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;
2345 if (role.has_4_byte_gpte) {
3692 WARN_ON_ONCE(quadrant && !role.has_4_byte_gpte);
3693 WARN_ON_ONCE(role.direct && role.has_4_byte_gpte);
5276 role.base.has_4_byte_gpte = !____is_cr4_pae(regs);
5339 role.has_4_byte_gpte = false;
5458 role.base.has_4_byte_gpte = false;
5748 pte_size = sp->role.has_4_byte_gpte ? 4 : 8;
5772 if (sp->role.has_4_byte_gpte) {
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h319 * - quadrant will only be used if has_4_byte_gpte=1 (non-PAE paging);
321 * has_4_byte_gpte=0. Therefore, 2 bits are always unused.
326 * when has_4_byte_gpte=1.
338 unsigned has_4_byte_gpte:1; member in struct:kvm_mmu_page_role::__anon6

Completed in 158 milliseconds