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

/linux-master/arch/hexagon/include/asm/
H A Dsyscall.h15 typedef long (*syscall_fn)(unsigned long, unsigned long, typedef
/linux-master/arch/loongarch/kernel/
H A Dsyscall.c44 sys_call_fn syscall_fn; local
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h18 typedef long (*syscall_fn)(const struct pt_regs *); typedef
20 typedef long (*syscall_fn)(unsigned long, unsigned long, unsigned long, typedef
/linux-master/arch/arm64/kernel/
H A Dsyscall.c32 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) argument
46 syscall_fn_t syscall_fn; local

Completed in 120 milliseconds