Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c176 static uintptr_t __attribute__((naked)) callWithR9(const void *base, uint32_t offset, void *data, u… in callWithR9() function
194 … return callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.init, platInfo->data, tid, 0); in cpuAppInit()
202 … (void)callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.end, platInfo->data, 0, 0); in cpuAppEnd()
211 …(void)callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.handle, platInfo->data, evtType,… in cpuAppHandle()
223 (void)callWithR9(0, (uint32_t)method, platInfo->data, arg1, arg2); in cpuAppInvoke()