Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dthread_info.h110 #define _TIF_NOTSC BIT(TIF_NOTSC) macro
120 (_TIF_NOCPUID | _TIF_NOTSC | _TIF_BLOCKSTEP | \
/linux/arch/x86/kernel/
H A Dprocess.c739 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()