Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dsyscall.h77 SyscallFunc syscallGetHandler(uint32_t path); // NULL if none
/device/google/contexthub/firmware/os/core/
Dsyscall.c90 SyscallFunc syscallGetHandler(uint32_t path) in syscallGetHandler() function
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c240 else if (!(handler = syscallGetHandler(syscallNr))) in syscallHandler()