Searched refs:CTL2_BSR_SET (Results 1 – 1 of 1) sorted by relevance
496 #define CTL2_BSR_SET 0x80000000u /* Informational */ macro733 #define PUSH_SUPPORTED_COMPILE_CONTROLS2 (CTL2_BSR_SET|CTL2_NL_SET)3738 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_BSR_SET; in decode_modifiers()3739 else dctl->control2 &= ~CTL2_BSR_SET; in decode_modifiers()3748 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_BSR_SET; in decode_modifiers()3749 else dctl->control2 |= CTL2_BSR_SET; in decode_modifiers()4029 ((controls2 & CTL2_BSR_SET) != 0)? " bsr" : "", in show_controls()4493 if ((pat_patctl.control2 & CTL2_BSR_SET) != 0 || in show_pattern_info()