Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h61 u64 guest_pdptr2; member
245 CHECK_OFFSET(guest_pdptr2, 232); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c63 FIELD64(GUEST_PDPTR2, guest_pdptr2),
H A Dhyperv_evmcs.c83 EVMCS1_FIELD(GUEST_PDPTR2, guest_pdptr2,
H A Dnested.c1842 vmcs12->guest_pdptr2 = evmcs->guest_pdptr2; in copy_enlightened_to_vmcs12()
2028 evmcs->guest_pdptr2 = vmcs12->guest_pdptr2; in copy_vmcs12_to_enlightened()
2569 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2); in prepare_vmcs02_rare()
2750 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2); in prepare_vmcs02()
4587 vmcs12->guest_pdptr2 = vmcs_read64(GUEST_PDPTR2); 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.rst112 u64 guest_pdptr2;