Home
last modified time | relevance | path

Searched refs:guest_pdptr3 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h62 u64 guest_pdptr3; member
244 CHECK_OFFSET(guest_pdptr3, 240); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c64 FIELD64(GUEST_PDPTR3, guest_pdptr3),
H A Dhyperv.c92 EVMCS1_FIELD(GUEST_PDPTR3, guest_pdptr3,
H A Dnested.c1768 vmcs12->guest_pdptr3 = evmcs->guest_pdptr3; in copy_enlightened_to_vmcs12()
1950 evmcs->guest_pdptr3 = vmcs12->guest_pdptr3; in copy_vmcs12_to_enlightened()
2467 vmcs_write64(GUEST_PDPTR3, vmcs12->guest_pdptr3); in prepare_vmcs02_rare()
2648 vmcs_write64(GUEST_PDPTR3, vmcs12->guest_pdptr3); in prepare_vmcs02()
4411 vmcs12->guest_pdptr3 = vmcs_read64(GUEST_PDPTR3); in sync_vmcs02_to_vmcs12()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h128 u64 guest_pdptr3; member
382 *value = current_evmcs->guest_pdptr3; in evmcs_vmread()
814 current_evmcs->guest_pdptr3 = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h528 u64 guest_pdptr3; member
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst113 u64 guest_pdptr3;