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