Searched refs:rbx (Results 1 – 21 of 21) sorted by relevance
/linux-2.4.37.9/arch/x86_64/lib/ |
D | putuser.S | 35 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
|
D | getuser.S | 37 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
|
D | copy_page.S | 22 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
|
D | csum-copy.S | 51 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
|
D | memcpy.S | 20 pushq %rbx 87 popq %rbx
|
D | copy_user.S | 68 pushq %rbx 143 popq %rbx 211 addq %rbx,%rdi /* +64 */
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | elf.h | 44 (_r)->rbx = 0; (_r)->rcx = 0; (_r)->rdx = 0; \ 82 (pr_reg)[5] = (regs)->rbx; \
|
D | system.h | 26 unsigned long rbx; member 46 __PUSH(rbx) __PUSH(rbp) 48 __POP(rbp) __POP(rbx) \
|
D | calling.h | 85 movq %rbx,5*8(%rsp) 100 movq 5*8(%rsp),%rbx
|
D | asm-macros.i | 8 pushq %rbx
|
D | sigcontext.h | 35 unsigned long rbx; member
|
D | user.h | 69 unsigned long r15,r14,r13,r12,rbp,rbx,r11,r10; member
|
D | ptrace.h | 48 unsigned long rbx; member
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | warmreboot.S | 10 #define R64(x) x-warm_reboot(%rbx)
|
D | acpi_wakeup.S | 205 movq saved_ebx, %rbx 425 movq %rbx, saved_context_ebx(%rip) 445 movq %rbx,saved_ebx 471 movq saved_context_ebx(%rip), %rbx
|
D | entry.S | 187 RESTORE_TOP_OF_STACK %rbx 648 leaq math_emulate(%rip),%rbx 650 cmoveq %rcx,%rbx 651 call *%rbx
|
D | signal.c | 143 COPY(rdi); COPY(rsi); COPY(rbp); COPY(rsp); COPY(rbx); in restore_sigcontext() 240 err |= __put_user(regs->rbx, &sc->rbx); in setup_sigcontext()
|
D | process.c | 383 regs->rax, regs->rbx, regs->rcx); in __show_regs()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_binfmt.c | 106 pr_reg[0] = regs->rbx; \ 208 regs->rbx = 0; in elf32_init()
|
D | ptrace32.c | 65 R32(ebx, rbx); in putreg32() 139 R32(ebx, rbx); in getreg32()
|
D | ia32_signal.c | 336 err |= __put_user((u32)regs->rbx, &sc->ebx); in ia32_setup_sigcontext()
|