/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootregs.h | 62 i8080reg(a) eax; /* The so-called "general purpose" registers */ member in struct:bop_regs
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/ |
H A D | btxv86.h | 37 uint32_t eax; /* V86 EAX register */ member in struct:__v86
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | 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) {
|
/illumos-gate/usr/src/lib/libcpc/i386/ |
H A D | 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);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | dtrace_subr.c | 49 dtrace_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument 55 if ((rval = hdlr->dtih_func(addr, stack, eax)) != 0)
|
H A D | cpuid.c | 283 #define NMAX_CPI_STD 8 /* eax = 0 .. 7 */ 284 #define NMAX_CPI_EXTD 0x1f /* eax = 0x80000000 .. 0x8000001e */ 307 uint_t cpi_maxeax; /* fn 0: %eax */ 321 uint_t cpi_ncpu_shr_last_cache; /* fn 4: %eax: ncpus sharing cache */ 322 id_t cpi_last_lvl_cacheid; /* fn 4: %eax: derived cache id */ 329 uint_t cpi_xmaxeax; /* fn 0x80000000: %eax */ 331 uint8_t cpi_pabits; /* fn 0x80000006: %eax */ 332 uint8_t cpi_vabits; /* fn 0x80000006: %eax */ 338 /* Intel: fn 4: %eax[31-26] */ 490 platform_cpuid_mangle(uint_t vendor, uint32_t eax, struc argument 3382 uint_t eax; local [all...] |
/illumos-gate/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 215 greg_t ebx, greg_t edx, greg_t ecx, greg_t eax, greg_t eip, 248 ucp->uc_mcontext.gregs[EAX] = eax; 212 __csigsetjmp(greg_t cs, greg_t ss, greg_t gs, greg_t fs, greg_t es, greg_t ds, greg_t edi, greg_t esi, greg_t ebp, greg_t esp, greg_t ebx, greg_t edx, greg_t ecx, greg_t eax, greg_t eip, sigjmp_buf env, int savemask) argument
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | sdt.c | 58 sdt_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument
|
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/ |
H A D | 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
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | 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, ed local 110 cpuid(int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument [all...] |
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 1527 uint32_t eax = 0x80000000; local 1528 uint32_t edx = get_cpuid_edx(&eax); 1530 if (eax >= 0x80000001) { 1531 eax = 0x80000001; 1532 edx = get_cpuid_edx(&eax); 1569 uint32_t eax, edx; local 1571 eax = 1; 1572 edx = get_cpuid_edx(&eax); 1580 eax = 0x80000000; 1581 edx = get_cpuid_edx(&eax); [all...] |
/illumos-gate/usr/src/boot/sys/i386/include/pc/ |
H A D | bios.h | 303 u_int eax; member in struct:bios_regs
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | domctl.h | 597 unsigned int eax; member in struct:xen_domctl_cpuid
|