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]
2684 int64_t idcache_line_size; /* The minimum cache line size */ variable3227 idcache_line_size = MIN(dcache_line_size, icache_line_size); in identify_cache()
186 extern int64_t idcache_line_size;