Lines Matching defs:interrupt

67     uint32_t interrupt);
84 boolean_t proxy_installed; /* CBE proxy interrupt setup */
284 * LAPIC Timers. Get a free HPET timer that supports I/O APIC routed interrupt.
285 * Setup data to handle the timer's ISR, and add the timer's interrupt.
287 * The ddi cannot be use to allocate the HPET timer's interrupt.
289 * to handle the HPET timer's interrupt.
306 cmn_err(CE_WARN, "!hpet_acpi: install interrupt failed.");
315 * Avoid a possibly stuck interrupt by programing the HPET's timer here
316 * before the I/O APIC is programmed to handle this interrupt.
347 * Remove the interrupt that was added with add_avintr() in
606 * Add the interrupt handler for I/O APIC interrupt number (interrupt line).
676 * Setup timer N to route its interrupt to I/O APIC.
679 hpet_timer_set_up(hpet_info_t *hip, uint32_t timer_n, uint32_t interrupt)
686 * Caller is required to verify this interrupt route is supported.
688 ASSERT(HPET_TIMER_N_INT_ROUTE_CAP(conf) & (1 << interrupt));
691 conf |= HPET_TIMER_N_INT_ROUTE_SHIFT(interrupt);
702 * The programmed timer interrupt may occur before this function returns.
704 * guarantee the interrupt is handled after this function returns.
707 * The interrupt was programmed, but it may fire before this returns.
772 * hpet_state.proxy_installed. hpet_info contains the proxy interrupt HPET
914 * and finally disable the HPET interrupt-generating timer.
1016 * We are using a level-triggered interrupt.
1029 * will not be set by hardware until after timer interrupt generation
1032 * data structures required to handle this interrupt are initialized.
1071 * Used when disabling the HPET Timer interrupt. CPUs in Deep C-state must be
1095 * generate its next interrupt to happen at required_wakeup_time or sooner.
1096 * Returns B_TRUE if the HPET was programmed to interrupt by
1144 * Disabling the HPET's timer interrupt requires a
1150 * We assume one spurious interrupt in a little over an
1231 * to interrupt the CPU and when this CPU enters an idle state.
1308 * expire time before us. The next HPET interrupt has been programmed