VQ_PGOFF
const uint32_t front_offset = gpa & VQ_PGOFF;
ASSERT3U(gpa & VQ_PGOFF, ==, 0);
#define VQ_PGMASK ~VQ_PGOFF