iPXE
Data Fields
interrupt32_descriptor Struct Reference

A 32-bit interrupt descriptor table entry. More...

#include <librm.h>

Data Fields

uint16_t low
 Low 16 bits of address. More...
 
uint16_t segment
 Code segment. More...
 
uint8_t unused
 Unused. More...
 
uint8_t attr
 Type and attributes. More...
 
uint16_t high
 High 16 bits of address. More...
 

Detailed Description

A 32-bit interrupt descriptor table entry.

Definition at line 314 of file librm.h.

Field Documentation

◆ low

uint16_t interrupt32_descriptor::low

Low 16 bits of address.

Definition at line 316 of file librm.h.

Referenced by set_interrupt_vector().

◆ segment

uint16_t interrupt32_descriptor::segment

Code segment.

Definition at line 318 of file librm.h.

Referenced by set_interrupt_vector().

◆ unused

uint8_t interrupt32_descriptor::unused

Unused.

Definition at line 320 of file librm.h.

◆ attr

uint8_t interrupt32_descriptor::attr

Type and attributes.

Definition at line 322 of file librm.h.

Referenced by set_interrupt_vector().

◆ high

uint16_t interrupt32_descriptor::high

High 16 bits of address.

Definition at line 324 of file librm.h.

Referenced by set_interrupt_vector().


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