Iros
 
Loading...
Searching...
No Matches
physical_address.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/util/prelude.h"
4
5namespace iris::mm {
7 using Type = uptr;
8
9 constexpr static bool format_as_pointer = true;
10};
11
13}
Definition strong_int.h:44
uintptr_t uptr
Definition integers.h:36
Definition address_space.cpp:20
di::StrongInt< PhysicalAddressTag > PhysicalAddress
Definition physical_address.h:12
Definition physical_address.h:6
uptr Type
Definition physical_address.h:7
static constexpr bool format_as_pointer
Definition physical_address.h:9