Searched refs:UCreg_pc (Results 1 – 9 of 9) sorted by relevance
49 regs->UCreg_pc = pc & ~1; /* pc */ \69 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->UCreg_pc)
53 #define instruction_pointer(regs) ((regs)->UCreg_pc)
18 regs->UCreg_pc = fixup->fixup; in fixup_exception()
345 regs->UCreg_pc -= pc_correction; in do_alignment_ldmstm()372 regs->UCreg_pc += 4; in do_alignment()445 regs->UCreg_pc -= 4; in do_alignment()
229 && !search_exception_tables(regs->UCreg_pc)) in do_pf()242 !search_exception_tables(regs->UCreg_pc)) in do_pf()
92 err |= __get_user(regs->UCreg_pc, &sf->uc.uc_mcontext.regs.UCreg_pc); in restore_sigframe()169 err |= __put_user(regs->UCreg_pc, &sf->uc.uc_mcontext.regs.UCreg_pc); in setup_sigframe()232 regs->UCreg_pc = handler; in setup_return()295 regs->UCreg_pc -= 4; in setup_syscall_restart()382 if (put_user(regs->UCreg_pc, usp) == 0) { in do_signal()383 regs->UCreg_pc = KERN_RESTART_CODE; in do_signal()
80 DEFINE(S_PC, offsetof(struct pt_regs, UCreg_pc)); in main()
142 regs->UCreg_pc, regs->UCreg_lr, regs->UCreg_asr, in __show_regs()
54 #define UCreg_pc uregs[31] macro