Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dsyscall.h15 typedef long (*syscall_fn)(unsigned long, unsigned long, typedef
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dtraps.c347 syscall_fn syscall; in do_trap0()
384 syscall = (syscall_fn) in do_trap0()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsyscall_64.c18 typedef long (*syscall_fn)(long, long, long, long, long, long); typedef
25 syscall_fn f; in system_call_exception()