Home
last modified time | relevance | path

Searched refs:shared_regs (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/events/intel/
H A Dcore.c3853 era = &cpuc->shared_regs->regs[idx]; in __intel_shared_reg_get_constraints()
3926 era = &cpuc->shared_regs->regs[reg->idx]; in __intel_shared_reg_put_constraints()
5597 cpuc->shared_regs = allocate_shared_regs(cpu); in intel_cpuc_prepare()
5598 if (!cpuc->shared_regs) in intel_cpuc_prepare()
5625 kfree(cpuc->shared_regs); in intel_cpuc_prepare()
5626 cpuc->shared_regs = NULL; in intel_cpuc_prepare()
6100 if (!cpuc->shared_regs) in intel_pmu_cpu_starting()
6107 pc = per_cpu(cpu_hw_events, i).shared_regs; in intel_pmu_cpu_starting()
6109 cpuc->kfree_on_online[0] = cpuc->shared_regs; in intel_pmu_cpu_starting()
6110 cpuc->shared_regs = pc; in intel_pmu_cpu_starting()
[all …]
H A Duncore.c198 er = &box->shared_regs[reg1->idx]; in uncore_get_constraint()
234 er = &box->shared_regs[reg1->idx]; in uncore_put_constraint()
245 er = &box->shared_regs[idx]; in uncore_shared_reg_config()
359 raw_spin_lock_init(&box->shared_regs[i].lock); in uncore_alloc_box()
H A Duncore_snbep.c920 struct intel_uncore_extra_reg *er = &box->shared_regs[0]; in snbep_cbox_put_constraint()
938 struct intel_uncore_extra_reg *er = &box->shared_regs[0]; in __snbep_cbox_get_constraint()
1069 struct intel_uncore_extra_reg *er = &box->shared_regs[0]; in snbep_pcu_get_constraint()
1110 struct intel_uncore_extra_reg *er = &box->shared_regs[0]; in snbep_pcu_put_constraint()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h863 u32 shared_regs; member
/linux/arch/x86/events/
H A Dperf_event.h355 struct intel_shared_regs *shared_regs; member