Home
last modified time | relevance | path

Searched refs:guest_pdptr0 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h59 u64 guest_pdptr0; member
243 CHECK_OFFSET(guest_pdptr0, 216); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c61 FIELD64(GUEST_PDPTR0, guest_pdptr0),
H A Dhyperv_evmcs.c79 EVMCS1_FIELD(GUEST_PDPTR0, guest_pdptr0,
H A Dnested.c1840 vmcs12->guest_pdptr0 = evmcs->guest_pdptr0; in copy_enlightened_to_vmcs12()
2026 evmcs->guest_pdptr0 = vmcs12->guest_pdptr0; in copy_vmcs12_to_enlightened()
2567 vmcs_write64(GUEST_PDPTR0, vmcs12->guest_pdptr0); in prepare_vmcs02_rare()
2748 vmcs_write64(GUEST_PDPTR0, vmcs12->guest_pdptr0); in prepare_vmcs02()
4585 vmcs12->guest_pdptr0 = vmcs_read64(GUEST_PDPTR0); in sync_vmcs02_to_vmcs12()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst110 u64 guest_pdptr0;