Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/traceevent/
Dplugin_kvm.c359 unsigned cr4_pae:1; member
400 role.cr4_pae ? "" : "!", in kvm_mmu_print_role()
/linux-4.4.14/arch/x86/kvm/
Dmmutrace.h36 role.cr4_pae ? " pae" : "", \
Dmmu.c1899 if (sp->role.cr4_pae != !!is_pae(vcpu)) { in __kvm_sync_page()
1955 if ((s->role.cr4_pae != !!is_pae(vcpu)) || in kvm_sync_pages()
2098 role.cr4_pae = 0; in kvm_mmu_get_page()
4008 context->base_role.cr4_pae = !!is_pae(vcpu); in kvm_init_shadow_mmu()
4238 pte_size = sp->role.cr4_pae ? 8 : 4; in detect_write_misaligned()
4262 if (!sp->role.cr4_pae) { in get_written_sptes()
4296 mask.cr4_pae = 1; in kvm_mmu_pte_write()
/linux-4.4.14/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.4.14/arch/x86/include/asm/
Dkvm_host.h195 unsigned cr4_pae:1; member