mce.h (20c7775aecea04d8ca322039969d49dcf568e0e9) | mce.h (82f70a05108c98aea4f140067c44a606262d2af7) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * Machine check exception header file. 4 * 5 * Copyright 2013 IBM Corporation 6 * Author: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> 7 */ 8 --- 214 unchanged lines hidden (view full) --- 223 bool user_mode, bool in_guest); 224unsigned long addr_to_pfn(struct pt_regs *regs, unsigned long addr); 225extern void mce_common_process_ue(struct pt_regs *regs, 226 struct mce_error_info *mce_err); 227int mce_register_notifier(struct notifier_block *nb); 228int mce_unregister_notifier(struct notifier_block *nb); 229#ifdef CONFIG_PPC_BOOK3S_64 230void flush_and_reload_slb(void); | 1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * Machine check exception header file. 4 * 5 * Copyright 2013 IBM Corporation 6 * Author: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> 7 */ 8 --- 214 unchanged lines hidden (view full) --- 223 bool user_mode, bool in_guest); 224unsigned long addr_to_pfn(struct pt_regs *regs, unsigned long addr); 225extern void mce_common_process_ue(struct pt_regs *regs, 226 struct mce_error_info *mce_err); 227int mce_register_notifier(struct notifier_block *nb); 228int mce_unregister_notifier(struct notifier_block *nb); 229#ifdef CONFIG_PPC_BOOK3S_64 230void flush_and_reload_slb(void); |
231void flush_erat(void); |
|
231long __machine_check_early_realmode_p7(struct pt_regs *regs); 232long __machine_check_early_realmode_p8(struct pt_regs *regs); 233long __machine_check_early_realmode_p9(struct pt_regs *regs); 234long __machine_check_early_realmode_p10(struct pt_regs *regs); 235#endif /* CONFIG_PPC_BOOK3S_64 */ 236#endif /* __ASM_PPC64_MCE_H__ */ | 232long __machine_check_early_realmode_p7(struct pt_regs *regs); 233long __machine_check_early_realmode_p8(struct pt_regs *regs); 234long __machine_check_early_realmode_p9(struct pt_regs *regs); 235long __machine_check_early_realmode_p10(struct pt_regs *regs); 236#endif /* CONFIG_PPC_BOOK3S_64 */ 237#endif /* __ASM_PPC64_MCE_H__ */ |