reactos/sdk/include/xdk
Oleg Dubinskiy 83d74e7433
[NTOS:MM] Implement MmAllocate/FreeMappingAddress (#7260)
Implement MmAllocateMappingAddress and MmFreeMappingAddress routines.
Based on mm-implement-mappingaddress.patch by Thomas Faber with some changes from me.
Required by Microsoft NTFS driver (from Windows Server 2003 SP2 only, the one from Windows XP SP3 does not need them) and by NDIS & TDI drivers (both from Windows XP SP3 and Windows Server 2003 SP2). Also they are called when using Dr. Web Security Space 8 filter drivers together with MS FltMgr & TDI.
Fortunately, this part (these two routines) are enough to get the drivers working in both cases, and others (partially incomplete) routines are not badly required, so they can be finished and committed later.
CORE-10147, CORE-14635, CORE-17409, CORE-19318
2024-11-02 15:10:51 +01:00
..
amd64 [XDK] Fix definition of KeRaiseIrqlToSynchLevel for x64 UP 2023-08-10 14:46:29 +03:00
arm [SDK:NDK/XDK] Adjust the KeGetPcr() ARM definition (#6542) 2024-03-10 17:09:36 +01:00
arm64 [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
ia64 [XDK] Minor formatting; remove some extra newlines at end of files. 2020-11-26 00:29:20 +01:00
mips [XDK] Minor formatting; remove some extra newlines at end of files. 2020-11-26 00:29:20 +01:00
ppc [XDK] Minor formatting; remove some extra newlines at end of files. 2020-11-26 00:29:20 +01:00
x86 [SDK:NDK/XDK] Remove x86 KeGetPcr() definition from the DDK (#6526) 2024-03-10 16:55:44 +01:00
ccfuncs.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
cctypes.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
cmfuncs.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
cmtypes.h [NDK][XDK] Add 3 CM_RESOURCE_INTERRUPT_* defines (#2755) 2020-05-14 14:31:53 +02:00
devioctl.template.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
exfuncs.h [XDK] Add definitions required for newer storage class drivers (cdrom) 2020-09-24 22:30:52 +03:00
extypes.h [KERNEL32][KERNEL32_APITEST] Implement user-mode UEFI / Firmware API (#5149) 2023-09-14 22:14:07 +03:00
fsrtlfuncs.h [SDK] Fix the implementation of the FsRtlIsAnsiCharacter* macros. 2018-08-29 08:34:30 +02:00
fsrtltypes.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
halfuncs.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
haltypes.h [NDK][XDK] Improve some HAL-related definitions. 2022-05-08 04:15:52 +02:00
interlocked.h [XDK] Avoid defining interlocked intrinsics. CORE-17190 2020-08-14 11:08:45 +02:00
iofuncs.h [NTOS:IO] Reformat iorsrce.c, no functional code changes. 2023-06-04 21:40:07 +02:00
iotypes.h [XDK] Update the prototype of IO_COMPLETION_ROUTINE 2021-05-19 20:14:29 +02:00
kdfuncs.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
kdtypes.h [XDK] Update the definition of DEBUG_DEVICE_DESCRIPTOR and related structures with Vista,7,8,10 additions. 2020-11-09 22:33:02 +01:00
kefuncs.h [XDK] kefuncs.h: Unduplicate 2 function definitions (#6057) 2023-12-04 13:49:57 +01:00
ketypes.h [NDK] Sync KUSER_SHARED_DATA with XDK 2023-12-16 14:04:36 +02:00
mmfuncs.h [NTOS:MM] Implement MmAllocate/FreeMappingAddress (#7260) 2024-11-02 15:10:51 +01:00
mmtypes.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ntbasedef.h [SDK] Fix some arm64 stuff that was discovered during testing 2022-04-07 19:50:43 +03:00
ntddk.template.h [NDK][XDK] Improve some HAL-related definitions. 2022-05-08 04:15:52 +02:00
ntdef.template.h [XDK] Fix a noisy clang warning in RTL_CONSTANT_STRING. CORE-14306 2020-08-23 12:10:12 +02:00
ntifs.template.h [XDK] Stop randomly packing structures half throughout ntifs.h / wdm.h 2018-07-01 14:45:21 +02:00
nttmapi.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
obfuncs.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
obtypes.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
pofuncs.h [NTOSKRNL_VISTA] Add stubs for functions needed in KMDF 2020-09-25 01:28:55 +03:00
potypes.h [XDK] Add definitions required for newer storage class drivers (cdrom) 2020-09-24 22:30:52 +03:00
psfuncs.h [SDK] Add PsGetCurrentThreadTeb() to the DDK 2018-12-31 11:19:35 +01:00
pstypes.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
rtlfuncs.h [XDK] Improve unaligned pointer read macros 2024-09-15 12:09:09 +03:00
rtltypes.h [KERNEL32_VISTA][SDK] Move SRW definitions to NDK (#6806) 2024-06-11 22:03:57 +02:00
sefuncs.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
setypes.h [NTOS:SE] Cast the ACE to known ACE type variants on SepGetSidFromAce 2023-08-22 17:54:18 +02:00
sspi.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wdm.template.h [NDK][XDK] Improve some HAL-related definitions. 2022-05-08 04:15:52 +02:00
winnt.template.h [XDK] Fix / improve some definitions 2023-10-17 13:02:30 +03:00
winnt_old.h [SDK:NDK/XDK] Sync NtCurrentTeb() definitions between NDK and PSDK winnt.h (#6542) 2024-03-10 17:10:50 +01:00
wmifuncs.h [XDK][NTOSKRNL_VISTA] Put NTKRNLVISTAAPI to XDK headers 2020-09-24 21:51:57 +03:00
wmitypes.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
zwfuncs.h [SDK] Properly define ZwQueryInformationProcess 2019-06-30 23:07:54 +02:00