Home
last modified time | relevance | path

Searched refs:DCACHE_LINE_BYTES (Results 1 – 2 of 2) sorted by relevance

/arch/metag/include/asm/
Dmetag_isa.h20 #define DCACHE_LINE_BYTES 64 macro
/arch/metag/mm/
Dcache.c309 loops = ((int)start & (DCACHE_LINE_BYTES - 1)) + bytes + in metag_data_cache_flush()
310 (DCACHE_LINE_BYTES - 1); in metag_data_cache_flush()