vmm_gpt_lvl_index
const uint16_t index = vmm_gpt_lvl_index(parent->vgn_level, gpa);
const uint16_t idx = vmm_gpt_lvl_index(parent->vgn_level, gpa);
entries[lvl] = ¤t_entries[vmm_gpt_lvl_index(lvl, gpa)];
ASSERT3U(vmm_gpt_lvl_index(lvl, gpa), ==, index);
const uint16_t index = vmm_gpt_lvl_index(lvl, gpa);