Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c59 struct rdt_hw_resource rdt_resources_all[RDT_NUM_RESOURCES] = { variable
110 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in resctrl_arch_system_num_rmid_idx()
121 return &rdt_resources_all[l].r_resctrl; in resctrl_arch_get_resource()
144 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_L3]; in cache_alloc_hsw_probe()
291 rdt_resources_all[level].cdp_enabled = false; in rdt_get_cdp_config()
292 rdt_resources_all[level].r_resctrl.cdp_capable = true; in rdt_get_cdp_config()
817 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_MBA]; in get_mem_config()
832 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_SMBA]; in get_slow_mem_config()
855 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in get_rdt_alloc_resources()
863 r = &rdt_resources_all[RDT_RESOURCE_L2].r_resctrl; in get_rdt_alloc_resources()
[all …]
H A Dinternal.h411 extern struct rdt_hw_resource rdt_resources_all[];
418 return rdt_resources_all[l].cdp_enabled; in resctrl_arch_get_cdp_enabled()
H A Dmonitor.c220 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in logical_rmid_to_physical_rmid()
1184 rdt_resources_all[RDT_RESOURCE_L3].r_resctrl.mon_scope = RESCTRL_L3_NODE; in snc_get_config()
H A Drdtgroup.c2365 r_l = &rdt_resources_all[level].r_resctrl; in set_cache_qos_cfg()
2471 struct rdt_resource *r_l = &rdt_resources_all[level].r_resctrl; in cdp_enable()
2479 rdt_resources_all[level].cdp_enabled = true; in cdp_enable()
2486 struct rdt_hw_resource *r_hw = &rdt_resources_all[level]; in cdp_disable()
2496 struct rdt_hw_resource *hw_res = &rdt_resources_all[l]; in resctrl_arch_set_cdp_enabled()