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

  /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/
bfs.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/
casts.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
des3s.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
dess.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/openssl/crypto/rc5/
rc5s.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/uts/intel/sys/
bootregs.h 62 i8080reg(a) eax; /* The so-called "general purpose" registers */ member in struct:bop_regs
  /onnv/onnv-gate/usr/src/common/openssl/crypto/md4/
md4s.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/openssl/crypto/md5/
md5s.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/openssl/crypto/rc4/
rc4s.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ripemd/asm/
rips.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/openssl/crypto/sha/
sha1s.cpp 11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
17 : "=eax" (tsc)
19 : "%edx", "%eax");
28 __asm mov a, eax; local
  /onnv/onnv-gate/usr/src/common/hdcrc/
hd_crc.h 64 unsigned int eax, ecx; local
66 : "=a" (eax), "=c" (ecx)
  /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);
530 if ((family = BITS(eax, 11, 8)) == 0xf)
531 family = BITS(eax, 27, 20);
532 if ((model = BITS(eax, 7, 4)) == 0xf)
533 model = BITS(eax, 19, 16);
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
proc64_id.c 35 * Intel cpuid eax=4 Cache Types
43 uint_t eax; member in struct:cpuid_values
71 cache_type = cpuid_info.eax & 0x1f;
87 cache_level = (cpuid_info.eax >> 0x5) & 0x7;
124 cpuid_info.eax = 0;
126 maxeax = cpuid_info.eax;
207 if (cpuid_info.eax >= 4) {
  /onnv/onnv-gate/usr/src/uts/common/xen/public/arch-x86/
xen-x86_32.h 33 * Output: %eax
42 * mov $hypercall-number*32,%eax ; int $0x82
149 uint32_t eax; member in struct:cpu_user_regs
208 unsigned long eax; member in struct:panic_regs
  /onnv/onnv-gate/usr/src/uts/i86pc/dboot/
dboot_startkern.c 1246 uint32_t eax = 0x80000000; local
1247 uint32_t edx = get_cpuid_edx(&eax);
1249 if (eax >= 0x80000001) {
1250 eax = 0x80000001;
1251 edx = get_cpuid_edx(&eax);
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)
114 : "=a" (*eax),
126 unsigned int eax; local
129 : "=a" (eax)
132 return eax;
136 unsigned int eax, ebx; local
139 : "=a" (eax), "=b" (ebx)
146 unsigned int eax, ecx; local
149 : "=a" (eax), "=c" (ecx)
156 unsigned int eax, edx local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
cpuid.c 159 #define NMAX_CPI_STD 6 /* eax = 0 .. 5 */
160 #define NMAX_CPI_EXTD 0x1c /* eax = 0x80000000 .. 0x8000001b */
181 uint_t cpi_maxeax; /* fn 0: %eax */
195 uint_t cpi_ncpu_shr_last_cache; /* fn 4: %eax: ncpus sharing cache */
196 id_t cpi_last_lvl_cacheid; /* fn 4: %eax: derived cache id */
203 uint_t cpi_xmaxeax; /* fn 0x80000000: %eax */
205 uint8_t cpi_pabits; /* fn 0x80000006: %eax */
206 uint8_t cpi_vabits; /* fn 0x80000006: %eax */
212 /* Intel: fn 4: %eax[31-26] */
352 platform_cpuid_mangle(uint_t vendor, uint32_t eax, struct cpuid_regs *cp
2819 uint_t eax; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/public/
domctl.h 597 unsigned int eax; member in struct:xen_domctl_cpuid

Completed in 480 milliseconds