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