Searched refs:ORIG_RAX (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/x86/entry/ |
A D | entry_64.S | 364 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 365 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 409 testb $3, CS-ORIG_RAX(%rsp) 475 testb $3, CS-ORIG_RAX(%rsp) 530 testb $3, CS-ORIG_RAX(%rsp) 555 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 556 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 595 movq ORIG_RAX(%rsp), %rsi /* get error code into 2nd argument*/ 596 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
|
A D | entry_64_compat.S | 255 movq RSP-ORIG_RAX(%rsp), %rsp
|
/linux-6.3-rc2/arch/x86/um/ |
A D | ptrace_64.c | 51 [ORIG_RAX >> 3] = HOST_ORIG_AX, 76 case ORIG_RAX: in putreg() 152 case ORIG_RAX: in getreg()
|
A D | user-offsets.c | 61 DEFINE_LONGS(HOST_ORIG_AX, ORIG_RAX); in foo()
|
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | ptrace-abi.h | 53 #define ORIG_RAX 120 macro
|
/linux-6.3-rc2/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-6.3-rc2/arch/x86/boot/compressed/ |
A D | idt_handlers_64.S | 42 movq ORIG_RAX(%rsp), %rsi
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | ftrace_64.S | 90 movq $0, ORIG_RAX(%rsp) 260 movq ORIG_RAX(%rsp), %rax
|
A D | head_64.S | 400 movq ORIG_RAX(%rsp), %rsi 511 movq ORIG_RAX(%rsp), %rsi
|
/linux-6.3-rc2/Documentation/translations/zh_CN/dev-tools/ |
A D | kasan.rst | 160 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | kasan.rst | 186 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
|
Completed in 11 milliseconds