Searched refs:tif (Results 1 – 3 of 3) sorted by relevance
96 extern void speculation_ctrl_update(unsigned long tif);
952 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument954 return !(fetch_or(&ti->flags, 1 << tif) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()979 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument981 set_ti_thread_flag(ti, tif); in set_nr_and_not_polling()1087 static void __resched_curr(struct rq *rq, int tif) in __resched_curr() argument1099 if (is_idle_task(curr) && tif == TIF_NEED_RESCHED_LAZY) in __resched_curr()1100 tif = TIF_NEED_RESCHED; in __resched_curr()1102 if (cti->flags & ((1 << tif) | _TIF_NEED_RESCHED)) in __resched_curr()1108 set_ti_thread_flag(cti, tif); in __resched_curr()1109 if (tif == TIF_NEED_RESCHED) in __resched_curr()[all …]
212 unsigned long tif; in x86_virt_spec_ctrl() local214 tif = setguest ? ssbd_spec_ctrl_to_tif(guestval) : in x86_virt_spec_ctrl()217 speculation_ctrl_update(tif); in x86_virt_spec_ctrl()