Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-mips/asm/
Dcpu-features.h119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
Dcpu-info.h54 struct cache_desc dcache; member