Home
last modified time | relevance | path

Searched refs:R9 (Results 1 – 25 of 31) sorted by relevance

12

/arch/um/sys-x86_64/shared/sysdep/
Dptrace_user.h37 #define PT_SYSCALL_ARG6(regs) (((unsigned long *) (regs))[PT_INDEX(R9)])
38 #define PT_SYSCALL_ARG6_OFFSET (R9)
70 #define REGS_SYSCALL_ARG6 PT_INDEX(R9)
Dptrace.h155 case R9: val = UPT_R9(regs); break; \
193 case R9: UPT_R9(regs) = __upt_val; break; \
/arch/x86/include/asm/
Dptrace-abi.h37 #define R9 64 macro
Dcalling.h15 #define R9 64 macro
/arch/x86/crypto/
Daes-x86_64-asm_64.S49 #define R9 %r9 macro
136 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
138 #define return epilogue(R8,R2,R9,R7,R5,R6,R3,R4,R11)
/arch/um/sys-x86_64/
Duser-offsets.c35 DEFINE_LONGS(HOST_R9, R9); in foo()
Dsignal.c23 GETREG(regs, R9, sc, r9); in copy_sc()
57 err |= GETREG(regs, R9, from, r9); in copy_sc_from_user()
125 err |= PUTREG(regs, R9, to, r9); in copy_sc_to_user()
/arch/cris/arch-v32/kernel/
Dentry.S303 ;; restore R9 here to contain the wanted syscall, and the other
343 ;; See copy_thread for the reason why register R9 is saved.
345 movem $r9, [$sp] ; Save non-scratch registers and R9.
357 movem [$sp+], $r9 ; Restore non-scratch registers and R9.
Dkgdb_asm.S489 move.d [$acr], $r9 ; Restore R9
/arch/m32r/kernel/
Dentry.S93 #define R9(reg) @(0x28,reg) macro
/arch/ia64/include/asm/xen/
Dminstate.h75 adds r17=PT(R9),r1; /* initialize second base pointer */ \
/arch/x86/ia32/
Dia32entry.S46 movq %\_r9,R9(%rsp)
340 movl %r9d,R9-ARGOFFSET(%rsp) /* register to be clobbered by call */
342 movl R9-ARGOFFSET(%rsp),%r9d /* reload 6th syscall arg */
/arch/x86/kernel/
Dentry_64.S300 CFI_REL_OFFSET r9, R9+\offset-ARGOFFSET
328 movq_cfi r9, R9+16-ARGOFFSET
384 movq_cfi r9, R9+8
1460 movq_cfi r9, R9+8
/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu80 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
/arch/cris/arch-v10/kernel/
Dentry.S306 ;; See copy_thread for the reason why register R9 is saved.
308 movem $r9, [$sp] ; save non-scratch registers and R9.
317 movem [$sp+], $r9 ; restore non-scratch registers and R9.
/arch/ia64/kvm/
Dkvm_minstate.h130 adds r17 = PT(R9),r1; /* initialize second base pointer */\
/arch/ia64/kernel/
Dminstate.h96 adds r17=PT(R9),r1; /* initialize second base pointer */ \
/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2149 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
/arch/m32r/platforms/mappi3/
Ddot.gdbinit138 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_400MHz_32MB150 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
Ddot.gdbinit_200MHz_16MB150 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
Ddot.gdbinit_300MHz_32MB150 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
/arch/m32r/platforms/mappi/
Ddot.gdbinit166 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
Ddot.gdbinit.nommu166 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
/arch/m32r/platforms/opsput/
Ddot.gdbinit175 printf " R8[%08lx] R9[%08lx] R10[%08lx] R11[%08lx]\n",$r8,$r9,$r10,$r11

12