Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dvm86.h154 extern int vm86_emulate(struct vm86frame *);
/f-stack/freebsd/i386/i386/
H A Dtrap.c354 signo = vm86_emulate((struct vm86frame *)frame); in trap()
500 signo = vm86_emulate((struct vm86frame *)frame); in trap()
H A Dvm86.c182 vm86_emulate(struct vm86frame *vmf) in vm86_emulate() function