Searched refs:IO_APIC_NUM_REDIRECTIONS (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dioapic.cpp60 #define IO_APIC_NUM_REDIRECTIONS 120 macro
76 uint64_t saved_rtes[IO_APIC_NUM_REDIRECTIONS];
156 if (apic->max_redirection_entry > IO_APIC_NUM_REDIRECTIONS - 1) {
159 apic->max_redirection_entry = IO_APIC_NUM_REDIRECTIONS - 1;

Completed in 20 milliseconds