Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c63 [RDT_RESOURCE_L3] =
66 .rid = RDT_RESOURCE_L3,
69 .domains = domain_init(RDT_RESOURCE_L3),
137 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_L3]; in cache_alloc_hsw_probe()
292 rdt_get_cdp_config(RDT_RESOURCE_L3); in rdt_get_cdp_l3_config()
580 if (r == &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl) { in domain_remove_cpu()
789 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in get_rdt_alloc_resources()
815 struct rdt_resource *r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in get_rdt_mon_resources()
871 if (r->rid == RDT_RESOURCE_L3 || in rdt_init_res_defs_intel()
891 if (r->rid == RDT_RESOURCE_L3 || in rdt_init_res_defs_amd()
H A 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()
626 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in cqm_handle_limbo()
662 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in mbm_handle_overflow()
H A Drdtgroup.c2132 if (level == RDT_RESOURCE_L3) in set_cache_qos_cfg()
2172 if (r->rid == RDT_RESOURCE_L3) in rdt_domain_reconfigure_cdp()
2278 if (resctrl_arch_get_cdp_enabled(RDT_RESOURCE_L3)) in cdp_disable_all()
2279 resctrl_arch_set_cdp_enabled(RDT_RESOURCE_L3, false); in cdp_disable_all()
2371 ret = resctrl_arch_set_cdp_enabled(RDT_RESOURCE_L3, true); in rdt_enable_ctx()
2529 r = &rdt_resources_all[RDT_RESOURCE_L3].r_resctrl; in rdt_get_tree()
3652 if (resctrl_arch_get_cdp_enabled(RDT_RESOURCE_L3)) in rdtgroup_show_options()
H A Dinternal.h432 RDT_RESOURCE_L3, enumerator
H A Dpseudo_lock.c707 if (resctrl_arch_get_cdp_enabled(RDT_RESOURCE_L3) || in rdtgroup_locksetup_enter()