Searched refs:tifp (Results 1 – 1 of 1) sorted by relevance
274 unsigned long tifp, unsigned long tifn) in switch_to_bitmap() argument290 } else if (tifp & _TIF_IO_BITMAP) { in switch_to_bitmap()422 static __always_inline void __speculation_ctrl_update(unsigned long tifp, in __speculation_ctrl_update() argument425 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()493 unsigned long tifp, tifn; in __switch_to_xtra() local499 tifp = READ_ONCE(task_thread_info(prev_p)->flags); in __switch_to_xtra()500 switch_to_bitmap(prev, next, tifp, tifn); in __switch_to_xtra()504 if ((tifp & _TIF_BLOCKSTEP || tifn & _TIF_BLOCKSTEP) && in __switch_to_xtra()515 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()518 if ((tifp ^ tifn) & _TIF_NOCPUID) in __switch_to_xtra()[all …]