PT_TOP_LEVEL_BITS
return READ_ONCE(common->top_of_table) % (1 << PT_TOP_LEVEL_BITS);
.top_level = top_of_table % (1 << PT_TOP_LEVEL_BITS),
PT_TOP_LEVEL_MASK = GENMASK(PT_TOP_LEVEL_BITS - 1, 0),