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

  /src/sys/arch/arm/cortex/
pl310.c 59 struct evcnt sc_ev_wb; member in struct:arml2cc_softc
65 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wb.ev_count) % 8 == 0);
153 evcnt_attach_dynamic(&sc->sc_ev_wb, EVCNT_TYPE_MISC, NULL,
325 atomic_inc_64(&arml2cc_sc->sc_ev_wb.ev_count);
pl310.c 59 struct evcnt sc_ev_wb; member in struct:arml2cc_softc
65 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wb.ev_count) % 8 == 0);
153 evcnt_attach_dynamic(&sc->sc_ev_wb, EVCNT_TYPE_MISC, NULL,
325 atomic_inc_64(&arml2cc_sc->sc_ev_wb.ev_count);

Completed in 23 milliseconds