EDIT: This post was made before I realized there was a second page. I have not removed the original content because the definitions are not untrue.
- PAGE_FAULT_IN_NON_PAGED_AREA
This literally means your page file wasn't big enough to dump your RAM to at the time it tried to, which triggered the blue screen. It should be between 1.5x and 4x your RAM. I usually set mine to 2x and have never had any problems. Its the page file equivalent to the "Memory access violation at (some hex address) memory not readable/writable". In other words, Windows tried to put something from your ram on to the Hard drive in a place that was not reserved for it.
- SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
- SYSTEM_SERVICE_EXCEPTION
These are similar to each other: An important system operation failed, and Microsoft has not written a custom message to handle that failure. They could literally caused by anything.
KMODE_EXCEPTION_NOT_HANDLED is way more major, but is a similar thing. Can be caused by anything that would cause the Kernel to fail (such as suddenly switching from Intel to AMD, the instruction set changes are subtle but large enough to cause issues: Windows Vista had a bricking update to it for all AMD processors simply because Microsoft only made it on an Intel instruction set and never ported it to the AMD set, but released it to all platforms running Vista.)
The last 2 are driver related. Either the drivers are bad, or the hardware they are referencing is bad in some way. There should have been hex codes with most, if not all, of these blue screens that tell you exactly where to look for the problem (usually in sets of 3 hex codes). Without those, the best anyone can do is spitball and hope it sticks. And with Windows 10, you can not simply "reinstall". You have to completely wipe the installed partition, reset it up, and install Windows 10 fresh when trouble shooting problems from something major like switching processors that have different instruction sets (Yes AMD is Intel BASED, it is NOT 100% Intel instruction sets, that's what based means, they made some changes.) EDIT: Which I see by your last post you're saying you did a fresh install. Your IRQ related Bluescreens were hints towards needing the RMA for future reference at this point.