Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h60 u64 guest_pdptr1; member
244 CHECK_OFFSET(guest_pdptr1, 224); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c62 FIELD64(GUEST_PDPTR1, guest_pdptr1),
H A Dhyperv_evmcs.c81 EVMCS1_FIELD(GUEST_PDPTR1, guest_pdptr1,
H A Dnested.c1841 vmcs12->guest_pdptr1 = evmcs->guest_pdptr1; in copy_enlightened_to_vmcs12()
2027 evmcs->guest_pdptr1 = vmcs12->guest_pdptr1; in copy_vmcs12_to_enlightened()
2568 vmcs_write64(GUEST_PDPTR1, vmcs12->guest_pdptr1); in prepare_vmcs02_rare()
2749 vmcs_write64(GUEST_PDPTR1, vmcs12->guest_pdptr1); in prepare_vmcs02()
4586 vmcs12->guest_pdptr1 = vmcs_read64(GUEST_PDPTR1); 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.rst111 u64 guest_pdptr1;