This crash happened because the system decremented the number of pte's in a page table, but the number was already 0 so there was an underflow to ffff, causing the bugcheck.
Driver verifier should be enabled doing DMA validation, as well as some memory manager changes so that the memory manager checks that a page is still zero before going to use a page from the zeroed list, to catch this:
Code:
Key: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Value: PageValidationFrequency
Type: REG_DWORD
Data: 1
Key: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Value: PageValidationAction
Type: REG_DWORD
Data: 1
Key: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Value: VerifyMode
Type: REG_DWORD
Data: 2
Open a command prompt, and type "verifier /flags 0x80 /all", and then reboot.
If you start getting bugchecks after that, post them here - I am pretty certain this is going to be a hardware problem, but a PAGE_NOT_ZERO bugcheck would tell us for certain one way or the other if we can capture it.