Home
last modified time | relevance | path

Searched refs:TAG_KERNEL (Results 1 – 5 of 5) sorted by relevance

/reactos/ntoskrnl/ke/i386/
H A Dmproc.c51 APInfo = ExAllocatePoolZero(NonPagedPool, sizeof(*APInfo), TAG_KERNEL); in KeStartAllProcessors()
149 ExFreePoolWithTag(APInfo, TAG_KERNEL); in KeStartAllProcessors()
H A Dv86vdm.c658 TAG_KERNEL); in Ke386CallBios()
697 ExFreePoolWithTag(PsGetCurrentProcess()->VdmObjects, TAG_KERNEL); in Ke386CallBios()
H A Dkiinit.c604 TAG_KERNEL); in KiInitializeKernel()
/reactos/ntoskrnl/ps/i386/
H A Dpsldt.c37 ExFreePoolWithTag(Process->VdmObjects, TAG_KERNEL); in PspDeleteVdmObjects()
/reactos/ntoskrnl/include/internal/
H A Dtag.h42 #define TAG_KERNEL ' eK' macro