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

/linux-master/arch/openrisc/include/asm/
H A Dcpuinfo.h22 u32 icache_block_size; member in struct:cpuinfo_or1k
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h79 __u32 icache_block_size; /* L1 i-cache block size */ member in struct:vdso_arch_data
/linux-master/arch/openrisc/kernel/
H A Dsetup.c126 cpuinfo->icache_size, cpuinfo->icache_block_size,
170 cpuinfo->icache_block_size = 16 << ((iccfgr & SPR_ICCFGR_CBS) >> 7);
172 cache_set_size * cpuinfo->icache_ways * cpuinfo->icache_block_size;
329 cpuinfo->icache_block_size);
/linux-master/arch/powerpc/kernel/
H A Dvdso.c359 vdso_data->icache_block_size = ppc64_caches.l1i.block_size;
H A Dasm-offsets.c340 OFFSET(CFG_ICACHE_BLOCKSZ, vdso_arch_data, icache_block_size);

Completed in 193 milliseconds