Hi experts,
The sel4 whitepaper says "seL4, like most members of the L4 microkernel family, executes with interrupts disabled while in kernel mode.".
But I didn't find the code which disabled interrupts when entering kernel mode, for example, when a syscall is triggered.
Can anybody help to point out?
Thanks.