Searched refs:KSTK_EIP (Results 1 – 25 of 27) sorted by relevance
12
15 #define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP) macro
60 #define KSTK_EIP(tsk) (pt_elr(task_pt_regs(tsk))) macro
70 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
47 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
78 #define KSTK_EIP(tsk) ((tsk)->thread.kregs->ea) macro
56 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->epc) macro
86 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
86 # define KSTK_EIP(task) (task_pc(task)) macro
55 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->ret) macro
95 #define KSTK_EIP(tsk) ((tsk)->thread.kregs->pc) macro
189 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->tpc) macro
99 #define KSTK_EIP(tsk) instruction_pointer(task_pt_regs(tsk)) macro
110 #define KSTK_EIP(tsk) \ macro
186 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
92 #define KSTK_EIP(tsk) task_pt_regs(tsk)->ARM_pc macro
155 #define KSTK_EIP(tsk) \ macro
93 gdb_regs[GDB_PC] = KSTK_EIP(p); in sleeping_thread_to_gdb_regs()
220 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
278 #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0]) macro
377 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->cp0_epc) macro
198 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->psw.addr) macro
276 #define KSTK_EIP(tsk) ((unsigned long)task_pt_regs(tsk)->pc) macro
305 #define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) macro
336 #define KSTK_EIP(tsk) \ macro
790 #define KSTK_EIP(task) (task_pt_regs(task)->ip) macro