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

  /src/sys/arch/sh3/sh3/
cache_sh3.c 54 int sh_cache_entry_mask; variable in typeref:typename:int
111 sh_cache_entry_mask = (sh_cache_way_size - 1) & ~15/*line-mask*/;
148 va &= sh_cache_entry_mask;
170 va &= sh_cache_entry_mask;
223 cca = SH3_CCA | CCA_A | (va & sh_cache_entry_mask);
db_interface.c 512 sh_cache_way_shift, sh_cache_entry_mask, sh_cache_line_size);
515 entry = va & sh_cache_entry_mask;
  /src/sys/arch/sh3/include/
cache.h 145 extern int sh_cache_entry_mask;

Completed in 14 milliseconds