Home
last modified time | relevance | path

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

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