Home
last modified time | relevance | path

Searched refs:rsi (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/arch/x86_64/lib/
Dcopy_page.S14 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 …]
Dmemcpy.S31 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 …]
Dcsum-copy.S107 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 …]
Dcopy_user.S31 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/
Dentry.S222 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 …]
Dacpi_wakeup.S207 movq saved_esi, %rsi
429 movq %rsi, saved_context_esi(%rip)
447 movq %rsi,saved_esi
474 movq saved_context_esi(%rip), %rsi
Dsignal.c143 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()
Dprocess.c385 regs->rdx, regs->rsi, regs->rdi); in __show_regs()
/linux-2.4.37.9/include/asm-x86_64/
Dcalling.h36 movq %rsi,7*8(%rsp)
64 movq 7*8(%rsp),%rsi
78 movq \offset+56(%rsp),%rsi
Delf.h45 (_r)->rsi = 0; (_r)->rdi = 0; (_r)->rbp = 0; \
90 (pr_reg)[13] = (regs)->rsi; \
Dsystem.h38 unsigned long rsi; member
43 __PUSH(rsi) __PUSH(rdi) \
51 __POP(rdi) __POP(rsi)
Dasm-macros.i5 pushq %rsi
Dsigcontext.h33 unsigned long rsi; member
Duser.h70 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member
Dptrace.h57 unsigned long rsi; member
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c109 pr_reg[3] = regs->rsi; \
204 regs->rsi = 0; in elf32_init()
Dptrace32.c69 R32(esi, rsi); in putreg32()
143 R32(esi, rsi); in getreg32()
Dia32entry.S126 PTREGSCALL3 stub32_iopl, sys_iopl, %rsi
Dia32_signal.c333 err |= __put_user((u32)regs->rsi, &sc->esi); in ia32_setup_sigcontext()