Searched refs:VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h112 VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL | \
H A Dhyperv.c133 supported_ctrls &= ~VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL;
H A Dcapabilities.h106 return vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL;
H A Dvmx.h483 (VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL | \
H A Dvmx.c993 VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL,
1049 VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL,
2588 { VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL, VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL },
4398 vmentry_ctrl &= ~(VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL |
4403 vmentry_ctrl &= ~VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL;
6326 vmentry_ctl & VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL)
H A Dnested.c2398 ~VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL);
2687 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL) &&
3083 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL) &&
6860 VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h92 #define VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL 0x00002000 macro
/linux-master/arch/x86/include/asm/
H A Dvmx.h115 #define VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL 0x00002000 macro

Completed in 166 milliseconds