Ignore:
Timestamp:
Feb 20, 2001, 6:06:41 AM (25 years ago)
Author:
bird
Message:

Added two new imports for entering and exiting kernel mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev16/probkrnl.c

    r5184 r5208  
    1 /* $Id: probkrnl.c,v 1.33 2001-02-19 05:54:54 bird Exp $
     1/* $Id: probkrnl.c,v 1.34 2001-02-20 05:05:45 bird Exp $
    22 *
    33 * Description:   Autoprobes the os2krnl file and os2krnl[*].sym files.
     
    137137    {FALSE, -1, 14, "_PGPhysPresent",       "@0",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    138138    {FALSE, -1, 17, "_vmRecalcShrBound",    "@8",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     139    {FALSE, -1, 15, "KMEnterKmodeSEF",      "",    -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     140    {FALSE, -1, 15, "KMExitKmodeSEF8",      "",    -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    139141    {FALSE, -1, 16, "_ldrpFileNameBuf",     "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
    140142    {FALSE, -1,  7, "_LdrSem",              "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
Note: See TracChangeset for help on using the changeset viewer.