Searched refs:ebx (Results 101 - 125 of 141) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dioport.c138 unsigned int level = regs->ebx;
H A Dentry.S24 * 0(%esp) - %ebx
41 * "current" is in register %ebx during any slow entries.
129 pushl %ebx; \
131 CFI_REL_OFFSET ebx, 0;\
139 popl %ebx; \
141 CFI_RESTORE ebx;\
214 CFI_OFFSET ebx, PT_EBX-PT_OLDESP
553 PER_CPU(gdt_page, %ebx); \
554 GET_DESC_BASE(GDT_ENTRY_ESPFIX_SS, %ebx, %eax, %ax, %al, %ah); \
665 pushl %ebx
[all...]
H A Dirq.c117 int arg1, arg2, ebx; local
133 " xchgl %%ebx,%%esp \n"
135 " movl %%ebx,%%esp \n"
136 : "=a" (arg1), "=d" (arg2), "=b" (ebx)
223 " xchgl %%ebx,%%esp \n"
225 " movl %%ebx,%%esp \n"
H A Dapm.c362 * @ebx: EBX register return
377 u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, u32 *esi)
395 apm_bios_call_asm(func, ebx_in, ecx_in, eax, ebx, ecx, edx, esi);
493 u32 ebx; local
497 if (apm_bios_call(APM_FUNC_GET_EVENT, 0, 0, &eax, &ebx, &ecx,
500 *event = ebx;
772 u32 ebx; local
780 &eax, &ebx, &ecx, &edx, &dummy))
782 *status = ebx;
376 apm_bios_call(u32 func, u32 ebx_in, u32 ecx_in, u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, u32 *esi) argument
H A Dprocess.c316 regs->eax,regs->ebx,regs->ecx,regs->edx);
331 * This gets run with %ebx containing the
346 regs.ebx = (unsigned long) fn;
503 dump->regs.ebx = regs->ebx;
736 clone_flags = regs.ebx;
768 filename = getname((char __user *) regs.ebx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dwistron_btns.c74 u32 eax, ebx, ecx; member in struct:regs
87 : "=a" (regs->eax), "=b" (regs->ebx), "=c" (regs->ecx)
88 : "0" (regs->eax), "1" (regs->ebx), "2" (regs->ecx),
170 regs.ebx = 0x061C;
183 regs.ebx = 0x012E;
193 regs.ebx = 0x002E;
203 regs.ebx = 0x051C;
215 regs.ebx = 0x0200 | subsys;
227 regs.ebx = (enable ? 0x0100 : 0x0000) | subsys;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c439 unsigned int n, dummy, eax, ebx, ecx, edx; local
444 cpuid(0x80000005, &dummy, &ebx, &ecx, &edx);
453 cpuid(0x80000006, &dummy, &ebx, &ecx, &edx);
456 c->x86_tlbsize += ((ebx >> 16) & 0xfff) + (ebx & 0xfff);
616 u32 eax, ebx, ecx, edx; local
619 cpuid(1, &eax, &ebx, &ecx, &edx);
627 smp_num_siblings = (ebx & 0xff0000) >> 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/lib/
H A Dcopy_user_nocache.S51 movl $64,%ebx
89 movl $8,%ebx
177 /* eax: zero, ebx: 64 */
H A Dcopy_user.S124 movl $64,%ebx
162 movl $8,%ebx
250 /* eax: zero, ebx: 64 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S300 xorl %ebx, %ebx # continuation counter
333 cmpl $0, %ebx # check to see if
334 jne jmpe820 # %ebx is set to EOF
500 movl %ebx, (100)
524 xorl %ebx, %ebx
533 movl %ebx, (68) # BIOS entry point offset
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dintel.c81 unsigned int eax, ebx, ecx, edx; local
87 cpuid_count(4, 0, &eax, &ebx, &ecx, &edx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Duser-offsets.c30 OFFSET(HOST_SC_EBX, sigcontext, ebx);
H A Dsignal.c33 REGS_EBX(regs->skas.regs) = sc->ebx;
83 sc.ebx = REGS_EBX(regs->regs.skas.regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dvmi.h242 u32 ebx; member in struct:vmi_ap_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h107 unsigned int ebx; member in struct:sigcontext_ia32
525 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm50 mov ebx, [rsp+88] ; /* ebx = bits */
366 mov [rsp+88], ebx ; /* bits */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm50 mov ebx, [rsp+88] ; /* ebx = bits */
366 mov [rsp+88], ebx ; /* bits */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */
147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */
460 " movl %%ebx, 88(%%rsp)\n" /* bits */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */
789 " movl %%ebx, 44(%%esp)\n" /* save bits */
795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi"
806 mov ebx, [esp+44] /* ebx local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Ddcdbas.c280 "b" (smi_cmd->ebx),
326 smi_cmd->ebx = (u32) virt_to_phys(smi_cmd->command_buffer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c70 R32(ebx, rbx);
161 R32(ebx, rbx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */
147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */
460 " movl %%ebx, 88(%%rsp)\n" /* bits */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */
789 " movl %%ebx, 44(%%esp)\n" /* save bits */
795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi"
806 mov ebx, [esp+44] /* ebx local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkvm.h237 __u32 ebx; member in struct:kvm_cpuid_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm50 ; picgetgot ebx
291 DECLARE_REG 3, ebx, ebx, bx, bl, [esp + stack_offset + 16]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dpowernow-k7.c118 unsigned int maxei, eax, ebx, ecx, edx; local
141 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Daes-x86_64-asm.S28 #define R2E %ebx

Completed in 291 milliseconds

123456