Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c37 static const syscall_fn spu_syscall_table[] = { variable
47 if (s->nr_ret >= ARRAY_SIZE(spu_syscall_table)) { in spu_sys_callback()
52 syscall = spu_syscall_table[s->nr_ret]; in spu_sys_callback()