Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dsyscall.c34 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall()
41 const syscall_fn_t syscall_table[]) in invoke_syscall()
46 syscall_fn_t syscall_fn; in invoke_syscall()
65 const syscall_fn_t syscall_table[]) in el0_svc_common()
Dsys.c63 #define __SYSCALL(nr, sym) [nr] = (syscall_fn_t)__arm64_##sym,
65 const syscall_fn_t sys_call_table[__NR_syscalls] = {
66 [0 ... __NR_syscalls - 1] = (syscall_fn_t)sys_ni_syscall,
Dsys32.c144 #define __SYSCALL(nr, sym) [nr] = (syscall_fn_t)__arm64_##sym,
146 const syscall_fn_t compat_sys_call_table[__NR_compat_syscalls] = {
147 [0 ... __NR_compat_syscalls - 1] = (syscall_fn_t)sys_ni_syscall,
/Linux-v4.19/arch/arm64/include/asm/
Dsyscall.h23 typedef long (*syscall_fn_t)(struct pt_regs *regs); typedef
25 extern const syscall_fn_t sys_call_table[];
28 extern const syscall_fn_t compat_sys_call_table[];