Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/resctrl/
Dcore.c62 struct rdt_hw_resource rdt_resources_all[] = {
125 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_L3]; in cache_alloc_hsw_probe()
180 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __get_mem_config_intel()
215 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __rdt_get_mem_config_amd()
246 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_cache_alloc_cfg()
286 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_amd()
312 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_intel()
324 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in cat_wrmsr()
351 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(m->res); in rdt_ctrl_update()
400 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.c1053 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in max_threshold_occ_show()
1077 struct rdt_hw_resource *hw_res; in max_threshold_occ_write()
1899 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_domain_reconfigure_cdp()
1953 struct rdt_hw_resource *r_hw = &rdt_resources_all[level]; in cdp_disable()
1963 struct rdt_hw_resource *hw_res = &rdt_resources_all[l]; in resctrl_arch_set_cdp_enabled()
2326 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in reset_all_ctrls()
Dctrlmondata.c518 struct rdt_hw_resource *hw_res; in rdtgroup_mondata_show()