HomeSort by: relevance | last modified time | path
    Searched refs:sh_cache_write_through_p1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sh3/sh3/
cache.c 65 int sh_cache_write_through_p1; variable in typeref:typename:int
146 sh_cache_write_through_p1 ? "through" : "back");
cache_sh3.c 92 sh_cache_write_through_p1 = !(r & SH3_CCR_CB);
94 sh_cache_write_through_p1;
cache_sh4.c 151 sh_cache_write_through_p1 = !(r & SH4_CCR_CB);
153 sh_cache_write_through_p1;
  /src/sys/arch/sh3/include/
cache.h 135 extern int sh_cache_write_through_p1;

Completed in 12 milliseconds