Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dthread_info.h101 #define TIF_MCE_NOTIFY 10 /* notify userspace of an MCE */ macro
126 #define _TIF_MCE_NOTIFY (1 << TIF_MCE_NOTIFY)
/arch/x86/kernel/cpu/mcheck/
Dmce.c1166 set_thread_flag(TIF_MCE_NOTIFY); in do_machine_check()
1211 clear_thread_flag(TIF_MCE_NOTIFY); in mce_notify_process()