Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/umkm/
H A DSystemCall.c104 PULONG64 IntegerRegs = &PreContext.Rax; in ValidateSyscall_() local
108 IntegerRegs[Index] = (ULONG64)RtlRandom(&g_RandomSeed) << 32 | RtlRandom(&g_RandomSeed); in ValidateSyscall_()