extern "C" fn ring3_trampoline() -> !Expand description
Trampoline that switches to user address space and does IRETQ to Ring 3.
This runs as a kernel task entry point. It:
- Switches CR3 to the user address space
- Pushes an IRET frame (SS, RSP, RFLAGS, CS, RIP)
- Executes IRETQ to jump to Ring 3 code