xa_insert_index
xa_insert_index(xa, i);
xa_insert_index(xa, 1UL << i);
xa_insert_index(xa, (1UL << i) - 1);
xa_insert_index(xa, ~0UL);