Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dcore.c62 #define ctrl_domain_init(id) LIST_HEAD_INIT(rdt_resources_all[id].r_resctrl.ctrl_domains)
63 #define mon_domain_init(id) LIST_HEAD_INIT(rdt_resources_all[id].r_resctrl.mon_domains)
65 struct rdt_hw_resource rdt_resources_all[] = { variable
124 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in resctrl_arch_system_num_rmid_idx()
150 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_L3]; in cache_alloc_hsw_probe()
177 return rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl.membw.mba_sc; in is_mba_sc()
303 rdt_resources_all[level].cdp_enabled = false; in rdt_get_cdp_config()
304 rdt_resources_all[level].r_resctrl.cdp_capable = true; in rdt_get_cdp_config()
888 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_MBA]; in get_mem_config()
903 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_SMBA]; in get_slow_mem_config()
[all …]
Dinternal.h508 extern struct rdt_hw_resource rdt_resources_all[];
532 return rdt_resources_all[l].cdp_enabled; in resctrl_arch_get_cdp_enabled()
544 for (r = &rdt_resources_all[0].r_resctrl; \
545 r <= &rdt_resources_all[RDT_NUM_RESOURCES - 1].r_resctrl; \
Dmonitor.c220 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in logical_rmid_to_physical_rmid()
368 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in __check_limbo()
524 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in add_rmid_to_limbo()
763 r_mba = &rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl; in update_mba_bw()
932 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in mbm_handle_overflow()
1167 rdt_resources_all[RDT_RESOURCE_L3].r_resctrl.mon_scope = RESCTRL_L3_NODE; in snc_get_config()
Drdtgroup.c2253 return rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl.membw.delay_linear; in is_mba_linear()
2277 r_l = &rdt_resources_all[level].r_resctrl; in set_cache_qos_cfg()
2343 struct rdt_resource *rmbm = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in supports_mba_mbps()
2344 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl; in supports_mba_mbps()
2357 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl; in set_mba_sc()
2377 struct rdt_resource *r_l = &rdt_resources_all[level].r_resctrl; in cdp_enable()
2385 rdt_resources_all[level].cdp_enabled = true; in cdp_enable()
2392 struct rdt_hw_resource *r_hw = &rdt_resources_all[level]; in cdp_disable()
2402 struct rdt_hw_resource *hw_res = &rdt_resources_all[l]; in resctrl_arch_set_cdp_enabled()
2705 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in rdt_get_tree()
[all …]
Dctrlmondata.c582 r = &rdt_resources_all[resid].r_resctrl; in rdtgroup_mondata_show()