Home
last modified time | relevance | path

Searched refs:host_ia32_perf_global_ctrl (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/arch/x86/kvm/vmx/
Dvmcs12.h66 u64 host_ia32_perf_global_ctrl; member
250 CHECK_OFFSET(host_ia32_perf_global_ctrl, 272); in vmx_check_vmcs12_offsets()
Dvmcs12.c68 FIELD64(HOST_IA32_PERF_GLOBAL_CTRL, host_ia32_perf_global_ctrl),
Dhyperv_evmcs.c25 EVMCS1_FIELD(HOST_IA32_PERF_GLOBAL_CTRL, host_ia32_perf_global_ctrl,
Dnested.c1728 vmcs12->host_ia32_perf_global_ctrl = evmcs->host_ia32_perf_global_ctrl; in copy_enlightened_to_vmcs12()
3044 vmcs12->host_ia32_perf_global_ctrl))) in nested_vmx_check_host_state()
4738 vmcs12->host_ia32_perf_global_ctrl)); in load_vmcs12_host_state()
/linux-6.14.4/include/hyperv/
Dhvgdk.h222 u64 host_ia32_perf_global_ctrl; member
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Devmcs.h210 u64 host_ia32_perf_global_ctrl; member
658 *value = current_evmcs->host_ia32_perf_global_ctrl; in evmcs_vmread()
1183 current_evmcs->host_ia32_perf_global_ctrl = value; in evmcs_vmwrite()