Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dvm86.c57 void vm86_prepcall(struct vm86frame *);
147 PUSH(u_short x, struct vm86frame *vmf) in PUSH()
154 PUSHL(u_int x, struct vm86frame *vmf) in PUSHL()
161 POP(struct vm86frame *vmf) in POP()
170 POPL(struct vm86frame *vmf) in POPL()
179 vm86_emulate(struct vm86frame *vmf) in vm86_emulate()
642 vm86_prepcall(struct vm86frame *vmf) in vm86_prepcall()
677 vm86_trap(struct vm86frame *vmf) in vm86_trap()
679 void (*p)(struct vm86frame *); in vm86_trap()
700 int (*p)(struct vm86frame *); in vm86_intcall()
[all …]
H A Dtrap.c379 signo = vm86_emulate((struct vm86frame *)frame); in trap()
525 signo = vm86_emulate((struct vm86frame *)frame); in trap()
535 vm86_trap((struct vm86frame *)frame); in trap()
H A Dgenassym.c223 ASSYM(VM86_FRAMESIZE, sizeof(struct vm86frame));
H A Dmachdep.c902 struct vm86frame vmf; in getmemsize()
/freebsd/sys/i386/include/
H A Dvm86.h51 struct vm86frame { struct
145 struct vm86frame vmf;
152 extern int vm86_emulate(struct vm86frame *);
154 extern void vm86_trap(struct vm86frame *);
155 extern int vm86_intcall(int, struct vm86frame *);
156 extern int vm86_datacall(int, struct vm86frame *, struct vm86context *);
/freebsd/sys/compat/x86bios/
H A Dx86bios.c86 x86bios_emu2vmf(struct x86emu_regs *regs, struct vm86frame *vmf) in x86bios_emu2vmf()
101 x86bios_vmf2emu(struct vm86frame *vmf, struct x86emu_regs *regs) in x86bios_vmf2emu()
178 struct vm86frame vmf; in x86bios_call()
213 struct vm86frame vmf; in x86bios_intr()
/freebsd/sys/x86/cpufreq/
H A Dsmist.c129 struct vm86frame vmf; in int15_gsic_call()