Home
last modified time | relevance | path

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

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