|
virtual bool | trap (InterruptState &state, uintptr_t address, bool bIsWrite)=0 |
|
Definition at line 32 of file PageFaultHandler.h.
virtual bool MemoryTrapHandler::trap |
( |
InterruptState & |
state, |
|
|
uintptr_t |
address, |
|
|
bool |
bIsWrite |
|
) |
| |
|
pure virtual |
Trap event handler.
- Parameters
-
address | The address of the trap. |
bIsWrite | True if the trap was caused by a write, false if by a read. |
- Returns
- True if the trap was handled successfully (and the handler can return), or false if another handler needs to be tried.
Implemented in MemoryMapManager, and DLTrapHandler.
The documentation for this class was generated from the following files: