Home
last modified time | relevance | path

Searched refs:i386_vm86_args (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/i386/sys/
HDi386_vm86.c35 struct i386_vm86_args p; in i386_vm86()
/freebsd-11-stable/sys/x86/include/
HDsysarch.h74 struct i386_vm86_args { struct
/freebsd-11-stable/sys/i386/i386/
HDvm86.c652 struct i386_vm86_args ua; in vm86_sysarch()
655 if ((error = copyin(args, &ua, sizeof(struct i386_vm86_args))) != 0) in vm86_sysarch()