ntdll: Add support for ARM64EC cooperative suspend.
When running simulated code, instead of suspending a thread immediately, the kernel
sets a registered doorbell, expecting the jit to stop execution as soon as it reaches
a consistent state that can be represented as an x86_64 context.
Based on patch by Billy Laws.