Changeset 19393 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- May 5, 2009 5:37:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm
r19257 r19393 153 153 ;NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMpGetSet - not necessary 154 154 ;NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMpIsCpuOnline - not necessary 155 NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMpIsCpuWorkPending 155 156 NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMpOnAll 156 157 NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMpOnOthers 157 158 NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMpOnSpecific 158 NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMp IsCpuWorkPending159 NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTMpPokeCpu 159 160 ;NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTLogRelDefaultInstance - not necessary. 160 161 NtWrapDyn2DrvFunctionWithAllRegParams supdrvNtWrap, RTLogSetDefaultInstanceThread
Note:
See TracChangeset
for help on using the changeset viewer.