Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dcache_octeon.c65 cache_octeon_invalidate(CACHEOP_OCTEON_INV_ALL | CACHE_OCTEON_D); in octeon_pdcache_inv_all()
75 cache_octeon_invalidate(CACHEOP_OCTEON_INV_ALL | CACHE_OCTEON_D); in octeon_pdcache_inv_range()
85 cache_octeon_invalidate(CACHEOP_OCTEON_INV_ALL | CACHE_OCTEON_D); in octeon_pdcache_inv_range_index()
/netbsd-src/sys/arch/mips/include/
H A Dcache_octeon.h49 #define cache_octeon_invalidate(op) \ macro