Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c676 state->default_closid = RESCTRL_RESERVED_CLOSID; in clear_closid_rmid()
678 state->cur_closid = RESCTRL_RESERVED_CLOSID; in clear_closid_rmid()
681 RESCTRL_RESERVED_CLOSID); in clear_closid_rmid()
H A Dmonitor.c566 idx == resctrl_arch_rmid_idx_encode(RESCTRL_RESERVED_CLOSID, in free_rmid()
1048 idx = resctrl_arch_rmid_idx_encode(RESCTRL_RESERVED_CLOSID, in dom_data_init()
H A Drdtgroup.c167 __clear_bit(RESCTRL_RESERVED_CLOSID, &closid_free_map); in closid_init()
4119 rdtgroup_default.closid = RESCTRL_RESERVED_CLOSID; in rdtgroup_setup_default()
/linux-6.15/include/linux/
H A Dresctrl.h12 #define RESCTRL_RESERVED_CLOSID 0 macro