Definition at line 79 of file traphdlr.c. Referenced by KiEoiHelper(), KiServiceExit(), and KiServiceExit2(). {
/* An edited frame changes esp. It is marked by clearing the bits
defined by FRAME_EDITED in the SegCs field of the trap frame */
return ((TrapFrame->SegCs & FRAME_EDITED) == 0);
}
|