Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/i386/
H A Dexcept.c74 ULONG_PTR StackLow, StackHigh; in RtlDispatchException() local
88 RtlpGetStackLimits(&StackLow, &StackHigh); in RtlDispatchException()
102 if ((RegistrationFrameEnd > StackHigh) || in RtlDispatchException()
110 &StackHigh)) in RtlDispatchException()
239 ULONG_PTR StackLow, StackHigh; in RtlUnwind() local
245 RtlpGetStackLimits(&StackLow, &StackHigh); in RtlUnwind()
321 if ((RegistrationFrameEnd > StackHigh) || in RtlUnwind()
329 &StackHigh)) in RtlUnwind()
/reactos/sdk/lib/rtl/amd64/
H A Dunwind.c678 ULONG_PTR StackLow, StackHigh; in RtlpUnwindInternal() local
683 RtlpGetStackLimits(&StackLow, &StackHigh); in RtlpUnwindInternal()
688 StackHigh = (ULONG64)TargetFrame + 1; in RtlpUnwindInternal()
734 (EstablisherFrame >= StackHigh) || in RtlpUnwindInternal()
829 (EstablisherFrame > StackHigh) || in RtlpUnwindInternal()
942 ULONG64 StackLow, StackHigh; in RtlWalkFrameChain() local
958 RtlpGetStackLimits(&StackLow, &StackHigh); in RtlWalkFrameChain()
1003 StackHigh = (ULONG64)NtCurrentTeb()->NtTib.StackBase; in RtlWalkFrameChain()
1019 if ((Context.Rsp <= StackLow) || (Context.Rsp >= StackHigh)) in RtlWalkFrameChain()
/reactos/sdk/lib/rtl/
H A Drtlp.h151 IN OUT PULONG_PTR StackHigh);
/reactos/ntoskrnl/rtl/
H A Dlibsupp.c289 IN OUT PULONG_PTR StackHigh) in RtlpHandleDpcStackException() argument
307 *StackHigh = DpcStack; in RtlpHandleDpcStackException()
/reactos/dll/ntdll/rtl/
H A Dlibsupp.c195 IN OUT PULONG_PTR StackHigh) in RtlpHandleDpcStackException() argument