Home
last modified time | relevance | path

Searched defs:syscall_fn (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm64/kernel/
Dsyscall.c36 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall()
50 syscall_fn_t syscall_fn; in invoke_syscall() local
/linux-5.19.10/arch/hexagon/include/asm/
Dsyscall.h15 typedef long (*syscall_fn)(unsigned long, unsigned long, typedef
/linux-5.19.10/arch/loongarch/kernel/
Dsyscall.c43 sys_call_fn syscall_fn; in do_syscall() local
/linux-5.19.10/arch/powerpc/kernel/
Dinterrupt.c27 typedef long (*syscall_fn)(long, long, long, long, long, long); typedef