Home
last modified time | relevance | path

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

/arch/x86/um/asm/
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[];
/arch/x86/um/
A Dsys_call_table_64.c32 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
A Dsys_call_table_32.c36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
/arch/s390/include/asm/
A Dsyscall.h17 extern const sys_call_ptr_t sys_call_table[];
18 extern const sys_call_ptr_t sys_call_table_emu[];
A Dprocessor.h57 typedef long (*sys_call_ptr_t)(struct pt_regs *regs); typedef
184 const sys_call_ptr_t *sys_call_table; /* system call table address */
/arch/x86/include/asm/
A Dsyscall.h20 typedef long (*sys_call_ptr_t)(const struct pt_regs *); typedef
21 extern const sys_call_ptr_t sys_call_table[];
/arch/x86/entry/
A Dsyscall_64.c29 const sys_call_ptr_t sys_call_table[] = {
A Dsyscall_32.c37 const sys_call_ptr_t sys_call_table[] = {

Completed in 12 milliseconds