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

/fuchsia/zircon/kernel/arch/x86/
H A Dioapic.cpp73 uint8_t max_redirection_entry; member in struct:io_apic
154 apic->max_redirection_entry = IO_APIC_VER_MAX_REDIR_ENTRY(ver);
156 if (apic->max_redirection_entry > IO_APIC_NUM_REDIRECTIONS - 1) {
159 apic->max_redirection_entry = IO_APIC_NUM_REDIRECTIONS - 1;
163 for (unsigned int j = 0; j <= apic->max_redirection_entry; ++j) {
182 uint32_t end = start + io_apics[i].max_redirection_entry;
226 ASSERT(offset <= io_apic->max_redirection_entry);
243 ASSERT(offset <= io_apic->max_redirection_entry);
429 for (uint8_t j = 0; j <= apic->max_redirection_entry; ++j) {
442 for (uint8_t j = 0; j <= apic->max_redirection_entry;
[all...]

Completed in 66 milliseconds