Computers that have CPU’s that have ibt instruction sets in them (like gen 11, 12 & 13 Intel) have issues running many kernel applications like VirtualBox that do indirect branches in the kernel without building an indirect branch table for permissions.
I suspect VMware does that as well. Kernel 6.3.6 has ibt enabled - previous OpenSUSE kernels did not.
The ibt was added to make it harder for Malware to take over your computer (not impossible - they will find a way like they did for UEFI).
I suspect that that will also be a requirement to run Windows 12. It is how many most Malware use DRM to get run.
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
stepping : 7
10th gen, so I guess the answer is that it doesn’t. Learn something new every day.