Searched defs:cap_lower (Results 1 – 2 of 2) sorted by relevance
74 #define cap_lower(c, flag) ((c).val &= ~BIT_ULL(flag)) macro
99 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) macro