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;
2305 if (role.has_4_byte_gpte) {
3662 WARN_ON_ONCE(quadrant && !role.has_4_byte_gpte);
3663 WARN_ON_ONCE(role.direct && role.has_4_byte_gpte);
5278 role.base.has_4_byte_gpte = !____is_cr4_pae(regs);
5346 role.has_4_byte_gpte = false;
5465 role.base.has_4_byte_gpte = false;
5755 pte_size = sp->role.has_4_byte_gpte ? 4 : 8;
5779 if (sp->role.has_4_byte_gpte) {
/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::__anon9

Completed in 319 milliseconds