Changeset 60682 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-code-define.h
- Timestamp:
- Apr 24, 2016 6:56:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-code-define.h
r60676 r60682 47 47 #define Bs3MemSet BS3_CMN_MANGLER(Bs3MemSet) 48 48 #define Bs3MemZero BS3_CMN_MANGLER(Bs3MemZero) 49 #define bs3PagingGetLegacyPte BS3_CMN_MANGLER(bs3PagingGetLegacyPte) 50 #define bs3PagingGetPte BS3_CMN_MANGLER(bs3PagingGetPte) 49 51 #define Bs3PagingInitRootForLM BS3_CMN_MANGLER(Bs3PagingInitRootForLM) 50 52 #define Bs3PagingInitRootForPAE BS3_CMN_MANGLER(Bs3PagingInitRootForPAE) … … 52 54 #define Bs3PagingProtect BS3_CMN_MANGLER(Bs3PagingProtect) 53 55 #define Bs3PagingProtectPtr BS3_CMN_MANGLER(Bs3PagingProtectPtr) 56 #define Bs3PagingSetupCanonicalTraps BS3_CMN_MANGLER(Bs3PagingSetupCanonicalTraps) 54 57 #define Bs3Panic BS3_CMN_MANGLER(Bs3Panic) 55 58 #define Bs3PicMaskAll BS3_CMN_MANGLER(Bs3PicMaskAll)
Note:
See TracChangeset
for help on using the changeset viewer.