Home
last modified time | relevance | path

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

/freebsd/lib/libsys/i386/
H A Di386_vm86.c39 return (sysarch(I386_VM86, &p)); in i386_vm86()
/freebsd/sys/x86/include/
H A Dsysarch.h47 #define I386_VM86 6 /* XXX Not implementable on amd64 */ macro
/freebsd/sys/i386/i386/
H A Dsys_machdep.c226 case I386_VM86: in sysarch()