Searched defs:syscall_t (Results 1 – 2 of 2) sorted by relevance
/linux/arch/xtensa/include/asm/ | ||
H A D | syscall.h | 22 typedef void (*syscall_t)(void); typedef |
/linux/arch/riscv/include/asm/ | ||
H A D | syscall.h | 100 typedef long (*syscall_t)(const struct pt_regs *); typedef |