Home
last modified time | relevance | path

Searched refs:rbx (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/arch/x86_64/lib/
Dputuser.S35 GET_CURRENT(%rbx)
36 cmpq tsk_addr_limit(%rbx),%rax
45 GET_CURRENT(%rbx)
48 cmpq tsk_addr_limit(%rbx),%rax
57 GET_CURRENT(%rbx)
60 cmpq tsk_addr_limit(%rbx),%rax
69 GET_CURRENT(%rbx)
72 cmpq tsk_addr_limit(%rbx),%rax
Dgetuser.S37 GET_CURRENT(%rbx)
38 cmpq tsk_addr_limit(%rbx),%rax
47 GET_CURRENT(%rbx)
50 cmpq tsk_addr_limit(%rbx),%rax
59 GET_CURRENT(%rbx)
62 cmpq tsk_addr_limit(%rbx),%rax
71 GET_CURRENT(%rbx)
74 cmpq tsk_addr_limit(%rbx),%rax
Dcopy_page.S22 movq %rbx,(%rsp)
32 movq 8 (%rsi), %rbx
43 movq %rbx, 8 (%rdi)
66 movq 8 (%rsi), %rbx
75 movq %rbx, 8 (%rdi)
88 movq (%rsp),%rbx
Dcsum-copy.S51 movq %rbx,2*8(%rsp)
78 movq (%rdi),%rbx
95 adcq %rbx,%rax
107 movq %rbx,(%rsi)
142 movq (%rdi),%rbx
143 adcq %rbx,%rax
146 movq %rbx,(%rsi)
194 movq 2*8(%rsp),%rbx
Dmemcpy.S20 pushq %rbx
87 popq %rbx
Dcopy_user.S68 pushq %rbx
143 popq %rbx
211 addq %rbx,%rdi /* +64 */
/linux-2.4.37.9/include/asm-x86_64/
Delf.h44 (_r)->rbx = 0; (_r)->rcx = 0; (_r)->rdx = 0; \
82 (pr_reg)[5] = (regs)->rbx; \
Dsystem.h26 unsigned long rbx; member
46 __PUSH(rbx) __PUSH(rbp)
48 __POP(rbp) __POP(rbx) \
Dcalling.h85 movq %rbx,5*8(%rsp)
100 movq 5*8(%rsp),%rbx
Dasm-macros.i8 pushq %rbx
Dsigcontext.h35 unsigned long rbx; member
Duser.h69 unsigned long r15,r14,r13,r12,rbp,rbx,r11,r10; member
Dptrace.h48 unsigned long rbx; member
/linux-2.4.37.9/arch/x86_64/kernel/
Dwarmreboot.S10 #define R64(x) x-warm_reboot(%rbx)
Dacpi_wakeup.S205 movq saved_ebx, %rbx
425 movq %rbx, saved_context_ebx(%rip)
445 movq %rbx,saved_ebx
471 movq saved_context_ebx(%rip), %rbx
Dentry.S187 RESTORE_TOP_OF_STACK %rbx
648 leaq math_emulate(%rip),%rbx
650 cmoveq %rcx,%rbx
651 call *%rbx
Dsignal.c143 COPY(rdi); COPY(rsi); COPY(rbp); COPY(rsp); COPY(rbx); in restore_sigcontext()
240 err |= __put_user(regs->rbx, &sc->rbx); in setup_sigcontext()
Dprocess.c383 regs->rax, regs->rbx, regs->rcx); in __show_regs()
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c106 pr_reg[0] = regs->rbx; \
208 regs->rbx = 0; in elf32_init()
Dptrace32.c65 R32(ebx, rbx); in putreg32()
139 R32(ebx, rbx); in getreg32()
Dia32_signal.c336 err |= __put_user((u32)regs->rbx, &sc->ebx); in ia32_setup_sigcontext()