Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/i386/
Dvm86.c210 if (vm86->vm86_has_vme) { in vm86_emulate()
497 ext->ext_vm86.vm86_has_vme = (rcr4() & CR4_VME ? 1 : 0); in vm86_initialize()
589 if (!vm86->vm86_has_vme) in vm86_prepcall()
731 vm86->vm86_has_vme = (rcr4() & CR4_VME ? 1 : 0); in vm86_sysarch()
733 vm86->vm86_has_vme = 0; in vm86_sysarch()
Dmachdep.c424 if (vm86->vm86_has_vme == 0) in osendsig()
544 if (vm86->vm86_has_vme == 0) in freebsd4_sendsig()
704 if (vm86->vm86_has_vme == 0) in sendsig()
798 if (vm86->vm86_has_vme) {
912 if (vm86->vm86_has_vme) {
1026 if (vm86->vm86_has_vme) {
/freebsd-12-stable/sys/i386/include/
Dvm86.h124 int vm86_has_vme; /* VME support */ member