reactos/ntoskrnl/mm
Timo Kreuzer d4b4cf7448 [NTOS:MM] Make sure PXEs/PPEs and PDEs are always MM_EXECUTE_READWRITE
This is required since the NX protection proagates from the highest level, enforcing NX on the entire range, independent of whether lower level P*Es have the bit set or not. It might be useful to add a platform specific constant to allow making page tables NX on architectures that have a different behavior.
2020-11-01 09:32:27 +01:00
..
amd64 [NTOS:MM] Make sure PXEs/PPEs and PDEs are always MM_EXECUTE_READWRITE 2020-11-01 09:32:27 +01:00
arm [NTOS:MM] MiGetPageTableForProcess(): #if out unreachable code 2020-06-25 21:59:02 +02:00
ARM3 [NTOS:MM] Make sure PXEs/PPEs and PDEs are always MM_EXECUTE_READWRITE 2020-11-01 09:32:27 +01:00
i386 Revert "[NTOS/MM] 2020-10-20 15:56:21 +02:00
powerpc [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
balance.c [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
freelist.c Revert "[NTOS/MM] 2020-10-20 15:56:21 +02:00
marea.c Revert "[NTOS/MM] 2020-10-20 15:56:21 +02:00
mmfault.c
mminit.c [NTOS:MM:X64] On x64 reserve the address range between FFFF800000000000 and FFFFF68000000000 in MiInitSystemMemoryAreas() 2020-11-01 09:32:27 +01:00
pagefile.c [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
region.c
rmap.c [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
section.c Revert "[NTOS/MM] 2020-10-20 15:56:21 +02:00
shutdown.c