struct MapError
Defined at line 300 of file ../../zircon/kernel/lib/arch/include/lib/arch/paging.h
A mapping error, returned by the mapping utilities below.
Public Members
uint64_t paddr
uint64_t vaddr
Type type
Enumerations
enum class Type
| Name | Value | Comments |
|---|---|---|
| kUnknown | 0 |
An unknown error, given to a default-constructed error. |
| kAllocationFailure | 1 |
The allocation of a page table was unsuccessful. |
| kAlreadyMapped | 2 |
An attempt was made to map a previously-mapped virtual address. |
Defined at line 301 of file ../../zircon/kernel/lib/arch/include/lib/arch/paging.h