reactos/ntoskrnl/mm/ARM3
Thomas Faber 6831468ccf
[NTOS:MM] Assert PFN lock ownership in MiInsertPageInFreeList.
AMD64 initialization previously only raised the IRQL.
It now acquires the lock where needed, as i386 does.
2020-03-02 20:50:54 +01:00
..
arm [NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT (#2294) 2020-02-05 23:48:26 +01:00
i386 [NTOS:MM] Use MI_ZERO_PTES as the number of usable zeroing PTEs, not the total allocated. CORE-11856 2020-02-22 12:33:54 +01:00
contmem.c
drvmgmt.c
dynamic.c
expool.c [NTOS:MM] Use POOL_BILLED_PROCESS_INVALID constant. 2020-02-08 13:00:32 +01:00
hypermap.c [NTOS:MM] Use MI_ZERO_PTES as the number of usable zeroing PTEs, not the total allocated. CORE-11856 2020-02-22 12:33:54 +01:00
iosup.c
kdbg.c
largepag.c
mdlsup.c
miarm.h [NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT (#2294) 2020-02-05 23:48:26 +01:00
miavl.h
mmdbg.c
mminit.c [NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT (#2294) 2020-02-05 23:48:26 +01:00
mmsup.c
ncache.c
pagfault.c [NTOS:KE] Rename some locking functions to reflect the IRQL level changes 2019-12-31 15:30:27 +01:00
pfnlist.c [NTOS:MM] Assert PFN lock ownership in MiInsertPageInFreeList. 2020-03-02 20:50:54 +01:00
pool.c [NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT (#2294) 2020-02-05 23:48:26 +01:00
procsup.c
section.c [NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT (#2294) 2020-02-05 23:48:26 +01:00
session.c
special.c
sysldr.c
syspte.c
vadnode.c
virtual.c
zeropage.c