Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgo32-nat.c1078 unsigned cpuid_max = 0, cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx; in go32_sysinfo() local
1155 x86_cpuid (1, &cpuid_eax, &cpuid_ebx, NULL, &cpuid_edx); in go32_sysinfo()
1161 "=d" (cpuid_edx) in go32_sysinfo()
1253 if (((cpuid_edx & (6 | (0x0d << 23))) != 0) in go32_sysinfo()
1254 || ((cpuid_edx & 1) == 0) in go32_sysinfo()
1255 || ((amd_p || hygon_p) && (cpuid_edx & (3 << 30)) != 0)) in go32_sysinfo()
1260 if ((cpuid_edx & 1) == 0) in go32_sysinfo()
1262 if ((cpuid_edx & (1 << 1)) != 0) in go32_sysinfo()
1264 if ((cpuid_edx & (1 << 2)) != 0) in go32_sysinfo()
1266 if ((cpuid_edx & (1 << 4)) != 0) in go32_sysinfo()
[all …]