PAGES_TO_MiB
#define PAGES_TO_MiB(pages) ((pages) >> (20 - PAGE_SHIFT))
#define PAGES_TO_MiB(pages) ((pages) << (PAGE_SHIFT - 20))