Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h58 u64 guest_ia32_perf_global_ctrl; member
248 CHECK_OFFSET(guest_ia32_perf_global_ctrl, 208); in vmx_check_vmcs12_offsets()
H A Dhyperv_evmcs.c77 EVMCS1_FIELD(GUEST_IA32_PERF_GLOBAL_CTRL, guest_ia32_perf_global_ctrl,
H A Dvmcs12.c60 FIELD64(GUEST_IA32_PERF_GLOBAL_CTRL, guest_ia32_perf_global_ctrl),
H A Dnested.c1886 vmcs12->guest_ia32_perf_global_ctrl = evmcs->guest_ia32_perf_global_ctrl; in copy_enlightened_to_vmcs12()
2833 vmcs12->guest_ia32_perf_global_ctrl))) { in prepare_vmcs02()
3333 vmcs12->guest_ia32_perf_global_ctrl))) in nested_vmx_check_guest_state()
/linux/include/hyperv/
H A Dhvgdk.h214 u64 guest_ia32_perf_global_ctrl; member
/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h202 u64 guest_ia32_perf_global_ctrl; member
661 *value = current_evmcs->guest_ia32_perf_global_ctrl; in evmcs_vmread()
1187 current_evmcs->guest_ia32_perf_global_ctrl = value; in evmcs_vmwrite()