Home
last modified time | relevance | path

Searched defs:thread_saved_pc (Results 1 – 25 of 33) sorted by relevance

12

/linux-3.3/arch/score/kernel/
Dprocess.c149 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/microblaze/kernel/
Dprocess.c198 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/blackfin/include/asm/
Dprocessor.h92 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/linux-3.3/arch/hexagon/kernel/
Dprocess.c108 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/h8300/kernel/
Dprocess.c232 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/c6x/include/asm/
Dprocessor.h106 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
/linux-3.3/arch/x86/kernel/
Dprocess_32.c67 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/parisc/kernel/
Dprocess.c332 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/linux-3.3/arch/microblaze/include/asm/
Dprocessor.h142 # define thread_saved_pc(tsk) \ macro
/linux-3.3/arch/frv/kernel/
Dprocess.c295 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/m68k/kernel/
Dprocess_mm.c43 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
Dprocess_no.c396 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/openrisc/kernel/
Dprocess.c98 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/linux-3.3/arch/mn10300/kernel/
Dprocess.c48 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/cris/arch-v32/kernel/
Dprocess.c92 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/linux-3.3/arch/cris/arch-v10/kernel/
Dprocess.c78 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/linux-3.3/arch/sh/include/asm/
Dprocessor_64.h225 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
Dprocessor_32.h178 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/linux-3.3/arch/xtensa/include/asm/
Dprocessor.h182 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
/linux-3.3/arch/s390/kernel/
Dprocess.c45 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/alpha/kernel/
Dprocess.c421 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/linux-3.3/arch/mips/kernel/
Dprocess.c363 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/sparc/kernel/
Dprocess_32.c336 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/linux-3.3/arch/um/kernel/
Dum_arch.c50 unsigned long thread_saved_pc(struct task_struct *task) in thread_saved_pc() function
/linux-3.3/arch/arm/include/asm/
Dthread_info.h100 #define thread_saved_pc(tsk) \ macro

12