Searched refs:sc_table (Results 1 – 1 of 1) sorted by relevance
237 struct syscall_entry *sc_table = (void *)tee_svc_syscall_table; in get_tee_syscall_func() local245 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() local291 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