Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmutrace.h36 role.cr4_pae ? " pae" : "", \
Dmmu.c1828 if (sp->role.cr4_pae != !!is_pae(vcpu)) { in __kvm_sync_page()
1884 if ((s->role.cr4_pae != !!is_pae(vcpu)) || in kvm_sync_pages()
2027 role.cr4_pae = 0; in kvm_mmu_get_page()
3891 context->base_role.cr4_pae = !!is_pae(vcpu); in kvm_init_shadow_mmu()
4118 pte_size = sp->role.cr4_pae ? 8 : 4; in detect_write_misaligned()
4142 if (!sp->role.cr4_pae) { in get_written_sptes()
4176 mask.cr4_pae = 1; in kvm_mmu_pte_write()
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt145 When role.cr4_pae=0, the guest uses 32-bit gptes while the host uses 64-bit
161 role.cr4_pae:
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h201 unsigned cr4_pae:1; member