Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sh3/include/
H A Dcache_sh4.h89 #define CCDA_U 0x00000002 macro
107 (*(volatile uint32_t *)__a) &= ~(CCDA_U | CCDA_V); \
123 (*(volatile uint32_t *)__a) &= ~(CCDA_U | CCDA_V); \
/netbsd-src/sys/arch/sh3/sh3/
H A Dcache_sh4.c303 (CCDA_U | CCDA_V)); in sh4_dcache_wbinv_all()
331 (CCDA_U | CCDA_V)); in sh4_dcache_wbinv_range_index()
337 (CCDA_U | CCDA_V)); in sh4_dcache_wbinv_range_index()
479 (CCDA_U | CCDA_V), 14); in sh4_emode_dcache_wbinv_all()
492 (CCDA_U | CCDA_V), 14); in sh4_emode_dcache_wbinv_range_index()
498 (CCDA_U | CCDA_V), 14); in sh4_emode_dcache_wbinv_range_index()
H A Ddb_interface.c567 db_printf("%08x %c%c ", r & CCDA_TAGADDR_MASK, ON(r, CCDA_U), in __db_cachedump_sh4()
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/cpu/
H A D7750.h42 VOLATILE_REF(__a) &= ~(CCDA_U | CCDA_V); \
H A Dsh4.h101 #define CCDA_U 0x00000002 macro