Searched refs:ESR_ELx_EC_MASK (Results 1 – 2 of 2) sorted by relevance
73 #define ESR_ELx_EC_MASK (UL(0x3F) << ESR_ELx_EC_SHIFT) macro74 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT)154 #define ESR_ELx_WFx_MASK (ESR_ELx_EC_MASK | \
435 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL | in set_thread_esr()445 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL; in set_thread_esr()