Searched refs:ebx (Results 76 - 100 of 141) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dkexec.h74 __asm__ __volatile__("movl %%ebx,%0" : "=m"(newregs->ebx));
H A Duser.h78 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
H A Dvm86.h76 long ebx; member in struct:vm86_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duser32.h35 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcommon.c308 int ebx; local
324 cpuid(0x00000001, &tfms, &ebx, &excap, &capability);
335 c->apicid = phys_pkg_id((ebx >> 24) & 0xFF, 0);
337 c->apicid = (ebx >> 24) & 0xFF;
340 c->x86_clflush_size = ((ebx >> 8) & 0xff) * 8;
525 u32 eax, ebx, ecx, edx; local
528 cpuid(1, &eax, &ebx, &ecx, &edx);
533 smp_num_siblings = (ebx & 0xff0000) >> 16;
547 c->phys_proc_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb);
558 c->cpu_core_id = phys_pkg_id((ebx >> 2
[all...]
H A Dperfctr-watchdog.c427 unsigned int ebx, apicid; local
429 ebx = cpuid_ebx(1);
430 apicid = (ebx >> 24) & 0xff;
553 unsigned int ebx; local
563 * NOTE: Corresponding bit = 0 in ebx indicates event present.
565 cpuid(10, &(eax.full), &ebx, &unused, &unused);
567 (ebx & ARCH_PERFMON_UNHALTED_CORE_CYCLES_PRESENT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Di8k.c94 unsigned int ebx __attribute__ ((packed)); member in struct:smm_regs
119 "movl 4(%%eax),%%ebx\n\t"
128 "movl %%ebx,4(%%eax)\n\t"
139 : "%ebx", "%ecx", "%edx", "%esi", "%edi", "memory");
202 regs.ebx = fan & 0xff;
213 regs.ebx = fan & 0xff;
225 regs.ebx = (fan & 0xff) | (speed << 8);
242 regs.ebx = sensor & 0xff;
H A Dtoshiba.c225 "movl 4(%%eax),%%ebx\n\t" \
235 "movl %%ebx,4(%%eax)\n\t" \
248 : "%ebx", "%ecx", "%edx", "%esi", "%edi", "memory");
272 bx = regs.ebx & 0xffff;
384 regs.ebx = 0x0000;
387 bx = (unsigned short) (regs.ebx & 0xffff);
395 printk("toshiba: debugging ID ebx=0x%04x\n", regs.ebx);
448 regs.ebx = 0x0000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_core.c221 int esp14 = -1, esp18, eax, ebx, edx, ebp, esi = 0; local
232 ebx = (esp18 & 0xf);
233 if (mix == ebx) {
234 ebx = VORTEX_MIXER_RTBASE + (mix << 2);
235 edx = hwread(vortex->mmio, ebx);
238 hwwrite(vortex->mmio, ebx, 0);
243 VORTEX_MIXER_RTBASE + (ebx << 2));
244 //printk(KERN_INFO "vortex: mixdelWTD: 1 addr=%x, val=%x, src=%x\n", ebx, edx, src);
251 esp14 = ebx;
252 ebx
565 int esp14 = -1, esp18, eax, ebx, edx, ebp, esi = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dentry.S702 movl $1,%ebx
708 xorl %ebx,%ebx
742 /* ebx: no swapgs flag */
744 testl %ebx,%ebx /* swapgs needed? */
758 movl threadinfo_flags(%rcx),%ebx
759 andl $_TIF_WORK_MASK,%ebx
764 testl $_TIF_NEED_RESCHED,%ebx
766 movl %ebx,
[all...]
H A Dasm-offsets.c61 ENTRY(ebx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dasm-offsets.c33 OFFSET(SIGCONTEXT_ebx, sigcontext, ebx);
68 OFFSET(PT_EBX, pt_regs, ebx);
H A Dsignal.c86 sys_sigaltstack(unsigned long ebx) argument
89 struct pt_regs *regs = (struct pt_regs *)&ebx;
90 const stack_t __user *uss = (const stack_t __user *)ebx;
139 COPY(ebx);
257 err |= __put_user(regs->ebx, &sc->ebx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm55 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
201 mov ebx, max_chain_length
204 shr ebx, 2
212 dec ebx
213 shl ebx, 16
214 or ebx, eax
220 mov [chainlenwmask], ebx
224 mov [chainlenwmask], ebx
270 movzx ebx, word ptr [r9 + r11 - 1]
336 ;;; ebx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm55 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
201 mov ebx, max_chain_length
204 shr ebx, 2
212 dec ebx
213 shl ebx, 16
214 or ebx, eax
220 mov [chainlenwmask], ebx
224 mov [chainlenwmask], ebx
270 movzx ebx, word ptr [r9 + r11 - 1]
336 ;;; ebx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Ddcdbas.h78 __u32 ebx; member in struct:smi_cmd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c69 unsigned long address; /* %ebx */
107 u32 signature, eax, ebx, ecx; local
122 "=b" (ebx),
131 major_ver = (ebx >> 8) & 0xff;
132 minor_ver = ebx & 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86ms.pl8 'ebx', 'bl',
18 'ebx', 'bh',
234 push ebx
263 pop ebx
294 pop ebx
H A Dx86unix.pl27 'ebx', '%bl',
37 'ebx', '%bh',
47 'ebx', '%ebx',
58 'ebx', 0x03,
309 pushl %ebx
349 popl %ebx
373 popl %ebx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86ms.pl8 'ebx', 'bl',
18 'ebx', 'bh',
274 push ebx
302 pop ebx
331 pop ebx
H A Dx86nasm.pl9 'ebx', 'bl',
19 'ebx', 'bh',
288 push ebx
314 pop ebx
336 pop ebx
H A Dx86unix.pl28 'ebx', '%bl',
38 'ebx', '%bh',
48 'ebx', '%ebx',
77 'ebx', 0x03,
369 pushl %ebx
411 popl %ebx
435 popl %ebx
575 pushl %ebx
581 popl %ebx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/asm/
H A Drc4-x86_64.pl160 mov 4($inp),%ebx
197 ror \$8,%ebx
205 mov %ebx,4($out)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dp4.c23 u32 ebx; member in struct:intel_mce_extended_msrs
132 rdmsr (MSR_IA32_MCG_EBX, r->ebx, h);
162 printk (KERN_DEBUG "\teax: %08x ebx: %08x ecx: %08x edx: %08x\n",
163 dbg.eax, dbg.ebx, dbg.ecx, dbg.edx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes-i586-asm.S56 #define r1 ebx
236 1: push %ebx
289 pop %ebx
312 1: push %ebx
368 pop %ebx

Completed in 136 milliseconds

123456