Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dprocess.h27 prev_tif &= ~_TIF_SPEC_IB; in switch_to_extra()
28 next_tif &= ~_TIF_SPEC_IB; in switch_to_extra()
H A Dprocess.c638 updmsr |= !!(tif_diff & _TIF_SPEC_IB); in __speculation_ctrl_update()
/linux/arch/x86/include/asm/
H A Dthread_info.h115 #define _TIF_SPEC_IB (1 << TIF_SPEC_IB) macro
141 # define _TIF_WORK_CTXSW (_TIF_WORK_CTXSW_BASE | _TIF_SPEC_IB)
H A Dspec-ctrl.h60 return (tifn & _TIF_SPEC_IB) >> (TIF_SPEC_IB - SPEC_CTRL_STIBP_SHIFT); in stibp_tif_to_spec_ctrl()