Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sh3/include/ | |
cache.h | 153 #define sh_cache_indexof(x) (sh_cache_alias_mask & (x)) macro |
/src/sys/arch/sh3/sh3/ | |
pmap.c | 489 if (sh_cache_indexof(va) != 490 sh_cache_indexof(pv->pv_va)) { |