Searched refs:init_cache_info (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c550 static void __init init_cache_info(struct ppc_cache_info *info, u32 size, u32 lsize, function
623 init_cache_info(info, size, lsize, bsize, sets);
643 init_cache_info(&ppc64_caches.l1i, 0x8000, 128, 128, 32);
644 init_cache_info(&ppc64_caches.l1d, 0x10000, 128, 128, 64);
645 init_cache_info(&ppc64_caches.l2, 0x80000, 128, 0, 512);
646 init_cache_info(&ppc64_caches.l3, 0x800000, 128, 0, 8192);

Completed in 105 milliseconds