Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c62 .r_resctrl = {
76 .r_resctrl = {
88 .r_resctrl = {
98 .r_resctrl = {
121 return &rdt_resources_all[l].r_resctrl; in resctrl_arch_get_resource()
145 struct rdt_resource *r = &hw_res->r_resctrl; in cache_alloc_hsw_probe()
292 rdt_resources_all[level].r_resctrl.cdp_capable = true; in rdt_get_cdp_config()
823 return __get_mem_config_intel(&hw_res->r_resctrl); in get_mem_config()
825 return __rdt_get_mem_config_amd(&hw_res->r_resctrl); in get_mem_config()
855 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in get_rdt_alloc_resources()
[all …]
H A Dinternal.h390 struct rdt_resource r_resctrl; member
401 return container_of(r, struct rdt_hw_resource, r_resctrl); in resctrl_to_arch_res()
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()
2498 if (!hw_res->r_resctrl.cdp_capable) in resctrl_arch_set_cdp_enabled()