struct PhysVmar
Defined at line 239 of file ../../zircon/kernel/phys/include/phys/handoff.h
The virtual address range intended to be occupied only by an associated,
logical grouping of mappings, to be realized as a proper VMAR during VM
initialization.
Public Members
uintptr_t base
size_t size
PhysHandoffSpan mappings
Public Methods
bool operator== (const PhysVmar & other)
Defined at line 242 of file ../../zircon/kernel/phys/include/phys/handoff.h
std::strong_ordering operator<=> (const PhysVmar & other)
It's useful to normalize VMAR order on base address for more readable
kernel start-up logging.
Defined at line 246 of file ../../zircon/kernel/phys/include/phys/handoff.h
uintptr_t end ()
Defined at line 248 of file ../../zircon/kernel/phys/include/phys/handoff.h
PhysMapping::Permissions permissions ()
The union/OR-ing of all associated mapping permissions.
Defined at line 252 of file ../../zircon/kernel/phys/include/phys/handoff.h
void Log (const char * prefix)
Defined at line 261 of file ../../zircon/kernel/phys/include/phys/handoff.h