class PhysMemReader
Defined at line 99 of file ../../zircon/kernel/lib/acpi_lite/include/lib/acpi_lite.h
A PhysMemReader translates physical addresses (such as those in the ACPI tables and the RSDT
itself) into pointers directly readable by the acpi_lite library.
Public Methods
zx::result<const void *> PhysToPtr (uintptr_t phys, size_t length)
zx::result<const void *> PhysToPtr (uintptr_t phys, size_t length)
zx::result<const void *> PhysToPtr (uintptr_t phys, size_t length)
void ~PhysMemReader ()
Defined at line 101 of file ../../zircon/kernel/lib/acpi_lite/include/lib/acpi_lite.h