Searched refs:ARGOFFSET (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | entry.S | 80 testl $3,CS-ARGOFFSET(%rsp) # from kernel_thread? 84 RESTORE_TOP_OF_STACK %rdi,ARGOFFSET 123 movq %rax,ORIG_RAX-ARGOFFSET(%rsp) 124 movq %rcx,RIP-ARGOFFSET(%rsp) 132 movq %rax,RAX-ARGOFFSET(%rsp) 143 movq RIP-ARGOFFSET(%rsp),%rcx 152 leaq -ARGOFFSET(%rsp),%rdi # regs 175 LOAD_ARGS ARGOFFSET /* reload args from stack in case ptrace changed it */ 182 movq %rax,RAX-ARGOFFSET(%rsp) 192 movq $0,ORIG_RAX-ARGOFFSET(%rsp) [all …]
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32entry.S | 66 movq %rax,RAX-ARGOFFSET(%rsp) 74 LOAD_ARGS ARGOFFSET /* reload args from stack in case ptrace changed it */ 81 movq %rax,RAX-ARGOFFSET(%rsp) 89 movq $-ENOSYS,RAX-ARGOFFSET(%rsp) 90 movq $0,ORIG_RAX-ARGOFFSET(%rsp) 122 leaq -ARGOFFSET+8(%rsp),\arg /* 8 for return address */
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | ptrace.h | 29 #define ARGOFFSET R11 macro
|
D | calling.h | 31 #define ARGOFFSET R11 macro
|