Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c1691 uint32_t h_eax, h_edx; in cpu_x86_cpuid() local
1693 host_cpuid(index, 0, &h_eax, NULL, NULL, &h_edx); in cpu_x86_cpuid()
1698 if ((h_edx & 0x20000000) == 0 /* || !lm_capable_kernel */) in cpu_x86_cpuid()
1701 if ((h_edx & 0x00000800) == 0) in cpu_x86_cpuid()
1704 if ((h_edx & 0x00100000) == 0) in cpu_x86_cpuid()