Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dsyscall.h15 typedef long (*syscall_fn)(unsigned long, unsigned long, typedef
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsyscall.c46 sys_call_fn syscall_fn; in do_syscall() local
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dsyscall.c44 sys_call_fn syscall_fn; in do_syscall() local
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dsyscall.h15 typedef long (*syscall_fn)(unsigned long, unsigned long, typedef
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsyscall.c35 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall() argument
49 syscall_fn_t syscall_fn; in invoke_syscall() local
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsyscall.c34 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall() argument
46 syscall_fn_t syscall_fn; in invoke_syscall() local
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscall_64.c18 typedef long (*syscall_fn)(long, long, long, long, long, long); typedef

Completed in 2 milliseconds