reactos/ntoskrnl/include/internal
George Bișoc 5654ce7b9a
[NTOS:SE] Declare function prototypes & add OBJECT_TYPE_LIST_INTERNAL
OBJECT_TYPE_LIST_INTERNAL will serve as an internal kernel data structure
to hold validated object type contents that are copied from UM.

The difference between the public and the internal one is that the internal structure has
an additional member for access check rights that have been granted on each
object element in the list.
2023-08-22 17:54:17 +02:00
..
amd64 [NTOS:KE] Add x86 CPU features reporting to AMD64 2023-07-02 21:00:32 +03:00
arch
arm
i386 [NTOS:KE] Report x86 CPU features in a separate function 2023-07-02 21:00:31 +03:00
cc.h NTOS:CC Free some VACBs when we're under memory pressure 2023-07-29 14:00:44 +03:00
cm.h
cm_x.h
cmboot.h
dbgk.h
ex.h
fsrtl.h
hal.h
hdl.h
icif.h
inbv.h
io.h [NTOS:PNP] Refactor PnpRootCreateDevice 2023-06-29 19:25:28 +03:00
io_i.h
io_x.h
kd.h [NTOS:KD] Split internal/kd.h into a part shared in the whole kernel and a private part only used within ntoskrnl/kd. 2023-03-27 23:31:34 +02:00
kd64.h [NTOS:KD64] Format string of KdpDprintf can be const. 2023-03-22 19:57:59 +01:00
ke.h
ke_x.h
ldr.h
lpc.h
lpc_x.h
mm.h [NTOS:Mm] Implement MmCreatePhysicalMapping and MmDeletePhysicalMapping to handle pyhsical memory sections 2023-07-29 14:00:44 +03:00
napi.h
ntoskrnl.h [NTOS] Include kdbg/kdb.h only in the files that really need it. 2023-04-11 00:44:10 +02:00
ob.h
ob_x.h
po.h
probe.h
ps.h
ps_i.h
ps_x.h
rtl.h
se.h [NTOS:SE] Declare function prototypes & add OBJECT_TYPE_LIST_INTERNAL 2023-08-22 17:54:17 +02:00
spinlock.h
tag.h [NTOS:SE] Do not allocate memory pool just for the access rights 2023-03-07 17:50:39 +01:00
test.h
vdm.h