Searched refs:RIP (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/arch/um/sys-x86_64/shared/sysdep/ |
D | ptrace_user.h | 42 #define PT_IP_OFFSET (RIP) 43 #define PT_IP(regs) ((regs)[PT_INDEX(RIP)]) 72 #define REGS_IP_INDEX PT_INDEX(RIP)
|
D | ptrace.h | 162 case RIP: val = UPT_IP(regs); break; \ 200 case RIP: UPT_IP(regs) = __upt_val; break; \
|
/linux-2.6.39/arch/x86/ia32/ |
D | ia32entry.S | 174 movl RIP-R11(%rsp),%edx /* User %eip */ 295 movq %rcx,RIP-ARGOFFSET(%rsp) 296 CFI_REL_OFFSET rip,RIP-ARGOFFSET 332 movl RIP-ARGOFFSET(%rsp),%ecx 404 CFI_DEF_CFA rsp,SS+8-RIP 406 CFI_REL_OFFSET rsp,RSP-RIP 409 CFI_REL_OFFSET rip,RIP-RIP 491 CFI_REL_OFFSET rip,RIP-ARGOFFSET
|
/linux-2.6.39/arch/x86/kernel/ |
D | entry_64.S | 253 EMPTY_FRAME \start, SS+8+\offset-RIP 255 CFI_REL_OFFSET rsp, RSP+\offset-RIP 258 CFI_REL_OFFSET rip, RIP+\offset-RIP 266 INTR_FRAME \start, RIP+\offset-ORIG_RAX 478 movq %rcx,RIP-ARGOFFSET(%rsp) 479 CFI_REL_OFFSET rip,RIP-ARGOFFSET 509 movq RIP-ARGOFFSET(%rsp),%rcx 1447 cmpq %rcx,RIP+8(%rsp) 1450 cmpq %rax,RIP+8(%rsp) 1452 cmpq $gs_change,RIP+8(%rsp) [all …]
|
/linux-2.6.39/arch/um/os-Linux/sys-x86_64/ |
D | registers.c | 31 case RIP: in get_thread_reg()
|
/linux-2.6.39/arch/um/sys-x86_64/asm/ |
D | processor.h | 51 #define KSTK_EIP(tsk) KSTK_REG(tsk, RIP)
|
/linux-2.6.39/arch/x86/include/asm/ |
D | ptrace-abi.h | 47 #define RIP 128 macro
|
D | calling.h | 78 #define RIP (128) macro
|
/linux-2.6.39/arch/um/sys-x86_64/ |
D | signal.c | 39 GETREG(regs, RIP, sc, ip); in copy_sc() 73 err |= GETREG(regs, RIP, from, ip); in copy_sc_from_user() 139 err |= PUTREG(regs, RIP, to, ip); in copy_sc_to_user()
|
D | user-offsets.c | 53 DEFINE_LONGS(HOST_IP, RIP); in foo()
|
/linux-2.6.39/net/ipx/ |
D | Kconfig | 55 disabled. This might break existing applications, especially RIP/SAP 56 daemons. A RIP/SAP daemon that works well with the full internal net
|
/linux-2.6.39/Documentation/ |
D | kmemcheck.txt | 242 RIP: 0010:[<ffffffff8104ede8>] [<ffffffff8104ede8>] __dequeue_signal+0xc8/0x190 260 The single most valuable information in this report is the RIP (or EIP on 32- 353 RIP value, they actually point to the _next_ instruction (they are return 493 that, we'll need the RIP address again: 495 RIP: 0010:[<ffffffff8104ede8>] [<ffffffff8104ede8>] __dequeue_signal+0xc8/0x190
|
/linux-2.6.39/drivers/telephony/ |
D | ixj.h | 564 BYTE RIP:1; /* cr0[1:1] */ member
|
/linux-2.6.39/Documentation/trace/ |
D | ftrace.txt | 1280 [57848.106019] RIP: 0010:[<ffffffffa0000006>] [<ffffffffa0000006>] open+0x6/0x14 [oops]
|