Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dthread_info.h110 #define _TIF_MCE_NOTIFY (1 << TIF_MCE_NOTIFY) macro
146 (_TIF_SIGPENDING | _TIF_MCE_NOTIFY | _TIF_NOTIFY_RESUME | \
/linux-3.4.99/arch/x86/kernel/
Dsignal.c823 if (thread_info_flags & _TIF_MCE_NOTIFY) in do_notify_resume()