Searched refs:amd_decode_mce (Results 1 – 3 of 3) sorted by relevance
82 int amd_decode_mce(struct notifier_block *nb, unsigned long val, void *data);
750 int amd_decode_mce(struct notifier_block *nb, unsigned long val, void *data) in amd_decode_mce() function827 EXPORT_SYMBOL_GPL(amd_decode_mce);830 .notifier_call = amd_decode_mce,
132 amd_decode_mce(NULL, 0, &i_mce); in do_inject()