Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dprocess.h16 unsigned long next_tif = read_task_thread_flags(next); in switch_to_extra() local
28 next_tif &= ~_TIF_SPEC_IB; in switch_to_extra()
36 if (unlikely(next_tif & _TIF_WORK_CTXSW_NEXT || in switch_to_extra()
/openbmc/linux/arch/x86/mm/
H A Dtlb.c371 unsigned long next_tif = read_task_thread_flags(next); in mm_mangle_tif_spec_bits() local
372 unsigned long spec_bits = (next_tif >> TIF_SPEC_IB) & LAST_USER_MM_SPEC_MASK; in mm_mangle_tif_spec_bits()