Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/sh/
H A Dcache.c59 int sh_cache_write_through_p0_u0_p3; variable
135 sh_cache_write_through_p0_u0_p3 ? "through" : "back", in sh_cache_information()
H A Dcache_sh3.c85 sh_cache_write_through_p0_u0_p3 = r & SH3_CCR_WT; in sh3_cache_config()
87 sh_cache_write_through = sh_cache_write_through_p0_u0_p3 && in sh3_cache_config()
H A Dcache_sh4.c133 sh_cache_write_through_p0_u0_p3 = (r & SH4_CCR_WT); in sh4_cache_config()
135 sh_cache_write_through = sh_cache_write_through_p0_u0_p3 && in sh4_cache_config()
/openbsd/sys/arch/sh/include/
H A Dcache.h135 extern int sh_cache_write_through_p0_u0_p3;