Searched refs:sc_line_size (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/riscv/sifive/
H A Dfu540_ccache.c89 uint32_t sc_line_size; member in struct:fu540_ccache_softc
111 KASSERT(powerof2(sc->sc_line_size));
114 const paddr_t spa = rounddown2(pa, sc->sc_line_size);
115 const paddr_t epa = roundup2(pa + len, sc->sc_line_size);
119 for (paddr_t fpa = spa; fpa < epa; fpa += sc->sc_line_size) {
165 &sc->sc_line_size);
196 uint32_t ways = sc->sc_size / (sc->sc_sets * sc->sc_line_size);
200 sc->sc_level, sc->sc_size / 1024, sc->sc_line_size, ways,

Completed in 84 milliseconds