Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kernel/
Dsyscall.c35 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall()
49 syscall_fn_t syscall_fn; in invoke_syscall() local
/linux-6.6.21/arch/powerpc/include/asm/
Dsyscall.h18 typedef long (*syscall_fn)(const struct pt_regs *); typedef
20 typedef long (*syscall_fn)(unsigned long, unsigned long, unsigned long, typedef
/linux-6.6.21/arch/hexagon/include/asm/
Dsyscall.h15 typedef long (*syscall_fn)(unsigned long, unsigned long, typedef
/linux-6.6.21/arch/loongarch/kernel/
Dsyscall.c44 sys_call_fn syscall_fn; in do_syscall() local