Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/arch/alpha/kernel/
H A Dprocess.c360 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h48 #define thread_saved_pc(tsk) \ macro
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h168 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/openbmc/linux/arch/arm/include/asm/
H A Dthread_info.h89 #define thread_saved_pc(tsk) \ macro
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c529 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1295 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() function