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.h86 #define TIF_MCE_NOTIFY 10 /* notify userspace of an MCE */ macro
110 #define _TIF_MCE_NOTIFY (1 << TIF_MCE_NOTIFY)
/linux-3.4.99/arch/x86/kernel/cpu/mcheck/
Dmce.c1144 set_thread_flag(TIF_MCE_NOTIFY); in do_machine_check()
1189 clear_thread_flag(TIF_MCE_NOTIFY); in mce_notify_process()