Machine Check Handling (AMD64)
This is meant to be a supplement to
Machine check handling on Linux by Andi Kleen.
References:
This page is under CC-BY-SA-4.0, code snippets from the Linux project(s) are under GPL-2.0-only. The above note must be preserved.
Takeaways from Andi Kleen paper
Two types machine check
- machine check exceptions (MCEs) / uncorrectable error. It will cause interrupt w/ a special excaption handler.