Searched refs:SWP_TYPE_MASK (Results 1 – 1 of 1) sorted by relevance
644 BUILD_BUG_ON(_PAGE_HPTEFLAGS & SWP_TYPE_MASK); \650 #define SWP_TYPE_MASK ((1UL << SWP_TYPE_BITS) - 1) macro651 #define __swp_type(x) ((x).val & SWP_TYPE_MASK)