/arch/um/sys-x86_64/shared/sysdep/ |
D | ptrace_user.h | 37 #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)
|
D | ptrace.h | 155 case R9: val = UPT_R9(regs); break; \ 193 case R9: UPT_R9(regs) = __upt_val; break; \
|
/arch/x86/include/asm/ |
D | ptrace-abi.h | 37 #define R9 64 macro
|
D | calling.h | 15 #define R9 64 macro
|
/arch/x86/crypto/ |
D | aes-x86_64-asm_64.S | 49 #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/ |
D | user-offsets.c | 35 DEFINE_LONGS(HOST_R9, R9); in foo()
|
D | signal.c | 23 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/ |
D | entry.S | 303 ;; 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.
|
D | kgdb_asm.S | 489 move.d [$acr], $r9 ; Restore R9
|
/arch/m32r/kernel/ |
D | entry.S | 93 #define R9(reg) @(0x28,reg) macro
|
/arch/ia64/include/asm/xen/ |
D | minstate.h | 75 adds r17=PT(R9),r1; /* initialize second base pointer */ \
|
/arch/x86/ia32/ |
D | ia32entry.S | 46 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/ |
D | entry_64.S | 300 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/ |
D | dot.gdbinit.nommu | 80 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 306 ;; 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/ |
D | kvm_minstate.h | 130 adds r17 = PT(R9),r1; /* initialize second base pointer */\
|
/arch/ia64/kernel/ |
D | minstate.h | 96 adds r17=PT(R9),r1; /* initialize second base pointer */ \
|
/arch/m32r/platforms/mappi2/ |
D | dot.gdbinit.vdec2 | 149 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
/arch/m32r/platforms/mappi3/ |
D | dot.gdbinit | 138 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_400MHz_32MB | 150 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
D | dot.gdbinit_200MHz_16MB | 150 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
D | dot.gdbinit_300MHz_32MB | 150 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
/arch/m32r/platforms/mappi/ |
D | dot.gdbinit | 166 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
D | dot.gdbinit.nommu | 166 printf " R8[0x%08lX] R9[0x%08lX] R10[0x%08lX] R11[0x%08lX]\n",$r8,$r9,$r10,$r11
|
/arch/m32r/platforms/opsput/ |
D | dot.gdbinit | 175 printf " R8[%08lx] R9[%08lx] R10[%08lx] R11[%08lx]\n",$r8,$r9,$r10,$r11
|