Searched refs:nested_vmx_evmcs (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv.h40 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) function
84 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) function
H A Dnested.c266 if (nested_vmx_evmcs(vmx) && vmptr == vmx->nested.hv_evmcs_vmptr)
642 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx);
1630 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx);
1878 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx);
2465 struct hv_enlightened_vmcs *hv_evmcs = nested_vmx_evmcs(vmx);
2597 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx);
3652 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx);
5457 value = evmcs_read_any(nested_vmx_evmcs(vmx), field, offset);

Completed in 215 milliseconds