Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kernel/
Dsyscall.c34 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall() argument
36 return syscall_fn(regs); in __invoke_syscall()
46 syscall_fn_t syscall_fn; in invoke_syscall() local
47 syscall_fn = syscall_table[array_index_nospec(scno, sc_nr)]; in invoke_syscall()
48 ret = __invoke_syscall(regs, syscall_fn); in invoke_syscall()
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dsyscall.h15 typedef long (*syscall_fn)(unsigned long, unsigned long, typedef
/kernel/linux/linux-5.10/arch/hexagon/kernel/
Dtraps.c347 syscall_fn syscall; in do_trap0()
384 syscall = (syscall_fn) in do_trap0()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsyscall_64.c18 typedef long (*syscall_fn)(long, long, long, long, long, long); typedef
25 syscall_fn f; in system_call_exception()