Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dscall.c32 struct syscall_entry { struct
48 static const struct syscall_entry tee_syscall_table[] = { argument
127 static const struct syscall_entry ldelf_syscall_table[] = {
195 struct syscall_entry *sc_table = (void *)tee_syscall_table; in get_tee_syscall_func()
241 struct syscall_entry *sc_table = (void *)ldelf_syscall_table; in get_ldelf_syscall_func()