/linux-2.4.37.9/arch/x86_64/lib/ |
D | copy_page.S | 14 prefetcht0 (%rsi) 15 prefetcht0 1*64(%rsi) 31 movq (%rsi), %rax 32 movq 8 (%rsi), %rbx 33 movq 16 (%rsi), %rdx 34 movq 24 (%rsi), %r8 35 movq 32 (%rsi), %r9 36 movq 40 (%rsi), %r10 37 movq 48 (%rsi), %r11 38 movq 56 (%rsi), %r12 [all …]
|
D | memcpy.S | 31 movq (%rsi),%r11 32 movq 8(%rsi),%r8 37 movq 2*8(%rsi),%r9 38 movq 3*8(%rsi),%r10 43 movq 4*8(%rsi),%r11 44 movq 5*8(%rsi),%r8 49 movq 6*8(%rsi),%r9 50 movq 7*8(%rsi),%r10 55 leaq 64(%rsi),%rsi 67 movq (%rsi),%r8 [all …]
|
D | csum-copy.S | 107 movq %rbx,(%rsi) 109 movq %r8,8(%rsi) 111 movq %r11,16(%rsi) 113 movq %rdx,24(%rsi) 116 movq %r10,32(%rsi) 118 movq %rbp,40(%rsi) 120 movq %r14,48(%rsi) 122 movq %r13,56(%rsi) 125 leaq 64(%rsi),%rsi 146 movq %rbx,(%rsi) [all …]
|
D | copy_user.S | 31 movq %rsi,%rcx 64 prefetcht0 (%rsi) 88 .Ls1: movq (%rsi),%r11 89 .Ls2: movq 1*8(%rsi),%r8 90 .Ls3: movq 2*8(%rsi),%r9 91 .Ls4: movq 3*8(%rsi),%r10 97 .Ls5: movq 4*8(%rsi),%r11 98 .Ls6: movq 5*8(%rsi),%r8 99 .Ls7: movq 6*8(%rsi),%r9 100 .Ls8: movq 7*8(%rsi),%r10 [all …]
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | entry.S | 222 xorq %rsi,%rsi # oldset -> arg2 261 PTREGSCALL3 stub_iopl, sys_iopl, %rsi 372 xorq %rsi,%rsi # oldset 395 pushq %rsi 456 pushq %rsi 457 movq 8(%rsp),%rsi /* load rax */ 460 pushq %rsi /* store rax */ 474 movq ORIG_RAX(%rsp),%rsi /* get error code */ 501 xorq %rsi,%rsi 567 # rdi: flags, rsi: usp, rdx: will be &pt_regs [all …]
|
D | acpi_wakeup.S | 207 movq saved_esi, %rsi 429 movq %rsi, saved_context_esi(%rip) 447 movq %rsi,saved_esi 474 movq saved_context_esi(%rip), %rsi
|
D | signal.c | 143 COPY(rdi); COPY(rsi); COPY(rbp); COPY(rsp); COPY(rbx); in restore_sigcontext() 237 err |= __put_user(regs->rsi, &sc->rsi); in setup_sigcontext() 357 regs->rsi = (unsigned long)&frame->info; in setup_rt_frame()
|
D | process.c | 385 regs->rdx, regs->rsi, regs->rdi); in __show_regs()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | calling.h | 36 movq %rsi,7*8(%rsp) 64 movq 7*8(%rsp),%rsi 78 movq \offset+56(%rsp),%rsi
|
D | elf.h | 45 (_r)->rsi = 0; (_r)->rdi = 0; (_r)->rbp = 0; \ 90 (pr_reg)[13] = (regs)->rsi; \
|
D | system.h | 38 unsigned long rsi; member 43 __PUSH(rsi) __PUSH(rdi) \ 51 __POP(rdi) __POP(rsi)
|
D | asm-macros.i | 5 pushq %rsi
|
D | sigcontext.h | 33 unsigned long rsi; member
|
D | user.h | 70 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member
|
D | ptrace.h | 57 unsigned long rsi; member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_binfmt.c | 109 pr_reg[3] = regs->rsi; \ 204 regs->rsi = 0; in elf32_init()
|
D | ptrace32.c | 69 R32(esi, rsi); in putreg32() 143 R32(esi, rsi); in getreg32()
|
D | ia32entry.S | 126 PTREGSCALL3 stub32_iopl, sys_iopl, %rsi
|
D | ia32_signal.c | 333 err |= __put_user((u32)regs->rsi, &sc->esi); in ia32_setup_sigcontext()
|