_SWP_TYPE_MASK
& _SWP_TYPE_MASK)
(((type) & _SWP_TYPE_MASK) << _SWP_TYPE_SHIFT) \
#define __swp_type(x) (((x).val) & _SWP_TYPE_MASK)
#define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \