Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/cpu/resctrl/
Dcore.c62 struct rdt_hw_resource rdt_resources_all[] = {
131 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_L3]; in cache_alloc_hsw_probe()
186 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __get_mem_config_intel()
221 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __rdt_get_mem_config_amd()
252 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_cache_alloc_cfg()
292 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_amd()
318 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_intel()
330 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in cat_wrmsr()
357 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(m->res); in rdt_ctrl_update()
406 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in setup_default_ctrlval()
[all …]
Dinternal.h388 struct rdt_hw_resource { struct
399 static inline struct rdt_hw_resource *resctrl_to_arch_res(struct rdt_resource *r) in resctrl_to_arch_res() argument
401 return container_of(r, struct rdt_hw_resource, r_resctrl); in resctrl_to_arch_res()
411 extern struct rdt_hw_resource rdt_resources_all[];
428 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(res); in resctrl_inc()
Dmonitor.c290 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(rr->r); in __mon_event_count()
337 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(rr->r); in mbm_bw_count()
425 struct rdt_hw_resource *hw_r_mba; in update_mba_bw()
688 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_mon_l3_config()
Drdtgroup.c1034 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in max_threshold_occ_show()
1058 struct rdt_hw_resource *hw_res; in max_threshold_occ_write()
1880 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_domain_reconfigure_cdp()
1934 struct rdt_hw_resource *r_hw = &rdt_resources_all[level]; in cdp_disable()
1944 struct rdt_hw_resource *hw_res = &rdt_resources_all[l]; in resctrl_arch_set_cdp_enabled()
2307 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in reset_all_ctrls()
Dctrlmondata.c521 struct rdt_hw_resource *hw_res; in rdtgroup_mondata_show()