Searched refs:hv_enlightened_vmcs (Results 1 – 8 of 8) sorted by relevance
19 #define current_evmcs ((struct hv_enlightened_vmcs *)this_cpu_read(current_vmcs))
177 struct hv_enlightened_vmcs *hv_evmcs;
18 #define EVMCS1_OFFSET(x) offsetof(struct hv_enlightened_vmcs, x)
1605 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12()1821 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_vmcs12_to_enlightened()2375 struct hv_enlightened_vmcs *hv_evmcs = vmx->nested.hv_evmcs; in prepare_vmcs02_rare()2506 struct hv_enlightened_vmcs *hv_evmcs = vmx->nested.hv_evmcs; in prepare_vmcs02()
554 struct hv_enlightened_vmcs *evmcs; in hv_enable_direct_tlbflush()567 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_direct_tlbflush()2637 struct hv_enlightened_vmcs *evmcs = in alloc_loaded_vmcs()2638 (struct hv_enlightened_vmcs *)loaded_vmcs->vmcs; in alloc_loaded_vmcs()
309 struct hv_enlightened_vmcs { struct
32 struct hv_enlightened_vmcs { struct222 extern struct hv_enlightened_vmcs *current_evmcs; argument
20 struct hv_enlightened_vmcs *current_evmcs;