struct PhysVmo
Defined at line 99 of file ../../zircon/kernel/phys/include/phys/handoff.h
VMOs to publish as is.
Public Members
uintptr_t addr
size_t stream_size
static const size_t kMaxExtraHandoffPhysVmos
Public Methods
std::strong_ordering operator<=> (const PhysVmo & other)
It's useful to normalize VMO order on physical base address for more
readable kernel start-up logging.
Defined at line 106 of file ../../zircon/kernel/phys/include/phys/handoff.h
template <uint64_t PageSize>
size_t SizeBytes ()
The full page-aligned size of the memory.
Defined at line 110 of file ../../zircon/kernel/phys/include/phys/handoff.h
void Log (const char * prefix)
Defined at line 114 of file ../../zircon/kernel/phys/include/phys/handoff.h