Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dqos.h38 u32 mcid = FIELD_GET(SRMCFG_MCID_MASK, thread_srmcfg); in __switch_to_srmcfg()
44 mcid = FIELD_GET(SRMCFG_MCID_MASK, default_srmcfg); in __switch_to_srmcfg()
46 FIELD_PREP(SRMCFG_MCID_MASK, mcid); in __switch_to_srmcfg()
H A Dcsr.h89 #define SRMCFG_MCID_MASK GENMASK(27, 16) macro