Searched refs:ORIG_RAX (Results 1 – 8 of 8) sorted by relevance
/arch/x86/entry/ |
D | entry_64.S | 353 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 354 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 387 testb $3, CS-ORIG_RAX(%rsp) 452 testb $3, CS-ORIG_RAX(%rsp) 506 testb $3, CS-ORIG_RAX(%rsp) 531 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 532 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 570 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 571 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
|
D | entry_64_compat.S | 305 movq RSP-ORIG_RAX(%rsp), %rsp
|
/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/include/uapi/asm/ |
D | ptrace-abi.h | 53 #define ORIG_RAX 120 macro
|
/arch/x86/kernel/ |
D | ftrace_64.S | 88 movq $0, ORIG_RAX(%rsp) 246 movq ORIG_RAX(%rsp), %rax 253 movq ORIG_RAX(%rsp), %rax
|
D | head_64.S | 322 movq ORIG_RAX(%rsp), %rsi 428 movq ORIG_RAX(%rsp), %rsi
|
/arch/x86/boot/compressed/ |
D | idt_handlers_64.S | 42 movq ORIG_RAX(%rsp), %rsi
|