Home
last modified time | relevance | path

Searched defs:idt_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c156 struct idt_entry { struct
169 struct idt_entry idt[256] __aligned(16); argument
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1075 struct idt_entry { struct
1076 uint16_t offset0;
1077 uint16_t selector;
1078 uint16_t ist : 3;
1080 uint16_t type : 4;
1082 uint16_t dpl : 2;
1083 uint16_t p : 1;
1084 uint16_t offset1;
1085 uint32_t offset2; uint32_t reserved;