Searched refs:vm86_has_vme (Results 1 – 3 of 3) sorted by relevance
210 if (vm86->vm86_has_vme) { in vm86_emulate()505 ext->ext_vm86.vm86_has_vme = (rcr4() & CR4_VME ? 1 : 0); in vm86_initialize_pae()569 ext->ext_vm86.vm86_has_vme = (rcr4() & CR4_VME ? 1 : 0); in vm86_initialize_nopae()671 if (!vm86->vm86_has_vme) in vm86_prepcall()833 vm86->vm86_has_vme = (rcr4() & CR4_VME ? 1 : 0); in vm86_sysarch()835 vm86->vm86_has_vme = 0; in vm86_sysarch()
412 if (vm86->vm86_has_vme == 0) in osendsig()532 if (vm86->vm86_has_vme == 0) in freebsd4_sendsig()691 if (vm86->vm86_has_vme == 0) in sendsig()785 if (vm86->vm86_has_vme) {899 if (vm86->vm86_has_vme) {1013 if (vm86->vm86_has_vme) {
124 int vm86_has_vme; /* VME support */ member