Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dresctrl.h271 RESCTRL_L2_CACHE = 2, enumerator
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c78 .ctrl_scope = RESCTRL_L2_CACHE,
457 case RESCTRL_L2_CACHE: in get_domain_id_from_scope()
/linux/fs/resctrl/
H A Dpseudo_lock.c231 if (WARN_ON_ONCE(scope != RESCTRL_L2_CACHE && scope != RESCTRL_L3_CACHE)) in pseudo_lock_region_init()
H A Drdtgroup.c1530 if (WARN_ON_ONCE(r->ctrl_scope != RESCTRL_L2_CACHE && r->ctrl_scope != RESCTRL_L3_CACHE)) in rdtgroup_cbm_to_size()