Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/sys-i386/
Dsys_call_table.S7 #define sys_vm86old sys_ni_syscall macro
15 #define ptregs_vm86old sys_vm86old
/linux-2.6.39/arch/x86/include/asm/
Dsyscalls.h55 int sys_vm86old(struct vm86_struct __user *, struct pt_regs *);
/linux-2.6.39/kernel/
Dsys_ni.c128 cond_syscall(sys_vm86old);
/linux-2.6.39/arch/x86/kernel/
Dvm86_32.c201 int sys_vm86old(struct vm86_struct __user *v86, struct pt_regs *regs) in sys_vm86old() function