reactos/ntoskrnl/include/internal
Timo Kreuzer 7523a7b138 [NTOS:KE] Rename some locking functions to reflect the IRQL level changes
* KiAcquireApcLock -> KiAcquireApcLockRaiseToSynch
* KiAcquireApcLockAtDpcLevel -> KiAcquireApcLockAtSynchLevel
* KiReleaseApcLockFromDpcLevel -> KiReleaseApcLockFromSynchLevel
* KiAcquireApcLockAtApcLevel -> KiAcquireApcLockRaiseToDpc
* KiAcquireProcessLock -> KiAcquireProcessLockRaiseToSynch
* KiReleaseProcessLockFromDpcLevel -> KiReleaseProcessLockFromSynchLevel
* KiAcquireDispatcherLockAtDpcLevel -> KiAcquireDispatcherLockAtSynchLevel
* KiReleaseDispatcherLockFromDpcLevel -> KiReleaseDispatcherLockFromSynchLevel
* Add some ASSERTs
2019-12-31 15:30:27 +01:00
..
amd64
arch
arm
i386 [NTOS:MM] i386: Fix '_MI_NO_EXECUTE' typo 2019-09-30 10:46:58 +03:00
powerpc
cc.h [NTOSKRNL] Drop the useless Timestamp field 2019-04-20 11:31:59 +02:00
cm.h
cm_x.h
dbgk.h
ex.h
fsrtl.h
hal.h
hdl.h
inbv.h [NDK][NTOS:INBV] Remove non-exported INBV functions from NDK; do some cleanup in INBV headers; label both InbvSetProgressBarSubset() and InbvSetProgressBarCoordinates() as INIT_FUNCTION since they are used only for the boot splash. And fix MSVC build. 2019-11-25 15:54:45 +01:00
io.h [NTOSKRNL] Declare IoRemoteBootClient in internal headers 2019-10-21 14:16:58 +02:00
io_i.h
io_x.h
kd.h [NTOS:KD/KD64/KDBG] Share some code between our legacy KD/KDBG and KD64. 2019-11-17 23:21:54 +01:00
kd64.h [NTOS:KD64] Some code formatting + add SAL2 annotations to the functions that are going to be involved in the next commit. 2019-11-17 23:21:53 +01:00
ke.h
ke_x.h [NTOS:KE] Rename some locking functions to reflect the IRQL level changes 2019-12-31 15:30:27 +01:00
ldr.h
lpc.h
lpc_x.h
mm.h [NTOS:MM] Add a MmChangeKernelResourceSectionProtection() helper. (#1649) 2019-07-14 22:23:49 +02:00
napi.h
ntoskrnl.h [NTOS:KD] Remove some _WINDK_ usages 2019-05-23 11:04:40 +02:00
ob.h [NTOSKRNL] Implement support for device maps in ObpLookupObjectName 2019-06-30 23:07:54 +02:00
ob_x.h
po.h
probe.h
ps.h
ps_i.h
ps_x.h
rtl.h [NTOS] Make RtlFindCharInUnicodeString available in the kernel. 2019-12-31 15:17:59 +01:00
se.h [NTOSKRNL] Stub SeGetLogonIdDeviceMap 2019-06-01 18:37:47 +02:00
spinlock.h
tag.h [NTOS][CLASS2][FFS][WIN32SS] Fix some pool tags so that they correctly appear in pool dump lists. 2019-11-01 19:12:27 +01:00
test.h
vdm.h