Lines Matching full:executing
858 * 2. Fault while executing IRET
1167 * a variable that is set when NMIs are executing.
1211 * stacks lest we corrupt the "NMI executing" variable.
1261 * | "NMI executing" variable |
1282 * We return by executing IRET while RSP points to the "iret" frame.
1311 * Now check "NMI executing". If it's set, then we're nested.
1321 * "NMI executing" but before IRET. We need to be careful, though:
1328 * "NMI executing".
1374 /* Make room for "NMI executing". */
1418 * gsbase if needed before we call exc_nmi(). "NMI executing"
1421 movq $1, 10*8(%rsp) /* Set "NMI executing". */
1494 * Clear "NMI executing". Set DF first so that we can easily
1503 movq $0, 5*8(%rsp) /* clear "NMI executing" */