Searched refs:idcache_line_size (Results 1 – 3 of 3) sorted by relevance
60 adrp x3, idcache_line_size /* Load the I & D cache line size */61 ldr x3, [x3, :lo12:idcache_line_size]
2756 int64_t idcache_line_size; /* The minimum cache line size */ variable3322 idcache_line_size = MIN(dcache_line_size, icache_line_size); in identify_cache()
193 extern int64_t idcache_line_size;