Home
last modified time | relevance | path

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

/arch/nds32/include/asm/
Dthread_info.h35 #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) macro
/arch/arm64/include/asm/
Dthread_info.h47 #define thread_saved_pc(tsk) \ macro
/arch/alpha/kernel/
Dprocess.c364 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/arch/sh/include/asm/
Dprocessor_32.h171 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/arch/arm/include/asm/
Dthread_info.h90 #define thread_saved_pc(tsk) \ macro
/arch/mips/kernel/
Dprocess.c527 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function