Home
last modified time | relevance | path

Searched refs:vm86frame (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dvm86.h53 struct vm86frame { struct
147 struct vm86frame vmf;
154 extern int vm86_emulate(struct vm86frame *);
156 extern void vm86_trap(struct vm86frame *);
157 extern int vm86_intcall(int, struct vm86frame *);
158 extern int vm86_datacall(int, struct vm86frame *, struct vm86context *);
/f-stack/freebsd/i386/i386/
H A Dvm86.c60 void vm86_prepcall(struct vm86frame *);
150 PUSH(u_short x, struct vm86frame *vmf) in PUSH()
157 PUSHL(u_int x, struct vm86frame *vmf) in PUSHL()
164 POP(struct vm86frame *vmf) in POP()
173 POPL(struct vm86frame *vmf) in POPL()
182 vm86_emulate(struct vm86frame *vmf) in vm86_emulate()
645 vm86_prepcall(struct vm86frame *vmf) in vm86_prepcall()
680 vm86_trap(struct vm86frame *vmf) in vm86_trap()
682 void (*p)(struct vm86frame *); in vm86_trap()
703 int (*p)(struct vm86frame *); in vm86_intcall()
[all …]
H A Dtrap.c354 signo = vm86_emulate((struct vm86frame *)frame); in trap()
500 signo = vm86_emulate((struct vm86frame *)frame); in trap()
510 vm86_trap((struct vm86frame *)frame); in trap()
H A Dgenassym.c230 ASSYM(VM86_FRAMESIZE, sizeof(struct vm86frame));
H A Dmachdep.c1817 struct vm86frame vmf; in getmemsize()
/f-stack/freebsd/x86/cpufreq/
H A Dsmist.c132 struct vm86frame vmf; in int15_gsic_call()