Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h61 u64 guest_pdptr2; member
243 CHECK_OFFSET(guest_pdptr2, 232); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c63 FIELD64(GUEST_PDPTR2, guest_pdptr2),
H A Dhyperv.c195 EVMCS1_FIELD(GUEST_PDPTR2, guest_pdptr2,
H A Dnested.c1766 vmcs12->guest_pdptr2 = evmcs->guest_pdptr2; in copy_enlightened_to_vmcs12()
1948 evmcs->guest_pdptr2 = vmcs12->guest_pdptr2; in copy_vmcs12_to_enlightened()
2465 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2); in prepare_vmcs02_rare()
2646 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2); in prepare_vmcs02()
4377 vmcs12->guest_pdptr2 = vmcs_read64(GUEST_PDPTR2); in sync_vmcs02_to_vmcs12()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h127 u64 guest_pdptr2; member
379 *value = current_evmcs->guest_pdptr2; in evmcs_vmread()
810 current_evmcs->guest_pdptr2 = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h527 u64 guest_pdptr2; member
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst112 u64 guest_pdptr2;