template <typename MemoryType, auto& DefaultMemoryValue = kDefaultConstructedValue<MemoryType>>

struct PagingSettings

Defined at line 45 of file ../../zircon/kernel/lib/arch/include/lib/arch/paging.h

See ExamplePagingTraits::PagingSettings below.

Public Members

uint64_t address
bool present
bool terminal
AccessPermissions access
MemoryType memory
bool global
static const MemoryType kDefaultMemory