Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dmmutrace.h38 role.gpte_is_8_bytes ? 8 : 4, \
Dmmu.c220 .gpte_is_8_bytes = 1,
2354 if ((!is_ept_sp(sp) && sp->role.gpte_is_8_bytes != !!is_pae(vcpu)) || in __kvm_sync_page()
2564 role.gpte_is_8_bytes = true; in kvm_mmu_get_page()
4995 role.base.gpte_is_8_bytes = true; in kvm_calc_tdp_mmu_root_page_role()
5060 role.base.gpte_is_8_bytes = !!is_pae(vcpu); in kvm_calc_shadow_mmu_root_page_role()
5106 role.base.gpte_is_8_bytes = true; in kvm_calc_shadow_ept_root_page_role()
5369 pte_size = sp->role.gpte_is_8_bytes ? 8 : 4; in detect_write_misaligned()
5393 if (!sp->role.gpte_is_8_bytes) { in get_written_sptes()
/Linux-v5.4/Documentation/virt/kvm/
Dmmu.txt145 When role.gpte_is_8_bytes=0, the guest uses 32-bit gptes while the host uses 64-bit
161 role.gpte_is_8_bytes:
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h255 unsigned gpte_is_8_bytes:1; member