Searched refs:rbp (Results 1 - 18 of 18) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsigcontext.h34 unsigned long rbp; member in struct:sigcontext
H A Delf.h45 (_r)->rsi = 0; (_r)->rdi = 0; (_r)->rbp = 0; \
81 (pr_reg)[4] = (regs)->rbp; \
H A Dptrace.h51 unsigned long rbp; 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.h86 movq %rbp,4*8(%rsp) variable
99 movq 4*8(%rsp),%rbp
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 Dsigcontext.h34 unsigned long rbp; member in struct:sigcontext
H A Delf.h45 (_r)->rsi = 0; (_r)->rdi = 0; (_r)->rbp = 0; \
81 (pr_reg)[4] = (regs)->rbp; \
H A Dptrace.h51 unsigned long rbp; 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.h86 movq %rbp,4*8(%rsp) variable
99 movq 4*8(%rsp),%rbp
H A Dsystem.h29 __PUSH(rbx) __PUSH(rbp)
31 __POP(rbp) __POP(rbx) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drioboot.c110 RIOBootCodeRTA(p, rbp)
112 struct DownLoad * rbp;
122 rio_dprintk (RIO_DEBUG_BOOT, "Data at user address 0x%x\n",(int)rbp->DataP);
127 if ( rbp->Count > SIXTY_FOUR_K ) {
148 offset = (RTA_BOOT_DATA_SIZE - (rbp->Count % RTA_BOOT_DATA_SIZE)) %
162 if ( copyin((int)rbp->DataP,((caddr_t)(p->RIOBootPackets))+offset,
163 rbp->Count) ==COPYFAIL ) {
175 p->RIONumBootPkts = (rbp->Count+offset)/RTA_BOOT_DATA_SIZE;
176 p->RIOBootCount = rbp->Count;
243 RIOBootCodeHOST(p, rbp)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_binfmt.c109 pr_reg[5] = regs->rbp; \
205 regs->rbp = 0;
H A Dptrace32.c66 R32(ebp, rbp);
129 R32(ebp, rbp);
H A Dia32_signal.c322 err |= __put_user((u32)regs->rbp, &sc->ebp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsignal.c149 COPY(rdi); COPY(rsi); COPY(rbp); COPY_CANON(rsp); COPY(rbx);
241 err |= __put_user(regs->rbp, &sc->rbp);
H A Dprocess.c294 regs->rbp, regs->r8, regs->r9);

Completed in 75 milliseconds