Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dthread_info.h85 #define TIF_MCE_NOTIFY 10 /* notify userspace of an MCE */ macro
108 #define _TIF_MCE_NOTIFY (1 << TIF_MCE_NOTIFY)
/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dmce.c1080 set_thread_flag(TIF_MCE_NOTIFY); in do_machine_check()
1199 clear_thread_flag(TIF_MCE_NOTIFY); in mce_notify_irq()