Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/xtensa/include/asm/
A Dsyscall.h22 typedef void (*syscall_t)(void); typedef
23 extern syscall_t sys_call_table[];
/linux-6.3-rc2/arch/xtensa/kernel/
A Dsyscall.c30 syscall_t sys_call_table[] /* FIXME __cacheline_aligned */= {
31 #define __SYSCALL(nr, entry) (syscall_t)entry,

Completed in 6 milliseconds