Searched refs:NUM_INTERRUPTS (Results 1 – 1 of 1) sorted by relevance
12 #ifndef NUM_INTERRUPTS13 #define NUM_INTERRUPTS 256 macro1138 for (i = 0; i < NUM_INTERRUPTS; i++) in vm_init_descriptor_tables()1150 sregs.idt.limit = NUM_INTERRUPTS * sizeof(struct idt_entry) - 1; in vcpu_init_descriptor_tables()