Searched refs:vm86 (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/pc98/include/
H A Dvm86.h6 #include <i386/vm86.h>
/freebsd-10-stable/sys/i386/include/
H A Dpcb_ext.h36 #include <machine/vm86.h>
43 struct vm86_kernel ext_vm86; /* vm86 area */
/freebsd-10-stable/sys/i386/i386/
H A Dvm86.c28 __FBSDID("$FreeBSD: stable/10/sys/i386/i386/vm86.c 332325 2018-04-09 13:01:43Z emaste $");
133 struct vm86_kernel *vm86; local
143 * as we can't enter vm86 mode until we set up an extension area)
147 vm86 = &curpcb->pcb_ext->ext_vm86;
159 if (vm86->vm86_has_vme) {
246 if (vm86->vm86_eflags & PSL_VIF)
261 vm86->vm86_eflags |= PSL_VIF;
262 if (vm86->vm86_eflags & PSL_VIP)
265 vm86->vm86_eflags &= ~PSL_VIF;
272 vm86
514 struct vm86_kernel *vm86; local
653 struct vm86_kernel *vm86; local
[all...]
H A Dmachdep.c139 #include <machine/vm86.h>
449 * If we're a vm86 process, we want to save the segment registers.
456 struct vm86_kernel *vm86 = &td->td_pcb->pcb_ext->ext_vm86; local
463 if (vm86->vm86_has_vme == 0)
466 (vm86->vm86_eflags & (PSL_VIF | PSL_VIP));
573 * If we're a vm86 process, we want to save the segment registers.
579 struct vm86_kernel *vm86 = &td->td_pcb->pcb_ext->ext_vm86; local
586 if (vm86->vm86_has_vme == 0)
589 (vm86->vm86_eflags & (PSL_VIF | PSL_VIP));
595 * does nothing in vm86 mod
750 struct vm86_kernel *vm86 = &td->td_pcb->pcb_ext->ext_vm86; local
833 struct vm86_kernel *vm86; local
948 struct vm86_kernel *vm86; local
1061 struct vm86_kernel *vm86; local
[all...]
H A Dgenassym.c78 #include <machine/vm86.h>
H A Dvm_machdep.c79 #include <machine/vm86.h>
270 * The -16 is so we can expand the trapframe if we go to vm86.
H A Dtrap.c99 #include <machine/vm86.h>
352 * vm86 mode, and, if so, we want to handle
558 * vm86 mode, and, if so, we want to handle
1002 frame->tf_eflags & PSL_VM ? "vm86" :
1048 printf("vm86, ");
/freebsd-10-stable/sys/i386/bios/
H A Dmca_machdep.c38 #include <machine/vm86.h>
H A Dapm.c51 #include <machine/vm86.h>
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_dummy.c65 DUMMY(vm86); variable
/freebsd-10-stable/sys/x86/cpufreq/
H A Dsmist.c51 #include <machine/vm86.h>
/freebsd-10-stable/sys/i386/svr4/
H A Dsvr4_machdep.c49 #include <machine/vm86.h>
/freebsd-10-stable/sys/compat/x86bios/
H A Dx86bios.c83 #include <machine/vm86.h>

Completed in 225 milliseconds