Home
last modified time | relevance | path

Searched refs:tifp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/x86/kernel/
Dprocess.c274 unsigned long tifp, unsigned long tifn) in switch_to_bitmap() argument
290 } 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() argument
425 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()
501 unsigned long tifp, tifn; in __switch_to_xtra() local
507 tifp = READ_ONCE(task_thread_info(prev_p)->flags); in __switch_to_xtra()
508 switch_to_bitmap(prev, next, tifp, tifn); in __switch_to_xtra()
512 if ((tifp & _TIF_BLOCKSTEP || tifn & _TIF_BLOCKSTEP) && in __switch_to_xtra()
523 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()
526 if ((tifp ^ tifn) & _TIF_NOCPUID) in __switch_to_xtra()
[all …]