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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h322 * - quadrant will only be used if has_4_byte_gpte=1 (non-PAE paging);
324 * has_4_byte_gpte=0. Therefore, 2 bits are always unused.
329 * when has_4_byte_gpte=1.
341 unsigned has_4_byte_gpte:1; member in struct:kvm_mmu_page_role::__anon68
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c244 return !mmu->cpu_role.base.has_4_byte_gpte;
2302 if (role.has_4_byte_gpte) {
3659 WARN_ON_ONCE(quadrant && !role.has_4_byte_gpte);
3660 WARN_ON_ONCE(role.direct && role.has_4_byte_gpte);
5270 role.base.has_4_byte_gpte = !____is_cr4_pae(regs);
5338 role.has_4_byte_gpte = false;
5457 role.base.has_4_byte_gpte = false;
5747 pte_size = sp->role.has_4_byte_gpte ? 4 : 8;
5771 if (sp->role.has_4_byte_gpte) {
H A Dmmutrace.h38 role.has_4_byte_gpte ? 4 : 8, \

Completed in 870 milliseconds