Home
last modified time | relevance | path

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

12

/arch/cris/arch-v10/kernel/
Dprocess.c72 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/arch/cris/arch-v32/kernel/
Dprocess.c87 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/arch/microblaze/kernel/
Dprocess.c123 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/score/kernel/
Dprocess.c102 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/nios2/include/asm/
Dprocessor.h79 #define thread_saved_pc(tsk) ((tsk)->thread.kregs->ea) macro
/arch/hexagon/kernel/
Dprocess.c63 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/h8300/kernel/
Dprocess.c129 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/m32r/kernel/
Dprocess.c42 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/mn10300/kernel/
Dprocess.c42 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/frv/kernel/
Dprocess.c198 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/m68k/kernel/
Dprocess.c44 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/parisc/kernel/
Dprocess.c235 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/arch/x86/kernel/
Dprocess_32.c66 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/openrisc/kernel/
Dprocess.c98 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/arch/blackfin/include/asm/
Dprocessor.h81 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/arch/s390/kernel/
Dprocess.c51 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/arc/include/asm/
Dprocessor.h82 #define thread_saved_pc(tsk) TSK_K_BLINK(tsk) macro
/arch/microblaze/include/asm/
Dprocessor.h126 # define thread_saved_pc(tsk) \ macro
/arch/c6x/include/asm/
Dprocessor.h101 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
/arch/arm64/include/asm/
Dthread_info.h99 #define thread_saved_pc(tsk) \ macro
/arch/alpha/kernel/
Dprocess.c362 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/arch/sh/include/asm/
Dprocessor_64.h226 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
Dprocessor_32.h180 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/arch/sparc/kernel/
Dprocess_32.c179 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/um/kernel/
Dum_arch.c57 unsigned long thread_saved_pc(struct task_struct *task) in thread_saved_pc() function

12