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 Type
| Name | Value |
|---|---|
| kUnknown | 0 |
| kAllocationFailure | 1 |
| kAlreadyMapped | 2 |
Defined at line 301 of file ../../zircon/kernel/lib/arch/include/lib/arch/paging.h