MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pl310_drain_writebuf

Function pl310_drain_writebuf

freebsd/arm/arm/pl310.c:393–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393static void
394pl310_drain_writebuf(void)
395{
396
397 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled)
398 return;
399
400 PL310_LOCK(pl310_softc);
401 pl310_cache_sync();
402 PL310_UNLOCK(pl310_softc);
403}
404
405static void
406pl310_set_way_sizes(struct pl310_softc *sc)

Callers

nothing calls this directly

Calls 1

pl310_cache_syncFunction · 0.85

Tested by

no test coverage detected