Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
A Dcore.c65 .r_resctrl = {
82 .r_resctrl = {
99 .r_resctrl = {
132 struct rdt_resource *r = &hw_res->r_resctrl; in cache_alloc_hsw_probe()
158 return rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl.membw.mba_sc; in is_mba_sc()
274 rdt_resources_all[level].r_resctrl.cdp_capable = true; in rdt_get_cdp_config()
604 if (r == &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl) { in domain_remove_cpu()
777 return __get_mem_config_intel(&hw_res->r_resctrl); in get_mem_config()
779 return __rdt_get_mem_config_amd(&hw_res->r_resctrl); in get_mem_config()
796 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in get_rdt_alloc_resources()
[all …]
A Dinternal.h389 struct rdt_resource r_resctrl; member
401 return container_of(r, struct rdt_hw_resource, r_resctrl); in resctrl_to_arch_res()
431 return &hw_res->r_resctrl; in resctrl_inc()
446 for (r = &rdt_resources_all[0].r_resctrl; \
447 r <= &rdt_resources_all[RDT_NUM_RESOURCES - 1].r_resctrl; \
A Dmonitor.c177 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in __check_limbo()
235 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in add_rmid_to_limbo()
437 r_mba = &hw_r_mba->r_resctrl; in update_mba_bw()
555 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in cqm_handle_limbo()
591 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in mbm_handle_overflow()
A Drdtgroup.c1833 return rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl.membw.delay_linear; in is_mba_linear()
1854 r_l = &rdt_resources_all[level].r_resctrl; in set_cache_qos_cfg()
1900 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl; in set_mba_sc()
1919 struct rdt_resource *r_l = &rdt_resources_all[level].r_resctrl; in cdp_enable()
1946 if (!hw_res->r_resctrl.cdp_capable) in resctrl_arch_set_cdp_enabled()
2201 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in rdt_get_tree()
3192 if (is_mba_sc(&rdt_resources_all[RDT_RESOURCE_MBA].r_resctrl)) in rdtgroup_show_options()
A Dctrlmondata.c542 r = &hw_res->r_resctrl; in rdtgroup_mondata_show()

Completed in 14 milliseconds