HomeSort by relevance Sort by last modified time
    Searched defs:edx (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/sys/
bootregs.h 63 i8080reg(d) edx; member in struct:bop_regs
  /onnv/onnv-gate/usr/src/lib/libcpc/i386/
conf_pentium.c 526 uint32_t eax, ebx, ecx, edx; local
528 eax = cpc_getcpuid(1, &ebx, &ecx, &edx);
548 ver = BITS(edx, 23, 23) ? /* mmx check */
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
proc64_id.c 46 uint_t edx; member in struct:cpuid_values
136 l3_cache_size = ((cpuid_info.edx >> 18) & 0x3fff) * 512 * 1024;
181 (cpuid_info.edx == 0x69746e65) && /* enti */
191 (cpuid_info.edx != 0x49656e69) || /* ineI */
226 if (cpuid_info.edx & CPUID_INTC_EDX_SSE2) {
  /onnv/onnv-gate/usr/src/uts/common/xen/public/arch-x86/
xen-x86_32.h 32 * Input: %ebx, %ecx, %edx, %esi, %edi (arguments 1-5)
145 uint32_t edx; member in struct:cpu_user_regs
206 unsigned long edx; member in struct:panic_regs
  /onnv/onnv-gate/usr/src/uts/i86pc/dboot/
dboot_startkern.c 1247 uint32_t edx = get_cpuid_edx(&eax); local
1251 edx = get_cpuid_edx(&eax);
1252 if (edx & CPUID_AMD_EDX_NX)
1288 uint32_t eax, edx; local
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
cpu.h 111 unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx)
117 "=d" (*edx)
156 unsigned int eax, edx; local
159 : "=a" (eax), "=d" (edx)
162 return edx;
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
cpuid.c 182 char cpi_vendorstr[13]; /* fn 0: %ebx:%ecx:%edx */
483 * %ebx, %ecx, and %edx. %eax contains the maximum supported cpuid
791 * - believe %edx feature word
2204 uint32_t *edx = &cpi->cpi_support[STD_EDX_FEATURES]; local
2297 uint32_t *edx, *ecx; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/public/
domctl.h 600 unsigned int edx; member in struct:xen_domctl_cpuid

Completed in 2760 milliseconds