Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/vmx/
Dhyperv.h40 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) in nested_vmx_evmcs()
84 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) in nested_vmx_evmcs()
Dhyperv_evmcs.h154 static inline u64 evmcs_read_any(struct hv_enlightened_vmcs *evmcs, in evmcs_read_any()
Dvmx_onhyperv.h15 #define current_evmcs ((struct hv_enlightened_vmcs *)this_cpu_read(current_vmcs))
Dhyperv.c215 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in nested_evmcs_l2_tlb_flush_enabled()
Dhyperv_evmcs.c9 #define EVMCS1_OFFSET(x) offsetof(struct hv_enlightened_vmcs, x)
Dvmx.h246 struct hv_enlightened_vmcs *hv_evmcs;
Dnested.c643 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()
3697 struct hv_enlightened_vmcs *evmcs = nested_vmx_evmcs(vmx); in nested_vmx_run()
Dvmx.c539 struct hv_enlightened_vmcs *evmcs; in hv_enable_l2_tlb_flush()
545 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_l2_tlb_flush()
3982 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_msr_bitmap_l01_changed()
7557 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_vcpu_create()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Devmcs.h24 struct hv_enlightened_vmcs { struct
242 extern struct hv_enlightened_vmcs *current_evmcs;
/linux-6.12.1/arch/x86/include/asm/
Dhyperv-tlfs.h431 struct hv_enlightened_vmcs { struct
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c21 struct hv_enlightened_vmcs *current_evmcs;