Expand description
Implements a VtlMemoryProtection guard that can be used to temporarily allow access to pages that were previously protected.
Structsยง
- A DMA buffer where permissions of the pages have been lowered to allow access to all VTLs.
- A
DmaClient
wrapper that will lower the VTL permissions of the page on the allocated memory block.