Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/arm/
H A Dusercall.c112 Offset = ((Id >> SERVICE_TABLE_SHIFT) & SERVICE_TABLE_MASK); in KiSystemService()
/reactos/ntoskrnl/ke/i386/
H A Dtraphdlr.c1773 Offset = (SystemCallNumber >> SERVICE_TABLE_SHIFT) & SERVICE_TABLE_MASK; in KiSystemServiceHandler()
/reactos/sdk/include/asm/
H A Dksx.template.h185 CONSTANT(SERVICE_TABLE_MASK),
/reactos/sdk/include/ndk/
H A Dketypes.h78 #define SERVICE_TABLE_MASK (((1 << TABLE_NUMBER_BITS) - 1) << BITS_PER_ENTRY) macro