Home
last modified time | relevance | path

Searched refs:hv_enlightened_vmcs (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Devmcs.h19 #define current_evmcs ((struct hv_enlightened_vmcs *)this_cpu_read(current_vmcs))
H A Dvmx.h201 struct hv_enlightened_vmcs *hv_evmcs;
H A Devmcs.c18 #define EVMCS1_OFFSET(x) offsetof(struct hv_enlightened_vmcs, x)
H A Dnested.c1619 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12()
1835 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_vmcs12_to_enlightened()
2400 struct hv_enlightened_vmcs *hv_evmcs = vmx->nested.hv_evmcs; in prepare_vmcs02_rare()
2531 struct hv_enlightened_vmcs *hv_evmcs = vmx->nested.hv_evmcs; in prepare_vmcs02()
H A Dvmx.c614 struct hv_enlightened_vmcs *evmcs; in hv_enable_direct_tlbflush()
627 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_direct_tlbflush()
2730 struct hv_enlightened_vmcs *evmcs = in alloc_loaded_vmcs()
2731 (struct hv_enlightened_vmcs *)loaded_vmcs->vmcs; in alloc_loaded_vmcs()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Devmcs.h32 struct hv_enlightened_vmcs { struct
222 extern struct hv_enlightened_vmcs *current_evmcs; argument
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhyperv-tlfs.h309 struct hv_enlightened_vmcs { struct
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c20 struct hv_enlightened_vmcs *current_evmcs;