Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dthread.c94 InitialTeb->AllocatedStackBase = (PVOID)Stack; in RtlpCreateUserStack()
160 &InitialTeb->AllocatedStackBase, in RtlpFreeUserStack()
/reactos/dll/win32/kernel32/client/
H A Dutils.c428 InitialTeb->AllocatedStackBase = (PVOID)Stack; in BaseCreateStack()
503 &InitialTeb->AllocatedStackBase, in BaseFreeThreadStack()
H A Dfiber.c262 Fiber->DeallocationStack = InitialTeb.AllocatedStackBase; in CreateFiberEx()
/reactos/sdk/include/ndk/
H A Dpstypes.h697 PVOID AllocatedStackBase; member
/reactos/ntoskrnl/mm/ARM3/
H A Dprocsup.c826 Teb->DeallocationStack = InitialTeb->AllocatedStackBase; in MmCreateTeb()