class IdentityPageAllocator
Defined at line 91 of file ../../zircon/kernel/lib/syscalls/system.cc
Public Methods
void IdentityPageAllocator (uintptr_t alloc_start)
Defined at line 93 of file ../../zircon/kernel/lib/syscalls/system.cc
void ~IdentityPageAllocator ()
Defined at line 94 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 171 of file ../../zircon/kernel/lib/syscalls/system.cc
void Activate ()
Activate the 1:1 address space. P
Defined at line 224 of file ../../zircon/kernel/lib/syscalls/system.cc