Lines Matching full:executing
811 * 2. Fault while executing IRET
1120 * variable that is set when NMIs are executing.
1164 * stacks lest we corrupt the "NMI executing" variable.
1213 * | "NMI executing" variable |
1234 * We return by executing IRET while RSP points to the "iret" frame.
1263 * Now check "NMI executing". If it's set, then we're nested.
1273 * "NMI executing" but before IRET. We need to be careful, though:
1280 * "NMI executing".
1326 /* Make room for "NMI executing". */
1370 * gsbase if needed before we call exc_nmi(). "NMI executing"
1373 movq $1, 10*8(%rsp) /* Set "NMI executing". */
1445 * Clear "NMI executing". Set DF first so that we can easily
1454 movq $0, 5*8(%rsp) /* clear "NMI executing" */