Searched refs:cpuid_edx (Results 1 – 1 of 1) sorted by relevance
1009 "=d" (cpuid_edx) in go32_sysinfo()1101 || ((cpuid_edx & 1) == 0) in go32_sysinfo()1107 if ((cpuid_edx & 1) == 0) in go32_sysinfo()1109 if ((cpuid_edx & (1 << 1)) != 0) in go32_sysinfo()1111 if ((cpuid_edx & (1 << 2)) != 0) in go32_sysinfo()1113 if ((cpuid_edx & (1 << 4)) != 0) in go32_sysinfo()1115 if ((cpuid_edx & (1 << 23)) != 0) in go32_sysinfo()1117 if ((cpuid_edx & (1 << 25)) != 0) in go32_sysinfo()1119 if ((cpuid_edx & (1 << 26)) != 0) in go32_sysinfo()1123 if ((cpuid_edx & (1 << 31)) != 0) in go32_sysinfo()[all …]