Searched refs:KSTK_EIP (Results 1 – 18 of 18) sorted by relevance
37 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
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) ((tsk)->thread.kregs->ea) macro
71 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
77 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
49 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->ret) macro
81 # define KSTK_EIP(task) (task_pc(task)) macro
183 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
145 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->epc) macro
204 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->csr_era) macro
223 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) macro
274 #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0]) macro
366 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->cp0_epc) macro
315 #define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) macro
438 unsigned long pc = KSTK_EIP(tsk); in switch_slb()
263 sd->instruction_pointer = KSTK_EIP(task); in populate_seccomp_data()
1817 info.si_call_addr = (void __user *)KSTK_EIP(current); in force_sig_seccomp()