Searched refs:sc_its_cmd_base (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/arm64/arm64/
H A Dgicv3_its.c242 struct its_cmd *sc_its_cmd_base; /* Command circular buffer address */ member in struct:gicv3_its_softc
353 sc->sc_its_cmd_base = contigmalloc(ITS_CMDQ_SIZE, M_GICV3_ITS,
357 cmd_paddr = vtophys(sc->sc_its_cmd_base);
1295 off = (cmd - sc->sc_its_cmd_base) * sizeof(*cmd);
1367 cmd = &sc->sc_its_cmd_base[sc->sc_its_cmd_next_idx];
1492 cmd_write = &sc->sc_its_cmd_base[sc->sc_its_cmd_next_idx];

Completed in 199 milliseconds