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

/seL4-l4v-10.1.1/seL4/src/arch/x86/kernel/
H A Dxapic.c131 apic_icr1_t icr1; local
134 icr1.words[0] = apic_read_reg(APIC_ICR1);
135 } while (apic_icr1_get_delivery_status(icr1));
155 apic_icr1_t icr1; local
158 icr1.words[0] = apic_read_reg(APIC_ICR1);
159 } while (apic_icr1_get_delivery_status(icr1));

Completed in 42 milliseconds