Searched refs:rbx (Results 1 - 25 of 25) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dgetuser.S20 * %rbx is destroyed.
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
H A Dputuser.S17 * %rbx is corrupted (will contain "current_task").
34 GET_CURRENT(%rbx)
35 cmpq tsk_addr_limit(%rbx),%rax
44 GET_CURRENT(%rbx)
47 cmpq tsk_addr_limit(%rbx),%rax
56 GET_CURRENT(%rbx)
59 cmpq tsk_addr_limit(%rbx),%rax
68 GET_CURRENT(%rbx)
71 cmpq tsk_addr_limit(%rbx),%rax
H A Dcsum-copy.S56 pushq %rbx
86 /* r10: 64, r9: zero, r8: temp2, rbx: temp1, rax: sum, rcx: saved length */
99 movq (%rdi),%rbx
108 movnti %rbx,(%rsi)
116 addq %rbx,%rax
122 movq 32(%rdi),%rbx
131 movnti %rbx,32(%rsi)
139 adcq %rbx,%rax
164 movq (%rdi),%rbx
165 adcq %rbx,
[all...]
H A Dmemcpy.S21 pushq %rbx
55 addq %rbx,%rsi
56 addq %rbx,%rdi
69 addq %rbx,%rdi
70 addq %rbx,%rsi
88 popq %rbx
H A Dcopy_user.S67 pushq %rbx
109 addq %rbx,%rsi
110 addq %rbx,%rdi
125 addq %rbx,%rdi
126 addq %rbx,%rsi
144 popq %rbx
211 addq %rbx,%rdi /* +64 */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dasm-macros.i8 pushq %rbx
H A Dsigcontext.h35 unsigned long rbx; member in struct:sigcontext
H A Delf.h44 (_r)->rbx = 0; (_r)->rcx = 0; (_r)->rdx = 0; \
82 (pr_reg)[5] = (regs)->rbx; \
H A Dptrace.h52 unsigned long rbx; member in struct:pt_regs
H A Duser.h69 unsigned long r15,r14,r13,r12,rbp,rbx,r11,r10; member in struct:user_regs_struct
H A Dcalling.h85 movq %rbx,5*8(%rsp) variable
100 movq 5*8(%rsp),%rbx
H A Dsystem.h29 __PUSH(rbx) __PUSH(rbp)
31 __POP(rbp) __POP(rbx) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dasm-macros.i8 pushq %rbx
H A Dsigcontext.h35 unsigned long rbx; member in struct:sigcontext
H A Delf.h44 (_r)->rbx = 0; (_r)->rcx = 0; (_r)->rdx = 0; \
82 (pr_reg)[5] = (regs)->rbx; \
H A Dptrace.h52 unsigned long rbx; member in struct:pt_regs
H A Duser.h69 unsigned long r15,r14,r13,r12,rbp,rbx,r11,r10; member in struct:user_regs_struct
H A Dcalling.h85 movq %rbx,5*8(%rsp) variable
100 movq 5*8(%rsp),%rbx
H A Dsystem.h29 __PUSH(rbx) __PUSH(rbp)
31 __POP(rbp) __POP(rbx) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dentry.S109 * r12-r15,rbp,rbx saved by C code, not touched.
185 RESTORE_TOP_OF_STACK %rbx
569 leaq math_emulate(%rip),%rbx
571 cmoveq %rcx,%rbx
572 call *%rbx
H A Dsignal.c149 COPY(rdi); COPY(rsi); COPY(rbp); COPY_CANON(rsp); COPY(rbx);
243 err |= __put_user(regs->rbx, &sc->rbx);
H A Dprocess.c290 regs->rax, regs->rbx, regs->rcx);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_binfmt.c104 pr_reg[0] = regs->rbx; \
204 regs->rbx = 0;
H A Dptrace32.c61 R32(ebx, rbx);
124 R32(ebx, rbx);
H A Dia32_signal.c324 err |= __put_user((u32)regs->rbx, &sc->ebx);

Completed in 166 milliseconds