Lines Matching full:exit
21 data: only what is needed to enter/exit the kernel such as the
22 entry/exit functions themselves and the interrupt descriptor table
47 and exit the kernel. This data is entirely contained in the 'struct
81 and exit (it can be skipped when the kernel is interrupted,
83 cycles, and are required at every entry and exit.
99 switch, or kernel entry/exit) cheaper. But, on systems with
102 deferred until the exit to userspace, minimizing the cost.
109 and one for the entry/exit structures. At fork(), we need to
148 in /proc/interrupts). This exercises the NMI entry/exit code which
180 * Kernel crashes at the first exit to userspace. entry_64.S
181 bugs, or failing to map some of the exit code.