Searched refs:sc_table (Results 1 – 1 of 1) sorted by relevance
195 struct syscall_entry *sc_table = (void *)tee_syscall_table; in get_tee_syscall_func() local202 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() local249 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()