Searched refs:sc_line_size (Results 1 – 1 of 1) sorted by relevance
89 uint32_t sc_line_size; member111 KASSERT(powerof2(sc->sc_line_size)); in fu540_ccache_cache_wbinv_range()114 const paddr_t spa = rounddown2(pa, sc->sc_line_size); in fu540_ccache_cache_wbinv_range()115 const paddr_t epa = roundup2(pa + len, sc->sc_line_size); in fu540_ccache_cache_wbinv_range()119 for (paddr_t fpa = spa; fpa < epa; fpa += sc->sc_line_size) { in fu540_ccache_cache_wbinv_range()165 &sc->sc_line_size); in fu540_ccache_attach()196 uint32_t ways = sc->sc_size / (sc->sc_sets * sc->sc_line_size); in fu540_ccache_attach()200 sc->sc_level, sc->sc_size / 1024, sc->sc_line_size, ways, in fu540_ccache_attach()