reactos/ntoskrnl/mm/ARM3
Timo Kreuzer 6b1ca75899
[REACTOS] Fix 64 bit build (#465)
* [HAL] Simplify HalpReboot() and make it portable
* [NTOS:MM] Cast constant to PVOID
* [BINPATCH] Fix 64 bit build
* [VFDDRV] Fix 64 bit build and buffer overruns
* [USBOHCI] Fix structure alignment issues
* [ATL_APITEST] Fix 64 bit build
* [XDK] Update unwind structures in winnt.h
* [NTDLL_APITEST] Fix 64 bit build
* [NTDLL_WINETEST] Fix 64 bit build
* [TFTPD] Fix x64 build
* [USBPORT] Fix a C_ASSERT
* [DSOUND] Fix x64 build
* [HAL] Remove obsolete GetPteAddress() macro
2018-04-03 15:13:17 -06:00
..
arm
i386
contmem.c [NTOS] Fix 64 bit warnings 2018-01-14 13:54:14 +01:00
drvmgmt.c
dynamic.c
expool.c [NTOSKRNL] Don't call OOM dumper in case we were trying to allocate more than 100 pages. 2018-02-17 15:09:38 +01:00
hypermap.c
iosup.c
largepag.c
mdlsup.c [NTOS] Fix 64 bit warnings 2018-01-14 13:54:14 +01:00
miarm.h [NTOS:MM] Pass The FaultCode to MmArmAcceessFault as well and translate it there to what was declared as "StoreInstruction" 2018-01-06 18:20:24 +01:00
miavl.h
mmdbg.c
mminit.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
mmsup.c
ncache.c
pagfault.c [NTOS:MM] Pass FaultCode to MiDispatchFault 2018-01-06 18:20:24 +01:00
pfnlist.c
pool.c
procsup.c [NTOS] Fix 64 bit warnings 2018-01-14 13:54:14 +01:00
section.c [NTOS] Fix 64 bit warnings 2018-01-14 13:54:14 +01:00
session.c
special.c
sysldr.c
syspte.c
vadnode.c [NTOS] Fix 64 bit warnings 2018-01-14 13:54:14 +01:00
virtual.c [NTOS:MM] Assert MmLocateMemoryAreaByAddress return value to satisfy Coverity. CID 701289 2018-01-28 10:48:27 +01:00
zeropage.c