Searched refs:no_way_out (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1072 static noinstr int mce_start(int *no_way_out) argument
1080 raw_atomic_add(*no_way_out, &global_nwo);
1131 * Cache the global no_way_out state.
1133 *no_way_out = raw_atomic_read(&global_nwo);
1265 unsigned long *toclear, unsigned long *valid_banks, int no_way_out,
1293 !no_way_out)
1306 severity == MCE_UCNA_SEVERITY) && !no_way_out)
1460 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; local
1483 * If no_way_out gets set, there is no safe way to recover from this
1486 no_way_out
1264 __mc_scan_banks(struct mce *m, struct pt_regs *regs, struct mce *final, unsigned long *toclear, unsigned long *valid_banks, int no_way_out, int *worst) argument
[all...]

Completed in 125 milliseconds