Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dthread_info.h35 #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dprocessor.h89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() function
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dprocess.c364 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dthread_info.h50 #define thread_saved_pc(tsk) \ macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dprocessor_32.h170 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dthread_info.h89 #define thread_saved_pc(tsk) \ macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dprocess.c512 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1302 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() function