Searched refs:ORIG_RAX (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/x86/um/ |
D | ptrace_64.c | 50 [ORIG_RAX >> 3] = HOST_ORIG_AX, 83 case ORIG_RAX: in putreg() 162 case ORIG_RAX: in getreg()
|
D | user-offsets.c | 74 DEFINE_LONGS(HOST_ORIG_AX, ORIG_RAX); in foo()
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 53 #define ORIG_RAX 120 macro
|
/Linux-v4.19/arch/x86/entry/ |
D | entry_64.S | 568 testb $3, CS-ORIG_RAX+8(%rsp) 919 testb $3, CS-ORIG_RAX(%rsp) /* If coming from userspace, switch stacks */ 942 movq ORIG_RAX(%rsp), %rsi /* get error code */ 943 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */ 977 movq ORIG_RAX(%rsp), %rsi /* get error code */ 978 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
|
D | entry_64_compat.S | 291 movq RSP-ORIG_RAX(%rsp), %rsp
|
D | calling.h | 90 #define ORIG_RAX 15*8 macro
|
/Linux-v4.19/Documentation/fault-injection/ |
D | nvme-fault-injection.txt | 52 RSP: 0018:ffffffff82003e90 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffdd 105 RSP: 0018:ffffc9000068bec0 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff04
|