Searched refs:_SWP_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
96 #define _SWP_TYPE_MASK ((1U << SWP_TYPE_BITS) - 1) macro103 & _SWP_TYPE_MASK)106 (((type) & _SWP_TYPE_MASK) << _SWP_TYPE_SHIFT) \
165 #define _SWP_TYPE_MASK ((1U << SWP_TYPE_BITS) - 1) macro173 #define __swp_type(x) (((x).val) & _SWP_TYPE_MASK)175 #define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \