HomeSort by: relevance | last modified time | path
    Searched defs:is_ist (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/booke/
e500_intr.c 89 uint8_t is_ist; member in struct:intr_source
100 .is_irq = -1, .is_ipl = IPL_NONE, .is_ist = IST_NONE, \
762 if (is->is_ist != IST_IPI ||
765 is->is_ist != ist ||
776 is->is_ist = ist;
868 is->is_ist, &ii);
1009 void *arg = (is->is_ist == IST_TIMER ? tf : is->is_arg);
1467 if (is->is_ipl != IPL_NONE && !IST_PERCPU_P(is->is_ist)) {
1469 is->is_ist, &ii)) {
1509 if (!e500_intr_irq_info_get(ci, is->is_irq, is->is_ipl, is->is_ist,
    [all...]
e500_intr.c 89 uint8_t is_ist; member in struct:intr_source
100 .is_irq = -1, .is_ipl = IPL_NONE, .is_ist = IST_NONE, \
762 if (is->is_ist != IST_IPI ||
765 is->is_ist != ist ||
776 is->is_ist = ist;
868 is->is_ist, &ii);
1009 void *arg = (is->is_ist == IST_TIMER ? tf : is->is_arg);
1467 if (is->is_ipl != IPL_NONE && !IST_PERCPU_P(is->is_ist)) {
1469 is->is_ist, &ii)) {
1509 if (!e500_intr_irq_info_get(ci, is->is_irq, is->is_ipl, is->is_ist,
    [all...]

Completed in 27 milliseconds