Searched refs:ORIG_RAX (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/arch/x86/entry/ |
D | entry_64.S | 332 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 333 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 365 testb $3, CS-ORIG_RAX(%rsp) 429 testb $3, CS-ORIG_RAX(%rsp) 482 testb $3, CS-ORIG_RAX(%rsp) 506 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 507 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 544 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 545 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
|
D | entry_64_compat.S | 293 movq RSP-ORIG_RAX(%rsp), %rsp
|
D | calling.h | 90 #define ORIG_RAX 15*8 macro
|
/Linux-v5.10/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()
|
/Linux-v5.10/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 | 329 movq ORIG_RAX(%rsp), %rsi 432 movq ORIG_RAX(%rsp), %rsi
|
/Linux-v5.10/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 53 #define ORIG_RAX 120 macro
|
/Linux-v5.10/Documentation/fault-injection/ |
D | nvme-fault-injection.rst | 54 RSP: 0018:ffffffff82003e90 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffdd 109 RSP: 0018:ffffc9000068bec0 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff04 161 RSP: 0018:ffffffff88c03dd0 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffdc
|
/Linux-v5.10/arch/x86/boot/compressed/ |
D | idt_handlers_64.S | 42 movq ORIG_RAX(%rsp), %rsi
|
/Linux-v5.10/Documentation/dev-tools/ |
D | kasan.rst | 81 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
|