60 uint64_t virtual_address_;
61 uint64_t page_directory_;
Common base class for memory exceptions.
Definition MemoryException.hh:28
Thrown when translating a guest virtual address is marked as not present.
Definition VirtualAddressNotPresentException.hh:31
uint64_t page_directory() const
Get the page directory in use.
uint64_t virtual_address() const
Get the guest virtual address that was marked as not present.
VirtualAddressNotPresentException(VirtualAddressNotPresentException &&) noexcept
VirtualAddressNotPresentException(uint64_t virtual_address, uint64_t page_directory)
Construct a new Virtual Address Not Present Exception object.
Core IntroVirt classes.
Definition Cr0.hh:20