Home
last modified time | relevance | path

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

/Linux-v5.10/arch/xtensa/kernel/
Dsyscall.c31 syscall_t sys_call_table[__NR_syscalls] /* FIXME __cacheline_aligned */= {
32 [0 ... __NR_syscalls - 1] = (syscall_t)&sys_ni_syscall,
34 #define __SYSCALL(nr, entry, nargs)[nr] = (syscall_t)entry,
/Linux-v5.10/arch/xtensa/include/asm/
Dsyscall.h22 typedef void (*syscall_t)(void); typedef
23 extern syscall_t sys_call_table[];