Home
last modified time | relevance | path

Searched refs:is_fake (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event_intel.c1994 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
2017 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
2068 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
2153 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
2180 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
2209 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
2239 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
2381 if (cpuc->is_fake) in intel_put_excl_constraints()
Dperf_event_amd.c303 if (cpuc->is_fake) in __amd_get_nb_event_constraints()
Dperf_event.h200 int is_fake; member
Dperf_event.c897 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1892 cpuc->is_fake = 1; in allocate_fake_cpuc()