Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c62 struct rdt_hw_resource rdt_resources_all[] = {
137 struct rdt_hw_resource *hw_res = &rdt_resources_all[RDT_RESOURCE_L3]; in cache_alloc_hsw_probe()
198 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __get_mem_config_intel()
232 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in __rdt_get_mem_config_amd()
266 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_cache_alloc_cfg()
305 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_amd()
331 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mba_wrmsr_intel()
343 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in cat_wrmsr()
370 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(m->res); in rdt_ctrl_update()
419 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in setup_default_ctrlval()
[all …]
H A Dinternal.h401 struct rdt_hw_resource { struct
413 static inline struct rdt_hw_resource *resctrl_to_arch_res(struct rdt_resource *r) in resctrl_to_arch_res() argument
415 return container_of(r, struct rdt_hw_resource, r_resctrl); in resctrl_to_arch_res()
425 extern struct rdt_hw_resource rdt_resources_all[];
443 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(res); in resctrl_inc()
H A Dmonitor.c235 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in resctrl_arch_rmid_read()
759 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_get_mon_l3_config()
H A Drdtgroup.c1593 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in mon_config_write()
2164 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in rdt_domain_reconfigure_cdp()
2253 struct rdt_hw_resource *r_hw = &rdt_resources_all[level]; in cdp_disable()
2263 struct rdt_hw_resource *hw_res = &rdt_resources_all[l]; in resctrl_arch_set_cdp_enabled()
2635 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in reset_all_ctrls()
H A Dctrlmondata.c292 struct rdt_hw_resource *hw_res = resctrl_to_arch_res(r); in resctrl_arch_update_one()