|
iPXE
|
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... | |
| uint16_t interrupt32_descriptor::low |
Low 16 bits of address.
Definition at line 202 of file librm.h.
Referenced by set_interrupt_vector().
| uint16_t interrupt32_descriptor::segment |
| uint8_t interrupt32_descriptor::attr |
| uint16_t interrupt32_descriptor::high |
High 16 bits of address.
Definition at line 210 of file librm.h.
Referenced by set_interrupt_vector().
1.8.15