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

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/i386/
H A Dcoredetect.c23 asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" \
33 unsigned int eax, ebx, ecx, edx; local
40 : "=&r" (eax), "=&r" (ebx)
42 if (((eax ^ ebx) & 0x00200000) == 0)
46 cpuid (0, eax, ebx, ecx, edx);
52 cpuid (0x80000000, eax, ebx, ecx, edx);
57 cpuid (0x80000001, eax, ebx, ecx, edx);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dfreedos.c40 static grub_uint32_t ebx = 0xffffffff; variable
58 .ebx = ebx,
98 ebx = grub_get_root_biosnumber ();
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dint.h32 grub_uint32_t ebx; member in struct:grub_bios_int_registers
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Drelocator.h31 grub_uint32_t ebx; member in struct:grub_relocator32_state
49 grub_uint32_t ebx; member in struct:grub_relocator16_state
/osnet-11/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 */
/osnet-11/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);
/osnet-11/usr/src/lib/libc/i386/threads/
H A Dmachdep.c214 greg_t ebx, greg_t edx, greg_t ecx, greg_t eax, greg_t eip,
244 ucp->uc_mcontext.gregs[EBX] = ebx;
211 __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
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c62 asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" \
97 grub_uint32_t eax, ebx, ecx, edx; local
139 cpuid (1, eax, ebx, ecx, edx);
150 cpuid (0x80000000, eax, ebx, ecx, edx);
154 cpuid (0x80000008, eax, ebx, ecx, edx);
234 regs.ebx = 0;
282 regs.ebx = mode;
301 *mode = regs.ebx & 0xffff;
312 regs.ebx
[all...]
/osnet-11/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

Completed in 30 milliseconds