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

/linux-master/arch/x86/kernel/cpu/mce/
H A Dintel.c205 static u64 cmci_pick_threshold(u64 val, int *bios_zero_thresh) argument
219 *bios_zero_thresh = 1;
229 static void cmci_claim_bank(int bank, u64 val, int bios_zero_thresh, int *bios_wrong_thresh) argument
261 if (mca_cfg.bios_cmci_threshold && bios_zero_thresh &&
285 int bios_zero_thresh = 0; local
290 val = cmci_pick_threshold(val, &bios_zero_thresh);
291 cmci_claim_bank(i, val, bios_zero_thresh, &bios_wrong_thresh);

Completed in 114 milliseconds