Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Dplugin_kvm.c359 unsigned cr4_pae:1; member
400 role.cr4_pae ? "" : "!", in kvm_mmu_print_role()
/Linux-v4.19/arch/x86/kvm/
Dmmutrace.h38 role.cr4_pae ? " pae" : "", \
Dmmu.c183 .cr4_pae = 1,
2183 if (sp->role.cr4_pae != !!is_pae(vcpu) in __kvm_sync_page()
2382 role.cr4_pae = 0; in kvm_mmu_get_page()
4794 role.cr4_pae = !!is_pae(vcpu); in kvm_calc_shadow_mmu_root_page_role()
5081 pte_size = sp->role.cr4_pae ? 8 : 4; in detect_write_misaligned()
5105 if (!sp->role.cr4_pae) { in get_written_sptes()
/Linux-v4.19/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-v4.19/arch/x86/include/asm/
Dkvm_host.h253 unsigned cr4_pae:1; member