|
iPXE
|
A 64-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 | mid |
| Middle 16 bits of address. More... | |
| uint32_t | high |
| High 32 bits of address. More... | |
| uint32_t | reserved |
| Reserved. More... | |
| uint16_t interrupt64_descriptor::low |
Low 16 bits of address.
Definition at line 216 of file librm.h.
Referenced by set_interrupt_vector().
| uint16_t interrupt64_descriptor::segment |
| uint8_t interrupt64_descriptor::attr |
| uint16_t interrupt64_descriptor::mid |
Middle 16 bits of address.
Definition at line 224 of file librm.h.
Referenced by set_interrupt_vector().
| uint32_t interrupt64_descriptor::high |
High 32 bits of address.
Definition at line 226 of file librm.h.
Referenced by set_interrupt_vector().
1.8.15