Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c57 #define ctrl_domain_init(id) LIST_HEAD_INIT(rdt_resources_all[id].r_resctrl.ctrl_domains)
58 #define mon_domain_init(id) LIST_HEAD_INIT(rdt_resources_all[id].r_resctrl.mon_domains)
63 .r_resctrl = {
76 .r_resctrl = {
87 .r_resctrl = {
96 .r_resctrl = {
107 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in resctrl_arch_system_num_rmid_idx()
118 return &rdt_resources_all[l].r_resctrl; in resctrl_arch_get_resource()
142 struct rdt_resource *r = &hw_res->r_resctrl; in cache_alloc_hsw_probe()
274 rdt_resources_all[level].r_resctrl.cdp_capable = true; in rdt_get_cdp_config()
[all …]
H A Drdtgroup.c153 r_l = &rdt_resources_all[level].r_resctrl; in set_cache_qos_cfg()
189 struct rdt_resource *r_l = &rdt_resources_all[level].r_resctrl; in cdp_enable()
216 if (!hw_res->r_resctrl.cdp_capable) in resctrl_arch_set_cdp_enabled()
H A Dinternal.h111 struct rdt_resource r_resctrl; member
122 return container_of(r, struct rdt_hw_resource, r_resctrl); in resctrl_to_arch_res()
H A Dmonitor.c133 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in logical_rmid_to_physical_rmid()
333 rdt_resources_all[RDT_RESOURCE_L3].r_resctrl.mon_scope = RESCTRL_L3_NODE; in snc_get_config()