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

  /src/sys/arch/hppa/dev/
apic.c 65 struct apic_iv { struct
70 struct apic_iv *next;
75 struct apic_iv *apic_intr_list[CPU_NINTS];
163 struct apic_iv *aiv, *biv;
173 aiv = kmem_alloc(sizeof(struct apic_iv), KM_SLEEP);
236 struct apic_iv *iv = v;
apic.c 65 struct apic_iv { struct
70 struct apic_iv *next;
75 struct apic_iv *apic_intr_list[CPU_NINTS];
163 struct apic_iv *aiv, *biv;
173 aiv = kmem_alloc(sizeof(struct apic_iv), KM_SLEEP);
236 struct apic_iv *iv = v;

Completed in 263 milliseconds