Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/tee/
A Darch_svc.c237 struct syscall_entry *sc_table = (void *)tee_svc_syscall_table; in get_tee_syscall_func() local
245 return load_no_speculate(&sc_table[num].fn, &sc_table[0].fn, in get_tee_syscall_func()
246 &sc_table[TEE_SCN_MAX].fn + 1); in get_tee_syscall_func()
283 struct syscall_entry *sc_table = (void *)ldelf_syscall_table; in get_ldelf_syscall_func() local
291 return load_no_speculate(&sc_table[num].fn, &sc_table[0].fn, in get_ldelf_syscall_func()
292 &sc_table[LDELF_SCN_MAX].fn + 1); in get_ldelf_syscall_func()

Completed in 3 milliseconds