Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dscall.c48 static const struct syscall_entry tee_syscall_table[] = { variable
147 FMSG("syscall #%zu (%s)", num, tee_syscall_table[num].name); in trace_syscall()
195 struct syscall_entry *sc_table = (void *)tee_syscall_table; in get_tee_syscall_func()
197 static_assert(ARRAY_SIZE(tee_syscall_table) == (TEE_SCN_MAX + 1)); in get_tee_syscall_func()