Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dvm86.h156 extern void vm86_trap(struct vm86frame *);
/f-stack/freebsd/i386/i386/
H A Dtrap.c510 vm86_trap((struct vm86frame *)frame); in trap()
H A Dvm86.c680 vm86_trap(struct vm86frame *vmf) in vm86_trap() function