class IdentityPageAllocator

Defined at line 96 of file ../../zircon/kernel/lib/syscalls/system.cc

Public Methods

void IdentityPageAllocator (uintptr_t alloc_start)

Defined at line 98 of file ../../zircon/kernel/lib/syscalls/system.cc

void ~IdentityPageAllocator ()

Defined at line 101 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 182 of file ../../zircon/kernel/lib/syscalls/system.cc

void Activate ()

Activate the 1:1 address space. P

Defined at line 235 of file ../../zircon/kernel/lib/syscalls/system.cc