Home
last modified time | relevance | path

Searched defs:aplic_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Daplic.c66 struct aplic_softc { struct
67 device_t dev;
68 struct resource *mem_res;
69 struct resource *irq_res;
70 void *ih;
71 struct aplic_irqsrc isrcs[APLIC_MAX_IRQS + 1];
72 unsigned int hart_indices[MAXCPU];
73 int ndev;