Home
last modified time | relevance | path

Searched refs:_TIF_MCA_INIT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h120 #define _TIF_MCA_INIT (1 << TIF_MCA_INIT) macro
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c161 #ifdef _TIF_MCA_INIT in kdb_curr_task()
162 if ((task_thread_info(p)->flags & _TIF_MCA_INIT) && KDB_TSK(cpu)) in kdb_curr_task()
/openbmc/linux/Documentation/arch/ia64/
H A Dmca.rst188 handlers have _TIF_MCA_INIT set in thread_info.flags.
/openbmc/linux/arch/ia64/kernel/
H A Dmca.c1785 ti->flags = _TIF_MCA_INIT; in format_mca_init_stack()