![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
The structure vaddr_range_t represents the mapping between a virtual address range and the starting physical address. More...
#include <elf_loader.h>
Public Attributes | |
| uint64_t | vstart |
| The starting address of the virtual address range. | |
| uint64_t | vend |
| The ending address of the virtual address range. | |
| uint64_t | pstart |
| The starting position of the corresponding physical address. | |
The structure vaddr_range_t represents the mapping between a virtual address range and the starting physical address.
| uint64_t vaddr_range::pstart |
The starting position of the corresponding physical address.
| uint64_t vaddr_range::vend |
The ending address of the virtual address range.
| uint64_t vaddr_range::vstart |
The starting address of the virtual address range.