reactos/ntoskrnl/include/internal
Jérôme Gardou f421bccbcc [NTOS:MM] First shot for Working Set list support
- Initialize
- Add private page (no shared page support yet)
- Remove pages
- Trim

Yes, this is C++ in the kernel.
2021-05-04 12:02:41 +02:00
..
amd64 [NTOS:KDBG] Begin port for amd64. 2021-04-28 13:10:23 +02:00
arch
arm [NTOS:Mm] Rewrite MiWriteProtectSystemImage (#749) 2019-01-18 22:11:43 +01:00
i386 [NTOS] Make some internal headers C++ aware 2021-05-04 12:02:41 +02:00
powerpc
cc.h Address PR review 2021-02-03 09:41:24 +01:00
cm.h [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
cm_x.h
dbgk.h [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
ex.h [NTOS] Make some internal headers C++ aware 2021-05-04 12:02:41 +02:00
fsrtl.h [NTOS:CC] Acquire file for flush when flushing if necessary 2021-02-03 09:41:22 +01:00
hal.h [FSTUB] Fix bugs from 8d2fe54188 2020-12-07 19:50:51 +03:00
hdl.h
icif.h [NTOSKRNL] Move the ICIF related code and stuff into a separate header file 2021-05-02 20:49:06 +02:00
inbv.h [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
io.h [NTOS] Do not force-align an integer value 2021-04-28 13:10:23 +02:00
io_i.h
io_x.h [NTOS:IO] Implement IopAcquireFileObjectLock and use it to fix IopLockFileObject 2018-10-02 09:56:55 +02:00
kd.h [NTOS:KD] Move some declarations where they belong 2020-11-16 08:55:03 +01:00
kd64.h [NTOS:KD] Merge KdpReportExceptionStateChange() with kd64 version 2020-11-16 08:55:04 +01:00
ke.h [NTOS] Make some internal headers C++ aware 2021-05-04 12:02:41 +02:00
ke_x.h [NTOS] Make some internal headers C++ aware 2021-05-04 12:02:41 +02:00
ldr.h
lpc.h [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
lpc_x.h
mm.h [NTOS:MM] First shot for Working Set list support 2021-05-04 12:02:41 +02:00
napi.h
ntoskrnl.h [NTOSKRNL] Move the ICIF related code and stuff into a separate header file 2021-05-02 20:49:06 +02:00
ob.h [NTOS:OB] ObQueryDeviceMapInformation(): Fix annotations 2021-05-01 11:26:07 +02:00
ob_x.h
po.h [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
probe.h
ps.h [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
ps_i.h [NTOS:PS] Bring the threads/processes information classes table back 2021-05-02 20:52:18 +02:00
ps_x.h
rtl.h [NTOS:PS] On x64 don't fail in NtSetInformationProcess with ProcessUserModeIOPL information class, instead just don't do anything. 2020-09-20 23:08:17 +02:00
se.h [NTOS:SE] Implement SeTokenCanImpersonate routine 2021-05-02 16:55:19 +02:00
spinlock.h
tag.h [NTOS:SE] Do not use a global lock for tokens (#3445) 2021-02-05 12:10:19 +03:00
test.h
vdm.h