Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sh3/include/
Dcache_sh4.h42 #define SH4_DCACHE_SIZE 16384 macro
105 for (__e = 0; __e < (SH4_DCACHE_SIZE / SH4_CACHE_LINESZ); __e++) {\
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/cpu/
D7750.h40 for (__e = 0; __e < (SH4_DCACHE_SIZE / SH4_CACHE_LINESZ); __e++) {\
Dsh4.h58 #define SH4_DCACHE_SIZE 16384 macro
/netbsd/src/sys/arch/sh3/sh3/
Dcache_sh4.c93 dcache_size = SH4_DCACHE_SIZE; in sh4_cache_config()
298 vaddr_t eva = SH4_DCACHE_SIZE; in sh4_dcache_wbinv_all()