Searched refs:RAX (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/x86/ia32/ |
D | ia32entry.S | 183 movq %rax,RAX(%rsp) 250 movl RAX(%rsp),%eax /* reload syscall number */ 272 movq RAX(%rsp),%rax /* reload syscall return value */ 303 movq $-ENOSYS,RAX(%rsp)/* ptrace can change this for a bad syscall */ 406 movq %rax,RAX(%rsp) 460 movq $-ENOSYS,RAX(%rsp) /* ptrace can change this for a bad syscall */ 546 movq %rax,RAX(%rsp) 554 movq $-ENOSYS,RAX(%rsp) /* ptrace can change this for a bad syscall */ 597 CFI_REL_OFFSET rax,RAX
|
/linux-4.1.27/arch/x86/um/ |
D | ptrace_64.c | 33 [RAX >> 3] = HOST_AX, 73 case RAX: in putreg() 150 case RAX: in getreg()
|
D | user-offsets.c | 62 DEFINE_LONGS(HOST_AX, RAX); in foo()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 43 #define RAX 80 macro
|
/linux-4.1.27/arch/x86/kernel/ |
D | mcount_64.S | 98 movq %rax, RAX(%rsp) 139 movq RAX(%rsp), %rax
|
D | entry_64.S | 157 CFI_REL_OFFSET rax, RAX+\offset 261 movq %rax,RAX(%rsp) 346 movq %rax,RAX(%rsp) 519 movq %rax,RAX(%rsp) 592 movq %rax,RAX(%rsp) 640 movl $0, RAX(%rsp)
|
/linux-4.1.27/arch/x86/um/shared/sysdep/ |
D | stub_64.h | 11 #define STUB_SYSCALL_RET PT_INDEX(RAX)
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
D | mcontext.c | 24 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP); in get_regs_from_mc()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | calling.h | 74 #define RAX 10*8 macro
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 154 On x86 systems %REG is always the short form of the register: for example %AX. %RAX or %EAX is not …
|
/linux-4.1.27/Documentation/ |
D | kmemcheck.txt | 244 RAX: 0000000000000030 RBX: ffff88003d4ea968 RCX: 0000000000000009 522 RAX: 0000000000000030 RBX: ffff88003d4ea968 RCX: 0000000000000009
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 543 c8: BSWAP RAX/EAX/R8/R8D
|