#include <rtl.h>
#include <debug.h>
#include "amd64/ketypes.h"
Go to the source code of this file.
◆ NDEBUG
◆ RtlInitializeContext()
Definition at line 23 of file stubs.c.
29{
30
32
33
34 ThreadContext->Rip = (
ULONG64)ThreadStartAddress;
35 ThreadContext->Rsp = (
ULONG64)StackBase - 6 *
sizeof(
PVOID);
36
37
38 ThreadContext->Rsp &= ~15;
39 ThreadContext->Rsp -= 8;
40
41
43
44
45 ThreadContext->Rcx = (
ULONG64)ThreadStartParam;
46
47
48 if ((
LONG64)ThreadStartAddress < 0)
49 {
50
57 }
58 else
59 {
60
67 }
68
70
71
76
77 return;
78}
#define EFLAGS_INTERRUPT_MASK
#define CONTEXT_FLOATING_POINT
#define RtlZeroMemory(Destination, Length)
◆ RtlQueueApcWow64Thread()
Definition at line 82 of file stubs.c.
88{
91}
#define STATUS_NOT_IMPLEMENTED