Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dsyscall.c24 static struct SyscallTable *mTable = (struct SyscallTable*)mTableStore; variable
30 mTable->numEntries = 1 << SYSCALL_BITS_LEVEL_0; in syscallInit()
35 struct SyscallTable** tabP = &mTable; in syscallAddTable()
59 struct SyscallTable* tab = mTable; in syscallFindHandlerLoc()