Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/resctrl/
Dcore.c60 #define domain_init(id) LIST_HEAD_INIT(rdt_resources_all[id].r_resctrl.domains)
65 .r_resctrl = {
79 .r_resctrl = {
93 .r_resctrl = {
105 .r_resctrl = {
138 struct rdt_resource *r = &hw_res->r_resctrl; in cache_alloc_hsw_probe()
163 return rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl.membw.mba_sc; in is_mba_sc()
289 rdt_resources_all[level].r_resctrl.cdp_capable = true; in rdt_get_cdp_config()
582 if (r == &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl) { in domain_remove_cpu()
759 return __get_mem_config_intel(&hw_res->r_resctrl); in get_mem_config()
[all …]
Dinternal.h405 struct rdt_resource r_resctrl; member
417 return container_of(r, struct rdt_hw_resource, r_resctrl); in resctrl_to_arch_res()
448 return &hw_res->r_resctrl; in resctrl_inc()
463 for (r = &rdt_resources_all[0].r_resctrl; \
464 r <= &rdt_resources_all[RDT_NUM_RESOURCES - 1].r_resctrl; \
Dmonitor.c271 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in __check_limbo()
336 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in add_rmid_to_limbo()
532 r_mba = &rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl; in update_mba_bw()
648 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in cqm_handle_limbo()
684 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in mbm_handle_overflow()
Drdtgroup.c2119 return rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl.membw.delay_linear; in is_mba_linear()
2140 r_l = &rdt_resources_all[level].r_resctrl; in set_cache_qos_cfg()
2204 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl; in supports_mba_mbps()
2216 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl; in set_mba_sc()
2236 struct rdt_resource *r_l = &rdt_resources_all[level].r_resctrl; in cdp_enable()
2263 if (!hw_res->r_resctrl.cdp_capable) in resctrl_arch_set_cdp_enabled()
2527 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in rdt_get_tree()
3656 if (is_mba_sc(&rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl)) in rdtgroup_show_options()
Dctrlmondata.c562 r = &rdt_resources_all[resid].r_resctrl; in rdtgroup_mondata_show()