Searched refs:ORIG_RAX (Results 1 – 9 of 9) sorted by relevance
/arch/x86/entry/ |
D | entry_64.S | 335 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 336 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 368 testb $3, CS-ORIG_RAX(%rsp) 432 testb $3, CS-ORIG_RAX(%rsp) 485 testb $3, CS-ORIG_RAX(%rsp) 510 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 511 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 548 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 549 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
|
D | entry_64_compat.S | 305 movq RSP-ORIG_RAX(%rsp), %rsp
|
D | calling.h | 92 #define ORIG_RAX 15*8 macro
|
/arch/x86/um/ |
D | ptrace_64.c | 50 [ORIG_RAX >> 3] = HOST_ORIG_AX, 75 case ORIG_RAX: in putreg() 151 case ORIG_RAX: in getreg()
|
D | user-offsets.c | 62 DEFINE_LONGS(HOST_ORIG_AX, ORIG_RAX); in foo()
|
/arch/x86/kernel/ |
D | ftrace_64.S | 88 movq $0, ORIG_RAX(%rsp) 235 movq ORIG_RAX(%rsp), %rax 242 movq ORIG_RAX(%rsp), %rax
|
D | head_64.S | 331 movq ORIG_RAX(%rsp), %rsi 437 movq ORIG_RAX(%rsp), %rsi
|
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 53 #define ORIG_RAX 120 macro
|
/arch/x86/boot/compressed/ |
D | idt_handlers_64.S | 42 movq ORIG_RAX(%rsp), %rsi
|