SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
vaddr_range Struct Reference

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.
 

Detailed Description

The structure vaddr_range_t represents the mapping between a virtual address range and the starting physical address.

Member Data Documentation

◆ pstart

uint64_t vaddr_range::pstart

The starting position of the corresponding physical address.

◆ vend

uint64_t vaddr_range::vend

The ending address of the virtual address range.

◆ vstart

uint64_t vaddr_range::vstart

The starting address of the virtual address range.


The documentation for this struct was generated from the following file: