Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds