class IdentityPageAllocator
Defined at line 92 of file ../../zircon/kernel/lib/syscalls/system.cc
Public Methods
void IdentityPageAllocator (uintptr_t alloc_start)
Defined at line 94 of file ../../zircon/kernel/lib/syscalls/system.cc
void ~IdentityPageAllocator ()
Defined at line 95 of file ../../zircon/kernel/lib/syscalls/system.cc
zx_status_t Allocate (void ** result)
Allocates a page of memory that has the same physical and virtual
addresses.
Defined at line 172 of file ../../zircon/kernel/lib/syscalls/system.cc
void Activate ()
Activate the 1:1 address space. P
Defined at line 225 of file ../../zircon/kernel/lib/syscalls/system.cc