Home
last modified time | relevance | path

Searched refs:rip (Results 1 – 25 of 32) sorted by relevance

12

/linux-2.4.37.9/arch/x86_64/kernel/
Dacpi_wakeup.S423 movq %rsp, saved_context_esp(%rip)
424 movq %rax, saved_context_eax(%rip)
425 movq %rbx, saved_context_ebx(%rip)
426 movq %rcx, saved_context_ecx(%rip)
427 movq %rdx, saved_context_edx(%rip)
428 movq %rbp, saved_context_ebp(%rip)
429 movq %rsi, saved_context_esi(%rip)
430 movq %rdi, saved_context_edi(%rip)
431 movq %r8, saved_context_r08(%rip)
432 movq %r9, saved_context_r09(%rip)
[all …]
Dtraps.c307 if(regs->rip < PAGE_OFFSET) in show_registers()
313 if(__get_user(c, &((unsigned char*)regs->rip)[i])) { in show_registers()
331 if (__copy_from_user(&f, (struct bug_frame *) regs->rip, in handle_BUG()
352 printk_address(regs->rip); in __die()
434 regs->rip,regs->rsp,error_code); in do_trap()
445 unsigned long fixup = search_exception_table(regs->rip); in do_trap()
447 regs->rip = fixup; in do_trap()
475 DO_ERROR_INFO( 0, SIGFPE, "divide error", divide_error, FPE_INTDIV, regs->rip)
479 DO_ERROR_INFO( 6, SIGILL, "invalid operand", invalid_op, ILL_ILLOPN, regs->rip)
523 regs->rip,regs->rsp,error_code); in do_general_protection()
[all …]
Dsignal.c104 saveset, newset, &regs, regs.rip); in sys_rt_sigsuspend()
145 COPY(rip); in restore_sigcontext()
146 if (regs->rip >= TASK_SIZE && regs->rip < VSYSCALL_START) { in restore_sigcontext()
147 regs->rip = 0; in restore_sigcontext()
206 printk("%d sigreturn rip:%lx rsp:%lx frame:%p rax:%lx\n",current->pid,regs.rip,regs.rsp,frame,eax); in sys_rt_sigreturn()
254 err |= __put_user(regs->rip, &sc->rip); in setup_sigcontext()
338 printk("%d old rip %lx old rsp %lx old rax %lx\n", current->pid,regs->rip,regs->rsp,regs->rax); in setup_rt_frame()
360 regs->rip = (unsigned long) ka->sa.sa_handler; in setup_rt_frame()
361 if (regs->rip >= TASK_SIZE) { in setup_rt_frame()
364 regs->rip = 0; in setup_rt_frame()
[all …]
Dentry.S131 call *sys_call_table(,%rax,8) # XXX: rip relative
153 leaq do_signal(%rip),%rax
243 leaq \func(%rip),%rax
256 leaq \func(%rip),%rax
439 leaq \sym(%rip),%rax
445 leaq \sym(%rip),%rax
517 leaq iret_label(%rip),%rdx
647 leaq math_state_restore(%rip),%rcx
648 leaq math_emulate(%rip),%rbx
Dprocess.c380 printk_address(regs->rip); in __show_regs()
524 p->thread.rip = (unsigned long) ret_from_fork; in copy_thread()
743 u64 fp,rip; in get_wchan() local
754 rip = *(u64 *)(fp+8); in get_wchan()
755 if (rip < first_sched || rip >= last_sched) in get_wchan()
756 return rip; in get_wchan()
Dhead.S133 movq init_rsp(%rip),%rsp
172 movq initial_code(%rip),%rax
Dtime.c364 (offset - vxtime.last) / hpet_tick - 1, regs->rip); in timer_interrupt()
377 offset / tick, regs->rip); in timer_interrupt()
Dbluesmoke.c58 regs->cs, regs->rip, regs->rsp); in generic_machine_check()
414 cpunum, regs->cs, regs->rip, regs->rsp, in k8_machine_check()
Dsmpboot.c463 :"r" (me->thread.rsp),"r" (me->thread.rip)); in initialize_secondary()
546 idle->thread.rip = (unsigned long)start_secondary; in do_boot_cpu()
Dnmi.c401 printk("NMI Watchdog detected LOCKUP on CPU%d, eip %16lx, registers:\n", cpu, regs->rip); in nmi_watchdog_tick()
/linux-2.4.37.9/arch/x86_64/mm/
Dfault.c102 unsigned char *instr = (unsigned char *)(regs->rip); in is_prefetch()
108 if (regs->rip == addr) in is_prefetch()
171 regs->rip, addr); in is_prefetch()
209 regs->rip,regs->rsp,regs->cs,regs->ss,address,error_code); in do_page_fault()
326 tsk->comm, tsk->pid, address, regs->rip, in do_page_fault()
344 if ((fixup = search_exception_table(regs->rip)) != 0) { in do_page_fault()
345 regs->rip = fixup; in do_page_fault()
349 tsk->comm, regs->rip, address, error_code); in do_page_fault()
368 printk_address(regs->rip); in do_page_fault()
/linux-2.4.37.9/include/asm-x86_64/
Dsigcontext.h14 __u64 rip; member
40 unsigned long rip; member
Duser.h56 __u64 rip; member
71 unsigned long rip,cs,eflags; member
Dptrace.h62 unsigned long rip; member
82 #define instruction_pointer(regs) ((regs)->rip)
Dprocessor.h271 u64 rip; member
306 unsigned long rip; member
341 (regs)->rip = (new_rip); \
377 (((struct pt_regs *)(tsk->thread.rsp0 - sizeof(struct pt_regs)))->rip)
Dsystem.h64 :"=m" (prev->thread.rsp),"=m" (prev->thread.rip), "=a" (l) \
65 :"m" (next->thread.rsp),"m" (next->thread.rip), \
Delf.h93 (pr_reg)[16] = (regs)->rip; \
/linux-2.4.37.9/include/asm-ia64/sn/
Drouter.h649 int router_reg_read(router_info_t *rip, int regno, router_reg_t *val);
650 int router_reg_write(router_info_t *rip, int regno, router_reg_t val);
652 int router_set_leds(router_info_t *rip);
653 void router_print_state(router_info_t *rip, int level,
655 void capture_router_stats(router_info_t *rip);
/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c546 xfs_inode_t *rip; in xfs_unmount() local
553 rip = mp->m_rootip; in xfs_unmount()
554 rvp = XFS_ITOV(rip); in xfs_unmount()
687 xfs_inode_t *rip = mp->m_rootip; in xfs_unmount_flush() local
690 vnode_t *rvp = XFS_ITOV(rip); in xfs_unmount_flush()
693 xfs_ilock(rip, XFS_ILOCK_EXCL); in xfs_unmount_flush()
694 xfs_iflock(rip); in xfs_unmount_flush()
725 error = xfs_iflush(rip, XFS_IFLUSH_SYNC); in xfs_unmount_flush()
730 xfs_iunlock(rip, XFS_ILOCK_EXCL); in xfs_unmount_flush()
747 xfs_iunlock(rip, XFS_ILOCK_EXCL); in xfs_unmount_flush()
[all …]
Dxfs_mount.c640 xfs_inode_t *rip; local
978 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip, 0);
984 ASSERT(rip != NULL);
985 rvp = XFS_ITOV(rip);
987 if (unlikely((rip->i_d.di_mode & S_IFMT) != S_IFDIR)) {
990 mp->m_ddev_targp, (unsigned long long)rip->i_ino);
991 xfs_iunlock(rip, XFS_ILOCK_EXCL);
997 mp->m_rootip = rip; /* save it */
999 xfs_iunlock(rip, XFS_ILOCK_EXCL);
/linux-2.4.37.9/arch/x86_64/ia32/
Dfpu32.c89 G(3, fxsave->rip); in convert_fxsr_from_user()
133 P(3, (u32)fxsave->rip); in convert_fxsr_to_user()
Dia32_signal.c344 err |= __put_user((u32)regs->rip, &sc->eip); in ia32_setup_sigcontext()
440 regs->rip = (unsigned long) ka->sa.sa_handler; in ia32_setup_frame()
453 current->comm, current->pid, frame, regs->rip, frame->pretcode); in ia32_setup_frame()
517 regs->rip = (unsigned long) ka->sa.sa_handler; in ia32_setup_rt_frame()
530 current->comm, current->pid, frame, regs->rip, frame->pretcode); in ia32_setup_rt_frame()
Dia32entry.S65 call *ia32_sys_call_table(,%rax,8) # xxx: rip relative
104 leaq \func(%rip),%rax
121 leaq \func(%rip),%rax
Dia32_binfmt.c118 pr_reg[12] = regs->rip; \
175 (regs)->rip = (new_rip); \
Dptrace32.c73 R32(eip, rip); in putreg32()
147 R32(eip, rip); in getreg32()

12