RVT_BITS_PER_PAGE_MASK
offset = rdi->dparms.qpn_res_start & RVT_BITS_PER_PAGE_MASK;
offset = qpn & RVT_BITS_PER_PAGE_MASK;
clear_bit(qpn & RVT_BITS_PER_PAGE_MASK, map->page);