Searched refs:thread_saved_pc (Results 1 – 25 of 62) sorted by relevance
123
73 extern unsigned long thread_saved_pc(struct task_struct *t);126 # define thread_saved_pc(tsk) \ macro
55 extern unsigned long thread_saved_pc(struct task_struct *tsk);
37 extern unsigned long thread_saved_pc(struct task_struct *tsk);
44 extern unsigned long thread_saved_pc(struct task_struct *);
90 extern unsigned long thread_saved_pc(struct task_struct *t);
102 extern unsigned long thread_saved_pc(struct task_struct *tsk);
51 unsigned long thread_saved_pc(struct task_struct *t);
101 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
16 extern unsigned long thread_saved_pc(struct task_struct *tsk);
61 extern unsigned long thread_saved_pc(struct task_struct *t);
125 extern unsigned long thread_saved_pc(struct task_struct *);
77 unsigned long thread_saved_pc(struct task_struct *t);
102 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
92 #define thread_saved_pc(tsk) \ macro
81 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
140 extern unsigned long thread_saved_pc(struct task_struct *tsk);
180 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
226 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
107 #define thread_saved_pc(tsk) \ macro
108 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()
362 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function393 pc = thread_saved_pc(p); in get_wchan()
193 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
142 #define thread_saved_pc(tsk) ((tsk)->thread.cpu_context.pc) macro
65 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
110 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()