Home
last modified time | relevance | path

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

/openbsd/sys/arch/mips64/include/
H A Dsysarch.h38 #define BCACHE (ICACHE | DCACHE) macro
/openbsd/sys/arch/mips64/mips64/
H A Dsys_machdep.c102 if ((cfa->which & BCACHE) != cfa->which) in mips64_cacheflush()
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dclear_cache.c116 cacheflush(start, end_int - start_int, BCACHE); in __clear_cache()