Searched refs:SWP_PFN_BITS (Results 1 – 1 of 1) sorted by relevance
36 #define SWP_PFN_BITS (MAX_PHYSMEM_BITS - PAGE_SHIFT) macro38 #define SWP_PFN_BITS min_t(int, \ macro42 #define SWP_PFN_MASK (BIT(SWP_PFN_BITS) - 1)62 #define SWP_MIG_YOUNG_BIT (SWP_PFN_BITS)63 #define SWP_MIG_DIRTY_BIT (SWP_PFN_BITS + 1)64 #define SWP_MIG_TOTAL_BITS (SWP_PFN_BITS + 2)485 BUILD_BUG_ON(SWP_TYPE_SHIFT < SWP_PFN_BITS); in is_pfn_swap_entry()
Completed in 4 milliseconds