Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sh3/sh3/
H A Dcache.c65 int sh_cache_write_through_p1; variable
146 sh_cache_write_through_p1 ? "through" : "back"); in sh_cache_information()
H A Dcache_sh3.c92 sh_cache_write_through_p1 = !(r & SH3_CCR_CB); in sh3_cache_config()
94 sh_cache_write_through_p1; in sh3_cache_config()
H A Dcache_sh4.c151 sh_cache_write_through_p1 = !(r & SH4_CCR_CB); in sh4_cache_config()
153 sh_cache_write_through_p1; in sh4_cache_config()
/netbsd-src/sys/arch/sh3/include/
H A Dcache.h135 extern int sh_cache_write_through_p1;