pages_to_mb
#define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT))
static inline unsigned long pages_to_mb(unsigned long npg)