The size of cpuset_t is not fixed. It will change if we change the
number of maximum allowed cpus.
Sadly, this change already made it into 13.2. So, we have to keep
compatibility for 13.2 binaries. As we are supporting 256 cpus by
default on 13.2, we're now setting a fixed bitset size of 256 for the
ipi vmexit.
PR: 271330