Home
last modified time | relevance | path

Searched refs:this_cpu_has_perf_global_ctrl (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Dpmu.c211 if (!this_cpu_has_perf_global_ctrl()) in loop()
231 if (pmu.is_intel && this_cpu_has_perf_global_ctrl()) { in adjust_events_range()
309 if (!this_cpu_has_perf_global_ctrl()) in global_enable()
318 if (!this_cpu_has_perf_global_ctrl()) in global_disable()
732 if (this_cpu_has_perf_global_ctrl()) { in check_emulated_instr()
747 if (this_cpu_has_perf_global_ctrl()) { in check_emulated_instr()
908 if (this_cpu_has_perf_global_ctrl()) in set_ref_cycle_expectations()
H A Dvmx_tests.c7519 if (!this_cpu_has_perf_global_ctrl()) { in test_load_host_perf_global_ctrl()
7536 if (!this_cpu_has_perf_global_ctrl()) { in test_load_guest_perf_global_ctrl()
/kvm-unit-tests/lib/x86/
H A Dpmu.h103 static inline bool this_cpu_has_perf_global_ctrl(void) in this_cpu_has_perf_global_ctrl() function