Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/vmx/
Dhyperv.h40 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) in nested_vmx_evmcs() function
84 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) in nested_vmx_evmcs() function
Dnested.c264 if (nested_vmx_evmcs(vmx) && vmptr == vmx->nested.hv_evmcs_vmptr) in nested_evmcs_handle_vmclear()
643 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in nested_vmx_prepare_msr_bitmap()
1658 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in copy_enlightened_to_vmcs12()
1906 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in copy_vmcs12_to_enlightened()
2509 struct hv_enlightened_vmcs *hv_evmcs = nested_vmx_evmcs(vmx); in prepare_vmcs02_rare()
2642 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in prepare_vmcs02()
3696 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in nested_vmx_run()
5605 value = evmcs_read_any(nested_vmx_evmcs(vmx), field, offset); in handle_vmread()