Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h112 #define SYSCALL_OS_MAIN_SLAB_NEW 0 // (uint32_t itemSz, uint32_t itemAlign, uint32_t numIt… macro
DsyscallDo.h197 …LL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_NEW), itemSz,… in eOsSlabAllocatorNew()
/device/google/contexthub/firmware/os/core/
DosApi.c539 [SYSCALL_OS_MAIN_SLAB_NEW] = { .func = osExpApiSlabNew }, in osApiExport()