Home
last modified time | relevance | path

Searched refs:ioapic_first_index (Results 1 – 1 of 1) sorted by relevance

/minix/minix/kernel/arch/i386/
H A Dmemory.c736 ioapic_first_index = -1, variable
773 ioapic_first_index = freeidx; in arch_phys_map()
824 else if (ioapic_enabled && index >= ioapic_first_index && index <= ioapic_last_index) { in arch_phys_map()
825 int ioapic_idx = index - ioapic_first_index; in arch_phys_map()
855 else if (ioapic_enabled && index >= ioapic_first_index && in arch_phys_map_reply()
857 int i = index - ioapic_first_index; in arch_phys_map_reply()