Searched refs:ORIG_RAX (Results 1 – 11 of 11) sorted by relevance
/linux/arch/x86/entry/ |
A D | entry_64.S | 331 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 332 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 364 testb $3, CS-ORIG_RAX(%rsp) 428 testb $3, CS-ORIG_RAX(%rsp) 481 testb $3, CS-ORIG_RAX(%rsp) 505 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 506 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 543 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 544 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
|
A D | entry_64_compat.S | 295 movq RSP-ORIG_RAX(%rsp), %rsp
|
/linux/arch/x86/um/ |
A D | ptrace_64.c | 50 [ORIG_RAX >> 3] = HOST_ORIG_AX, 75 case ORIG_RAX: in putreg() 151 case ORIG_RAX: in getreg()
|
A D | user-offsets.c | 62 DEFINE_LONGS(HOST_ORIG_AX, ORIG_RAX); in foo()
|
/linux/Documentation/fault-injection/ |
A 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/arch/x86/kernel/ |
A D | ftrace_64.S | 88 movq $0, ORIG_RAX(%rsp) 242 movq ORIG_RAX(%rsp), %rax
|
A D | head_64.S | 320 movq ORIG_RAX(%rsp), %rsi 423 movq ORIG_RAX(%rsp), %rsi
|
/linux/arch/x86/include/uapi/asm/ |
A D | ptrace-abi.h | 53 #define ORIG_RAX 120 macro
|
/linux/arch/x86/boot/compressed/ |
A D | idt_handlers_64.S | 42 movq ORIG_RAX(%rsp), %rsi
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
A D | kasan.rst | 88 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
|
/linux/Documentation/dev-tools/ |
A D | kasan.rst | 86 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
|
Completed in 11 milliseconds