Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sh3/sh3/
H A Dcache.c64 int sh_cache_write_through_p0_u0_p3; variable
145 sh_cache_write_through_p0_u0_p3 ? "through" : "back", in sh_cache_information()
H A Dcache_sh3.c91 sh_cache_write_through_p0_u0_p3 = r & SH3_CCR_WT; in sh3_cache_config()
93 sh_cache_write_through = sh_cache_write_through_p0_u0_p3 && in sh3_cache_config()
H A Dcache_sh4.c150 sh_cache_write_through_p0_u0_p3 = (r & SH4_CCR_WT); in sh4_cache_config()
152 sh_cache_write_through = sh_cache_write_through_p0_u0_p3 && in sh4_cache_config()
/netbsd-src/sys/arch/sh3/include/
H A Dcache.h134 extern int sh_cache_write_through_p0_u0_p3;