The problem in all these dumps would appear to be your Nvidia graphics driver (nvlddmkm.sys). You can see it being called in the stack trace immediately before the page fault...
Code:
07 ffffed81`f98161c0 fffff800`a9517b7b nt!KiPageFault+0x43d
08 ffffed81`f9816350 ffffed81`f9816470 nvlddmkm+0x4b7b7b
09 ffffed81`f9816358 00000000`00000000 0xffffed81`f9816470
In the context record in the dump you can see nvlddmkm.sys trying to read an invalid memory address (indicated by the ??????) and that's why you had a BSOD...
Code:
nvlddmkm+0x4b7b7b:
fffff800`a9517b7b 488b88f8190000 mov rcx,qword ptr [rax+19F8h] ds:002b:00000000`000019f8=????????????????
I can see that you updated the graphics driver recently because it's dated 24th Feb...
Code:
3: kd> lmDvmnvlddmkm
Browse full module list
start end module name
fffff800`a9060000 fffff800`ac8f4000 nvlddmkm T (no symbols)
Loaded symbol image file: nvlddmkm.sys
Image path: \SystemRoot\System32\DriverStore\FileRepository\nvami.inf_amd64_31d22b1b18d1e932\nvlddmkm.sys
Image name: nvlddmkm.sys
Browse all global symbols functions data
Timestamp: Fri Feb 24 23:47:28 2023 (63F93070)
CheckSum: 03791CAC
ImageSize: 03894000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Information from resource tables:
I can also see that this is an Asus laptop, so did you update the graphics driver from the Nvidia website? With laptops it's wiser to only use updates provided by the laptop vendor's website, because on laptops the graphics drivers are often customised to help with battery life.
You don't say whether your laptop is an A590JA, A509JP, or an A509JB, but there have been no recent graphics driver updates for any of those. I would suggest that you visit the
Asus download site and download the graphics driver for your model from there. I would then suggest you download
DDU and use that to remove the current graphics driver. After DDU has rebooted the laptop install the Asus driver you downloaded.