Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsysarch.h84 struct i386_vm86_args { struct
/f-stack/freebsd/i386/i386/
H A Dvm86.c815 struct i386_vm86_args ua; in vm86_sysarch()
818 if ((error = copyin(args, &ua, sizeof(struct i386_vm86_args))) != 0) in vm86_sysarch()