Lines Matching full:executing
809 * 2. Fault while executing IRET
1118 * variable that is set when NMIs are executing.
1162 * stacks lest we corrupt the "NMI executing" variable.
1211 * | "NMI executing" variable |
1232 * We return by executing IRET while RSP points to the "iret" frame.
1261 * Now check "NMI executing". If it's set, then we're nested.
1271 * "NMI executing" but before IRET. We need to be careful, though:
1278 * "NMI executing".
1324 /* Make room for "NMI executing". */
1368 * gsbase if needed before we call exc_nmi(). "NMI executing"
1371 movq $1, 10*8(%rsp) /* Set "NMI executing". */
1442 * Clear "NMI executing". Set DF first so that we can easily
1451 movq $0, 5*8(%rsp) /* clear "NMI executing" */