Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h124 u64 guest_pdptr2; member
376 *value = current_evmcs->guest_pdptr2; in evmcs_vmread()
807 current_evmcs->guest_pdptr2 = value; in evmcs_vmwrite()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst112 u64 guest_pdptr2;
/linux/arch/x86/kvm/vmx/
H A Dnested.c1877 vmcs12->guest_pdptr2 = evmcs->guest_pdptr2; in copy_enlightened_to_vmcs12()
2063 evmcs->guest_pdptr2 = vmcs12->guest_pdptr2; in copy_vmcs12_to_enlightened()
2620 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2); in prepare_vmcs02_rare()
2826 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2); in prepare_vmcs02()
4677 vmcs12->guest_pdptr2 = vmcs_read64(GUEST_PDPTR2); in sync_vmcs02_to_vmcs12()