Searched defs:KSTK_EIP (Results 1 – 18 of 18) sorted by relevance
15 #define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP) macro
37 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
71 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
70 #define KSTK_EIP(tsk) ((tsk)->thread.kregs->ea) macro
77 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
81 # define KSTK_EIP(task) (task_pc(task)) macro
49 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->ret) macro
86 #define KSTK_EIP(tsk) ((tsk)->thread.kregs->pc) macro
182 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->tpc) macro
89 #define KSTK_EIP(tsk) task_pt_regs(tsk)->ARM_pc macro
60 #define KSTK_EIP(tsk) (pt_elr(task_pt_regs(tsk))) macro
183 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
144 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->epc) macro
274 #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0]) macro
204 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->csr_era) macro
366 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->cp0_epc) macro
379 #define KSTK_EIP(tsk) ((unsigned long)task_pt_regs(tsk)->pc) macro
315 #define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) macro