Home
last modified time | relevance | path

Searched refs:sys_call_ptr_t (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/um/asm/
H A Dsyscall.h8 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef
12 extern const sys_call_ptr_t sys_call_table[];
/linux/arch/x86/include/asm/
H A Dsyscall.h20 typedef long (*sys_call_ptr_t)(const struct pt_regs *); typedef
21 extern const sys_call_ptr_t sys_call_table[];
/linux/arch/x86/um/
H A Dsys_call_table_64.c32 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
H A Dsys_call_table_32.c36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
/linux/arch/x86/entry/
H A Dsyscall_64.c29 const sys_call_ptr_t sys_call_table[] = {
H A Dsyscall_32.c37 const sys_call_ptr_t sys_call_table[] = {
/linux/arch/s390/kernel/
H A Dsyscall.c48 const sys_call_ptr_t sys_call_table[__NR_syscalls] = {
/linux/arch/s390/include/asm/
H A Dsyscall.h17 extern const sys_call_ptr_t sys_call_table[];
H A Dprocessor.h58 typedef long (*sys_call_ptr_t)(struct pt_regs *regs); typedef