Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dscall.c195 struct syscall_entry *sc_table = (void *)tee_syscall_table; in get_tee_syscall_func() local
202 return load_no_speculate(&sc_table[num].fn, &sc_table[0].fn, in get_tee_syscall_func()
203 &sc_table[TEE_SCN_MAX].fn + 1); in get_tee_syscall_func()
241 struct syscall_entry *sc_table = (void *)ldelf_syscall_table; in get_ldelf_syscall_func() local
249 return load_no_speculate(&sc_table[num].fn, &sc_table[0].fn, in get_ldelf_syscall_func()
250 &sc_table[LDELF_SCN_MAX].fn + 1); in get_ldelf_syscall_func()