const LOG_MAPPABLE_BYTES: usize = 48;
Expand description
Logarithm of the address space size that TwoLevelStateStorage
is able to handle.
This is enough for ARM64, x86_64 and some other architectures.
Feel free to increase it if we plan to support larger address spaces.