Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h63 struct rdt_hw_ctrl_domain { struct
83 static inline struct rdt_hw_ctrl_domain *resctrl_to_arch_ctrl_dom(struct rdt_ctrl_domain *r) in resctrl_to_arch_ctrl_dom() argument
85 return container_of(r, struct rdt_hw_ctrl_domain, d_resctrl); in resctrl_to_arch_ctrl_dom()
H A Dcore.c313 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(m->dom); in mba_wrmsr_amd()
337 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(m->dom); in mba_wrmsr_intel()
348 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(m->dom); in cat_wrmsr()
384 static void ctrl_domain_free(struct rdt_hw_ctrl_domain *hw_dom) in ctrl_domain_free()
401 struct rdt_hw_ctrl_domain *hw_dom = resctrl_to_arch_ctrl_dom(d); in domain_setup_ctrlval()
474 struct rdt_hw_ctrl_domain *hw_dom; in domain_add_cpu_ctrl()
615 struct rdt_hw_ctrl_domain *hw_dom; in domain_remove_cpu_ctrl()
H A Drdtgroup.c235 struct rdt_hw_ctrl_domain *hw_dom; in resctrl_arch_reset_all_ctrls()