Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/um/
Dptrace_64.c49 [ORIG_RAX >> 3] = HOST_ORIG_AX,
80 case ORIG_RAX: in putreg()
157 case ORIG_RAX: in getreg()
Duser-offsets.c71 DEFINE_LONGS(HOST_ORIG_AX, ORIG_RAX); in foo()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dptrace-abi.h52 #define ORIG_RAX 120 macro
/linux-4.1.27/arch/x86/kernel/
Dentry_64.S152 XCPT_FRAME \start, ORIG_RAX+\offset
320 movq ORIG_RAX(%rsp), %rax
865 movq $-1,ORIG_RAX(%rsp)
1012 movq ORIG_RAX(%rsp),%rsi /* get error code */
1013 movq $-1,ORIG_RAX(%rsp) /* no syscall to restart */
1054 movq ORIG_RAX(%rsp),%rsi /* get error code */
1055 movq $-1,ORIG_RAX(%rsp) /* no syscall to restart */
/linux-4.1.27/arch/x86/include/asm/
Dcalling.h83 #define ORIG_RAX 15*8 macro
/linux-4.1.27/arch/x86/ia32/
Dia32entry.S565 movq $0,ORIG_RAX(%rsp)