Home
last modified time | relevance | path

Searched refs:plic_intrhand (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/arch/riscv64/dev/
H A Dplic.c70 struct plic_intrhand { struct
71 TAILQ_ENTRY(plic_intrhand) ih_list; /* link on intrq list */
88 TAILQ_HEAD(, plic_intrhand) is_list; /* handler list */ argument
360 struct plic_intrhand *ih; in plic_irq_dispatch()
409 struct plic_intrhand *ih; in plic_intr_establish()
457 struct plic_intrhand *ih = cookie; in plic_intr_disestablish()
476 struct plic_intrhand *ih = cookie; in plic_intr_route()
492 struct plic_intrhand *ih = cookie; in plic_intr_barrier()
579 struct plic_intrhand *ih; in plic_calc_mask()