Searched refs:h_edx (Results 1 – 1 of 1) sorted by relevance
1668 uint32_t h_eax, h_edx; in cpu_x86_cpuid() local1670 host_cpuid(index, 0, &h_eax, NULL, NULL, &h_edx); in cpu_x86_cpuid()1675 if ((h_edx & 0x20000000) == 0 /* || !lm_capable_kernel */) in cpu_x86_cpuid()1678 if ((h_edx & 0x00000800) == 0) in cpu_x86_cpuid()1681 if ((h_edx & 0x00100000) == 0) in cpu_x86_cpuid()