Searched refs:abmc_cfg (Results 1 – 1 of 1) sorted by relevance
544 union l3_qos_abmc_cfg *abmc_cfg = info; in resctrl_abmc_config_one_amd() local546 wrmsrl(MSR_IA32_L3_QOS_ABMC_CFG, abmc_cfg->full); in resctrl_abmc_config_one_amd()557 union l3_qos_abmc_cfg abmc_cfg = { 0 }; in resctrl_arch_config_cntr() local560 abmc_cfg.split.cfg_en = 1; in resctrl_arch_config_cntr()561 abmc_cfg.split.cntr_en = assign ? 1 : 0; in resctrl_arch_config_cntr()562 abmc_cfg.split.cntr_id = cntr_id; in resctrl_arch_config_cntr()563 abmc_cfg.split.bw_src = rmid; in resctrl_arch_config_cntr()565 abmc_cfg.split.bw_type = resctrl_get_mon_evt_cfg(evtid); in resctrl_arch_config_cntr()567 smp_call_function_any(&d->hdr.cpu_mask, resctrl_abmc_config_one_amd, &abmc_cfg, 1); in resctrl_arch_config_cntr()