Home
last modified time | relevance | path

Searched refs:ORIG_RAX (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/um/
Dptrace_64.c50 [ORIG_RAX >> 3] = HOST_ORIG_AX,
81 case ORIG_RAX: in putreg()
158 case ORIG_RAX: in getreg()
Duser-offsets.c71 DEFINE_LONGS(HOST_ORIG_AX, ORIG_RAX); in foo()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dptrace-abi.h52 #define ORIG_RAX 120 macro
/linux-4.4.14/arch/x86/entry/
Dentry_64.S244 movq ORIG_RAX(%rsp), %rax
765 movq ORIG_RAX(%rsp), %rsi /* get error code */
766 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
805 movq ORIG_RAX(%rsp), %rsi /* get error code */
806 movq $-1, ORIG_RAX(%rsp) /* no syscall to restart */
Dentry_64_compat.S240 movq RSP-ORIG_RAX(%rsp), %rsp
Dcalling.h81 #define ORIG_RAX 15*8 macro