Home
last modified time | relevance | path

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

/Linux-v6.1/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()
179 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __get_mem_config_intel()
213 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __rdt_get_mem_config_amd()
243 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_cache_alloc_cfg()
282 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_amd()
308 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_intel()
320 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in cat_wrmsr()
347 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(m->res); in rdt_ctrl_update()
396 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in setup_default_ctrlval()
[all …]
Dinternal.h389 struct rdt_hw_resource { struct
400 static inline struct rdt_hw_resource *resctrl_to_arch_res(struct rdt_resource *r) in resctrl_to_arch_res() argument
402 return container_of(r, struct rdt_hw_resource, r_resctrl); in resctrl_to_arch_res()
412 extern struct rdt_hw_resource rdt_resources_all[];
429 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(res); in resctrl_inc()
Dmonitor.c190 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in resctrl_arch_rmid_read()
752 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_mon_l3_config()
Drdtgroup.c1883 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_domain_reconfigure_cdp()
1972 struct rdt_hw_resource *r_hw = &rdt_resources_all[level]; in cdp_disable()
1982 struct rdt_hw_resource *hw_res = &rdt_resources_all[l]; in resctrl_arch_set_cdp_enabled()
2345 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in reset_all_ctrls()
Dctrlmondata.c288 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in resctrl_arch_update_one()