Home
last modified time | relevance | path

Searched refs:ccache_va (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/riscv/sifive/
H A Dsifive_ccache.c60 *(volatile uint64_t *)((uintptr_t)ccache_va + (offset)) = (value)
71 static void *ccache_va = NULL; variable
89 if (ccache_va == NULL || len == 0) in ccache_flush_range()
156 ccache_va = rman_get_virtual(sc->res); in ccache_attach()