Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_svc.h36 void syscall_log(const void *buf, size_t len);
/optee_os/core/kernel/
H A Dscall.c50 SYSCALL_ENTRY(syscall_log),
129 SYSCALL_ENTRY(syscall_log),
/optee_os/core/tee/
H A Dtee_svc.c32 void syscall_log(const void *buf, size_t len) in syscall_log() function