Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dvm86.h154 extern void vm86_trap(struct vm86frame *);
/freebsd/sys/i386/i386/
H A Dtrap.c519 vm86_trap((struct vm86frame *)frame); in trap()
H A Dvm86.c677 vm86_trap(struct vm86frame *vmf) in vm86_trap() function