Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dprocess.c360 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/linux/arch/arm64/include/asm/
H A Dthread_info.h48 #define thread_saved_pc(tsk) \ macro
/linux/arch/sh/include/asm/
H A Dprocessor_32.h168 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/linux/arch/arm/include/asm/
H A Dthread_info.h89 #define thread_saved_pc(tsk) \ macro
/linux/arch/mips/kernel/
H A Dprocess.c529 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function