PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
space_mapping_t Struct Reference

Helper structure for managing address space mappings. More...

#include <space.h>

Collaboration diagram for space_mapping_t:

Data Fields

void * virtAddr
 
phys_addr_t physAddr
 
size_t pageAmount
 
pml_flags_t flags
 

Detailed Description

Helper structure for managing address space mappings.

Definition at line 214 of file space.h.

Field Documentation

◆ virtAddr

void* space_mapping_t::virtAddr

Definition at line 216 of file space.h.

◆ physAddr

phys_addr_t space_mapping_t::physAddr

Definition at line 217 of file space.h.

◆ pageAmount

size_t space_mapping_t::pageAmount

Definition at line 218 of file space.h.

◆ flags

pml_flags_t space_mapping_t::flags

Definition at line 219 of file space.h.


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