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