Searched refs:UCreg_pc (Results 1 – 9 of 9) sorted by relevance
58 regs->UCreg_pc = pc & ~1; /* pc */ \79 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->UCreg_pc)
56 #define instruction_pointer(regs) ((regs)->UCreg_pc)
95 err |= __get_user(regs->UCreg_pc, &sf->uc.uc_mcontext.regs.UCreg_pc); in restore_sigframe()172 err |= __put_user(regs->UCreg_pc, &sf->uc.uc_mcontext.regs.UCreg_pc); in setup_sigframe()235 regs->UCreg_pc = handler; in setup_return()298 regs->UCreg_pc -= 4; in setup_syscall_restart()385 if (put_user(regs->UCreg_pc, usp) == 0) { in do_signal()386 regs->UCreg_pc = KERN_RESTART_CODE; in do_signal()
83 DEFINE(S_PC, offsetof(struct pt_regs, UCreg_pc)); in main()
143 regs->UCreg_pc, regs->UCreg_lr, regs->UCreg_asr, in __show_regs()
21 regs->UCreg_pc = fixup->fixup; in fixup_exception()
347 regs->UCreg_pc -= pc_correction; in do_alignment_ldmstm()374 regs->UCreg_pc += 4; in do_alignment()447 regs->UCreg_pc -= 4; in do_alignment()
236 && !search_exception_tables(regs->UCreg_pc)) in do_pf()249 !search_exception_tables(regs->UCreg_pc)) in do_pf()
53 #define UCreg_pc uregs[31] macro