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

Memory Descriptor List Segment structure. More...

#include <mdl.h>

Collaboration diagram for mdl_seg_t:

Data Fields

pfn_t pfn
 Page frame number.
 
uint32_t size
 Size of the segment in bytes.
 
uint32_t offset
 Offset in bytes within the first page.
 

Detailed Description

Memory Descriptor List Segment structure.

Definition at line 43 of file mdl.h.

Field Documentation

◆ pfn

pfn_t mdl_seg_t::pfn

Page frame number.

Definition at line 45 of file mdl.h.

◆ size

uint32_t mdl_seg_t::size

Size of the segment in bytes.

Definition at line 46 of file mdl.h.

◆ offset

uint32_t mdl_seg_t::offset

Offset in bytes within the first page.

Definition at line 47 of file mdl.h.


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