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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/cpu/
H A Dcache.c315 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc);
318 i += cpuinfo.dcache_line_length)
337 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc);
340 i += cpuinfo.dcache_line_length)
355 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc)
358 i += cpuinfo.dcache_line_length)
371 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length,
375 i += cpuinfo.dcache_line_length)
391 cpuinfo.dcache_line_length, cpuinfo.dcache_size);
393 CACHE_RANGE_LOOP_2(start, end, cpuinfo.dcache_line_length, wd
[all...]
H A Dcpuinfo-static.c89 ci->dcache_line_length = fcpu(cpu, "xlnx,dcache-line-len") << 2;
90 if (!ci->dcache_line_length) {
92 ci->dcache_line_length = 4 << 2;
94 ci->dcache_line_length = 1 << 2;
H A Dcpuinfo-pvr-full.c87 ci->dcache_line_length = PVR_DCACHE_LINE_LEN(pvr) << 2;
H A Dmb.c111 cpuinfo.dcache_line_length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dcpuinfo.h54 u32 dcache_line_length; member in struct:cpuinfo

Completed in 73 milliseconds