Searched refs:resctrl_pqr_state (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dresctrl.h18 * struct resctrl_pqr_state - State cache for the PQR MSR
32 struct resctrl_pqr_state { struct
39 DECLARE_PER_CPU(struct resctrl_pqr_state, pqr_state);
98 struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c40 * The cached resctrl_pqr_state is strictly per CPU and can never be
45 DEFINE_PER_CPU(struct resctrl_pqr_state, pqr_state);
601 struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state);

Completed in 229 milliseconds