Searched defs:pages_to_mb (Results 1 – 4 of 4) sorted by relevance
254 #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT)) macro
333 #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT)) macro
336 #define pages_to_mb(x) ((x) >> (20 - PAGE_SHIFT)) macro
828 static inline unsigned long pages_to_mb(unsigned long npg) in pages_to_mb() function