Searched refs:shared_regs (Results 1 – 4 of 4) sorted by relevance
562 er = &box->shared_regs[idx]; in nhmex_mbox_get_shared_reg()587 er = &box->shared_regs[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC]; in nhmex_mbox_get_shared_reg()620 er = &box->shared_regs[idx]; in nhmex_mbox_put_shared_reg()626 er = &box->shared_regs[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC]; in nhmex_mbox_put_shared_reg()827 return box->shared_regs[idx].config; in nhmex_mbox_shared_reg_config()829 er = &box->shared_regs[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC]; in nhmex_mbox_shared_reg_config()1002 er = &box->shared_regs[er_idx]; in nhmex_rbox_get_constraint()1078 er = &box->shared_regs[er_idx]; in nhmex_rbox_put_constraint()
3304 era = &cpuc->shared_regs->regs[idx]; in __intel_shared_reg_get_constraints()3377 era = &cpuc->shared_regs->regs[reg->idx]; in __intel_shared_reg_put_constraints()4891 cpuc->shared_regs = allocate_shared_regs(cpu); in intel_cpuc_prepare()4892 if (!cpuc->shared_regs) in intel_cpuc_prepare()4919 kfree(cpuc->shared_regs); in intel_cpuc_prepare()4920 cpuc->shared_regs = NULL; in intel_cpuc_prepare()5161 if (!cpuc->shared_regs) in intel_pmu_cpu_starting()5168 pc = per_cpu(cpu_hw_events, i).shared_regs; in intel_pmu_cpu_starting()5170 cpuc->kfree_on_online[0] = cpuc->shared_regs; in intel_pmu_cpu_starting()5171 cpuc->shared_regs = pc; in intel_pmu_cpu_starting()[all …]
197 er = &box->shared_regs[reg1->idx]; in uncore_get_constraint()233 er = &box->shared_regs[reg1->idx]; in uncore_put_constraint()244 er = &box->shared_regs[idx]; in uncore_shared_reg_config()367 raw_spin_lock_init(&box->shared_regs[i].lock); in uncore_alloc_box()
863 u32 shared_regs; member