Searched refs:idt_entry (Results 1 – 2 of 2) sorted by relevance
157 struct idt_entry { struct170 struct idt_entry idt[256] __aligned(16); argument
1132 struct idt_entry { struct1148 struct idt_entry *base = in set_idt_entry() argument1149 (struct idt_entry *)addr_gva2hva(vm, vm->idt); in set_idt_entry()1150 struct idt_entry *e = &base[vector]; in set_idt_entry()1200 sregs.idt.limit = NUM_INTERRUPTS * sizeof(struct idt_entry) - 1; in vcpu_init_descriptor_tables()