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