Searched refs:vm86_has_vme (Results 1 – 3 of 3) sorted by relevance
210 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()
424 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) {
124 int vm86_has_vme; /* VME support */ member