Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1530 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0;
1561 * If kill_current_task is not set, there might be a way to recover from this in do_machine_check()
1564 kill_current_task = 0; in do_machine_check()
1591 kill_current_task = 1; in do_machine_check()
1656 if (worst != MCE_AR_SEVERITY && !kill_current_task) in do_machine_check()
1533 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; do_machine_check() local