Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dsyscall.h12 typedef long (*syscall_fn_t)(const struct pt_regs *regs); typedef
14 extern const syscall_fn_t sys_call_table[];
17 extern const syscall_fn_t compat_sys_call_table[];
/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()
94 const syscall_fn_t syscall_table[]) in el0_svc_common()
Dsys.c58 const syscall_fn_t sys_call_table[__NR_syscalls] = {
Dsys32.c132 const syscall_fn_t compat_sys_call_table[__NR_compat_syscalls] = {