Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dthread_info.h121 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD) macro
/Linux-v5.4/arch/x86/entry/
Dcommon.c200 if (unlikely(cached_flags & _TIF_NEED_FPU_LOAD)) in prepare_exit_to_usermode()