Home
last modified time | relevance | path

Searched defs:sys_call_ptr_t (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/um/asm/
H A Dsyscall.h8 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef
/linux/arch/x86/include/asm/
H A Dsyscall.h20 typedef long (*sys_call_ptr_t)(const struct pt_regs *); typedef