Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Drecordmcount.h182 int is_fake; in MIPS_is_fake_mcount() local
184 is_fake = (old_r_offset != ~(Elf_Addr)0) && in MIPS_is_fake_mcount()
188 return is_fake; in MIPS_is_fake_mcount()
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c2328 bool is_fake = false; in btusb_setup_csr() local
2369 is_fake = true; in btusb_setup_csr()
2384 is_fake = true; in btusb_setup_csr()
2388 is_fake = true; in btusb_setup_csr()
2392 is_fake = true; in btusb_setup_csr()
2396 is_fake = true; in btusb_setup_csr()
2400 is_fake = true; in btusb_setup_csr()
2406 is_fake = true; in btusb_setup_csr()
2408 if (is_fake) { in btusb_setup_csr()
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c3236 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
3259 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
3310 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
3400 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
3427 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
3456 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
3515 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
3640 if (cpuc->is_fake) in intel_put_excl_constraints()
/openbmc/linux/arch/x86/events/
H A Dcore.c1068 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1174 if (!cpuc->is_fake && leader->attr.precise_ip) { in collect_events()
2324 cpuc->is_fake = 1; in allocate_fake_cpuc()
H A Dperf_event.h256 int is_fake; member
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c474 if (cpuc->is_fake) in __amd_get_nb_event_constraints()