Searched defs:ebx (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootregs.h65 i8080reg(b) ebx; member in struct:bop_regs
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.h40 uint32_t ebx; /* V86 EBX register */ member in struct:__v86
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_id.c44 uint_t ebx; member in struct:cpuid_values
88 line_size = (cpuid_info.ebx & 0xfff) + 1;
89 partitions = ((cpuid_info.ebx >> 12) & 0x3ff) + 1;
90 ways = ((cpuid_info.ebx >> 22) & 0x3ff) + 1;
180 if ((cpuid_info.ebx == 0x68747541) && /* Auth */
190 if ((cpuid_info.ebx != 0x756e6547) || /* Genu */
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c150 unsigned ebx; local
172 * Is this branch %ebx relative
174 if (ps_pread(rap->rd_psp, pltaddr + 1, (char *)&ebx,
190 if ((ebx & 0xff) == 0xa3) {
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c526 uint32_t eax, ebx, ecx, edx; local
528 eax = cpc_getcpuid(1, &ebx, &ecx, &edx);
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c215 greg_t ebx, greg_t edx, greg_t ecx, greg_t eax, greg_t eip,
245 ucp->uc_mcontext.gregs[EBX] = ebx;
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/common/xen/public/arch-x86/
H A Dxen-x86_32.h32 * Input: %ebx, %ecx, %edx, %esi, %edi (arguments 1-5)
36 * Clobbered: Argument registers (e.g., 2-arg hypercall clobbers %ebx,%ecx)
143 uint32_t ebx; member in struct:cpu_user_regs
205 unsigned long ebx; member in struct:panic_regs
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dcpu.h111 unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx)
115 "=b" (*ebx),
136 unsigned int eax, ebx; local
139 : "=a" (eax), "=b" (ebx)
142 return ebx;
110 cpuid(int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h304 u_int ebx; member in struct:bios_regs
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h598 unsigned int ebx; member in struct:xen_domctl_cpuid
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c308 char cpi_vendorstr[13]; /* fn 0: %ebx:%ecx:%edx */
314 chipid_t cpi_chipid; /* fn 1: %ebx: Intel: chip # */
316 uint_t cpi_brandid; /* fn 1: %ebx: brand ID */
317 int cpi_clogid; /* fn 1: %ebx: thread # */
318 uint_t cpi_ncpu_per_chip; /* fn 1: %ebx: logical cpu count */
668 * port and checking that value returned in %ebx is VMware
683 * Xen signature in %ebx, %ecx, and %edx. %eax contains the maximum
1236 * set extensions in leaf 7's ebx.
2701 uint32_t *ebx = &cpi->cpi_support[STD_EBX_FEATURES]; local
2705 *ebx
[all...]

Completed in 87 milliseconds