struct PhysElfImage

Defined at line 280 of file ../../zircon/kernel/phys/include/phys/handoff.h

This combines a PhysVmo containing an ELF image with information on how to

perform ELF loading for it. The PhysVmar is repurposed to describe a VMAR

that should be created at an arbitrary address (its .base is always 0). The

mappings within use vaddr relative to that base, and each PhysMapping::paddr

is in fact an offset into the VMO rather than a physical address.

Public Members

PhysVmo vmo
PhysVmar vmar
Info info
static const uintptr_t kZeroFill

Records