Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/vmx/
Devmcs.h19 #define current_evmcs ((struct hv_enlightened_vmcs *)this_cpu_read(current_vmcs))
Dvmx.h224 struct hv_enlightened_vmcs *hv_evmcs;
Devmcs.c17 #define EVMCS1_OFFSET(x) offsetof(struct hv_enlightened_vmcs, x)
Dvmx.c463 struct hv_enlightened_vmcs *evmcs; in hv_enable_direct_tlbflush()
476 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_direct_tlbflush()
2662 struct hv_enlightened_vmcs *evmcs = in alloc_loaded_vmcs()
2663 (struct hv_enlightened_vmcs *)loaded_vmcs->vmcs; in alloc_loaded_vmcs()
Dnested.c1601 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12()
1817 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_vmcs12_to_enlightened()
2374 struct hv_enlightened_vmcs *hv_evmcs = vmx->nested.hv_evmcs; in prepare_vmcs02_rare()
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Devmcs.h32 struct hv_enlightened_vmcs { struct
222 extern struct hv_enlightened_vmcs *current_evmcs; argument
/Linux-v5.15/arch/x86/include/asm/
Dhyperv-tlfs.h364 struct hv_enlightened_vmcs { struct
/Linux-v5.15/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c20 struct hv_enlightened_vmcs *current_evmcs;