dcache_base        59 arch/microblaze/include/asm/cpuinfo.h 	unsigned long dcache_base;
dcache_base        90 arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c 	CI(dcache_base, DCACHE_BASEADDR);
dcache_base        97 arch/microblaze/kernel/cpu/cpuinfo-static.c 	ci->dcache_base = fcpu(cpu, "d-cache-baseaddr");
dcache_base        38 arch/microblaze/mm/consistent.c #define UNCACHED_SHADOW_MASK (cpuinfo.dcache_high - cpuinfo.dcache_base + 1)
dcache_base        48 arch/microblaze/mm/consistent.c 	if (addr > cpuinfo.dcache_base && addr < cpuinfo.dcache_high)