Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dthread_info.h95 #define thread_saved_fp(tsk) \ macro
98 #define thread_saved_fp(tsk) \ macro
/openbmc/linux/arch/csky/include/asm/
H A Dthread_info.h36 #define thread_saved_fp(tsk) \ macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h94 static inline unsigned long thread_saved_fp(struct thread_struct *t) in thread_saved_fp() function
/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h52 #define thread_saved_fp(tsk) \ macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h146 #define thread_saved_fp(tsk) (tsk->thread.sched_cfa) macro