Home
last modified time | relevance | path

Searched refs:resctrl_to_arch_mon_dom (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c179 struct rdt_hw_l3_mon_domain *hw_dom = resctrl_to_arch_mon_dom(d); in resctrl_arch_reset_rmid()
200 struct rdt_hw_l3_mon_domain *hw_dom = resctrl_to_arch_mon_dom(d); in resctrl_arch_reset_rmid_all()
224 struct rdt_hw_l3_mon_domain *hw_dom = resctrl_to_arch_mon_dom(d); in get_corrected_val()
268 hw_dom = resctrl_to_arch_mon_dom(d); in resctrl_arch_rmid_read()
328 struct rdt_hw_l3_mon_domain *hw_dom = resctrl_to_arch_mon_dom(d); in resctrl_arch_reset_cntr()
555 struct rdt_hw_l3_mon_domain *hw_dom = resctrl_to_arch_mon_dom(d); in resctrl_arch_config_cntr()
H A Dinternal.h88 static inline struct rdt_hw_l3_mon_domain *resctrl_to_arch_mon_dom(struct rdt_l3_mon_domain *r) in resctrl_to_arch_mon_dom() function