CHUNK_SHIFT
num_chunks = (num_pages >> CHUNK_SHIFT) + 1;
#define PAGES_PER_CHUNK (_AC(1, UL) << CHUNK_SHIFT)
chunk_idx = page_idx >> CHUNK_SHIFT,