Searched defs:KSTK_EIP (Results 1 – 17 of 17) 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
60 #define KSTK_EIP(tsk) (pt_elr(task_pt_regs(tsk))) macro
183 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
223 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) 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
253 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->psw.addr) macro
386 #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