Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/include/
H A Dcache_sh3.h74 #define CCA_U 0x00000002 macro
119 ~(CCA_U | CCA_V); \
133 ~(CCA_U | CCA_V); \
/openbsd/sys/arch/sh/sh/
H A Dcache_sh3.c187 cache_sh3_op_8lines_16_nway(sh_cache_ways, va, CCA_U | CCA_V); in sh3_cache_wbinv_all()
198 cache_sh3_op_8lines_16_nway(sh_cache_ways, va, CCA_U | CCA_V); in sh3_cache_wbinv_range_index()
203 cache_sh3_op_line_16_nway(sh_cache_ways, va, CCA_U | CCA_V); in sh3_cache_wbinv_range_index()
H A Ddb_interface.c446 ON(r, CCA_U), ON(r, CCA_V)); in __db_cachedump_sh3()