Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dmmutrace.h34 role.cr4_pae ? " pae" : "", \
Dmmu.c1327 if (sp->role.cr4_pae != !!is_pae(vcpu)) { in __kvm_sync_page()
1377 if ((s->role.cr4_pae != !!is_pae(vcpu)) || in kvm_sync_pages()
1496 role.cr4_pae = 0; in kvm_mmu_get_page()
3038 vcpu->arch.mmu.base_role.cr4_pae = !!is_pae(vcpu); in kvm_init_shadow_mmu()
3297 mask.cr0_wp = mask.cr4_pae = mask.nxe = 1; in kvm_mmu_pte_write()
3299 pte_size = sp->role.cr4_pae ? 8 : 4; in kvm_mmu_pte_write()
3323 if (!sp->role.cr4_pae) { in kvm_mmu_pte_write()
/linux-2.6.39/Documentation/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-2.6.39/arch/x86/include/asm/
Dkvm_host.h181 unsigned cr4_pae:1; member