Expand description
Physical and virtual addresses manipulation for 64-bit RISC-V
Structs§
- Phys
Addr - A physical memory address.
- Phys
Addr NotValid - A passed
u64
was not a valid physical address. - Virt
Addr - A virtual memory address on
riscv64
. - Virt
Addr NotValid - An invalid virtual address.
Constants§
- BASE_
PAGE_ SIZE - Size of a base page (4 KiB)
- GIGA_
PAGE_ SIZE - Size of a giga page (1 GiB)
- MEGA_
PAGE_ SIZE - Size of a mega page (2 MiB)
- TERA_
PAGE_ SIZE - Size of a tera page (512 GiB)