Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dsyscall.c33 static long __invoke_syscall(struct pt_regs *regs, syscall_fn_t syscall_fn) in __invoke_syscall()
40 const syscall_fn_t syscall_table[]) in invoke_syscall()
47 syscall_fn_t syscall_fn; in invoke_syscall()
74 const syscall_fn_t syscall_table[]) in el0_svc_common()
A Dsys.c60 const syscall_fn_t sys_call_table[__NR_syscalls] = {
A Dsys32.c129 const syscall_fn_t compat_sys_call_table[__NR_compat32_syscalls] = {
/linux/arch/arm64/include/asm/
A 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[];

Completed in 8 milliseconds