Searched refs:idcache_line_size (Results 1 – 3 of 3) sorted by relevance
39 extern int64_t idcache_line_size;
52 ldr x3, =idcache_line_size /* Load the I & D cache line size */
755 int64_t idcache_line_size; /* The minimum cache line size */ variable776 idcache_line_size = MIN(dcache_line_size, icache_line_size); in cache_setup()