Searched refs:sys_call_ptr_t (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/um/asm/
H A Dsyscall.h8 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef
/linux-master/arch/x86/um/
H A Dsys_call_table_64.c29 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
H A Dsys_call_table_32.c34 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
/linux-master/arch/x86/entry/
H A Dsyscall_64.c20 const sys_call_ptr_t sys_call_table[] = {
H A Dsyscall_32.c28 const sys_call_ptr_t sys_call_table[] = {
/linux-master/arch/s390/include/asm/
H A Dsyscall.h17 extern const sys_call_ptr_t sys_call_table[];
18 extern const sys_call_ptr_t sys_call_table_emu[];
H A Dprocessor.h44 typedef long (*sys_call_ptr_t)(struct pt_regs *regs); typedef
166 const sys_call_ptr_t *sys_call_table; /* system call table address */
/linux-master/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[];

Completed in 141 milliseconds