Home
last modified time | relevance | path

Searched refs:rdt_hw_ctrl_domain (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c307 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(m->dom); in mba_wrmsr_amd()
331 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(m->dom); in mba_wrmsr_intel()
342 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(m->dom); in cat_wrmsr()
378 static void ctrl_domain_free(struct rdt_hw_ctrl_domain *hw_dom) in ctrl_domain_free()
393 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(d); in domain_setup_ctrlval()
460 struct rdt_hw_ctrl_domain *hw_dom; in domain_add_cpu_ctrl()
582 struct rdt_hw_ctrl_domain *hw_dom; in domain_remove_cpu_ctrl()
H A Dinternal.h327 struct rdt_hw_ctrl_domain { struct
347 static inline struct rdt_hw_ctrl_domain *resctrl_to_arch_ctrl_dom(struct rdt_ctrl_domain *r) in resctrl_to_arch_ctrl_dom() argument
349 return container_of(r, struct rdt_hw_ctrl_domain, d_resctrl); in resctrl_to_arch_ctrl_dom()
H A Dctrlmondata.c293 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(d); in resctrl_arch_update_one()
315 struct rdt_hw_ctrl_domain *hw_dom; in resctrl_arch_update_domains()
451 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(d); in resctrl_arch_get_config()
H A Drdtgroup.c2927 struct rdt_hw_ctrl_domain *hw_dom; in resctrl_arch_reset_all_ctrls()