Searched defs:thread_saved_fp (Results 1 – 5 of 5) sorted by relevance
95 #define thread_saved_fp(tsk) \ macro98 #define thread_saved_fp(tsk) \ macro
36 #define thread_saved_fp(tsk) ((unsigned long)(tsk->thread.cpu_context.fp)) macro
40 #define thread_saved_fp(tsk) \ macro
94 static inline unsigned long thread_saved_fp(struct thread_struct *t) in thread_saved_fp() function
54 #define thread_saved_fp(tsk) \ macro