iPXE
|
A segment descriptor. More...
#include <pxe_types.h>
Data Fields | |
SEGSEL_t | segment_address |
Segment selector. More... | |
ADDR32_t | Physical_address |
Segment base address. More... | |
OFF16_t | Seg_size |
Size of the segment. More... | |
A segment descriptor.
Definition at line 117 of file pxe_types.h.
SEGSEL_t s_SEGDESC::segment_address |
Segment selector.
Definition at line 118 of file pxe_types.h.
ADDR32_t s_SEGDESC::Physical_address |
Segment base address.
Definition at line 119 of file pxe_types.h.
OFF16_t s_SEGDESC::Seg_size |
Size of the segment.
Definition at line 120 of file pxe_types.h.