Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
A Dctrlmondata.c264 cpumask_var_t cpu_mask, bool mba_sc) in apply_config() argument
267 u32 *dc = !mba_sc ? hw_dom->ctrl_val : hw_dom->mbps_val; in apply_config()
287 bool mba_sc; in resctrl_arch_update_domains() local
294 mba_sc = is_mba_sc(r); in resctrl_arch_update_domains()
304 if (!apply_config(hw_dom, cfg, idx, cpu_mask, mba_sc)) in resctrl_arch_update_domains()
322 if (cpumask_empty(cpu_mask) || mba_sc) in resctrl_arch_update_domains()
A Dcore.c158 return rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl.membw.mba_sc; in is_mba_sc()
160 return r->membw.mba_sc; in is_mba_sc()
A Drdtgroup.c1898 static int set_mba_sc(bool mba_sc) in set_mba_sc() argument
1905 mba_sc == is_mba_sc(r)) in set_mba_sc()
1908 r->membw.mba_sc = mba_sc; in set_mba_sc()
/linux/include/linux/
A Dresctrl.h123 bool mba_sc; member
/linux/Documentation/x86/
A Dresctrl.rst40 Enable the MBA Software Controller(mba_sc) to specify MBA
414 Controller(mba_sc)" which reads the actual bandwidth using MBM counters
694 If resctrl is using the software controller (mba_sc) then user can enter the

Completed in 16 milliseconds