Home
last modified time | relevance | path

Searched refs:dcache_wb (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c89 if (ci->dcache_wb != temp) in set_cpuinfo_pvr_full()
91 ci->dcache_wb = temp; in set_cpuinfo_pvr_full()
H A Dmb.c113 if (cpuinfo.dcache_wb) in show_cpuinfo()
H A Dcpuinfo-static.c99 ci->dcache_wb = fcpu(cpu, "xlnx,dcache-use-writeback"); in set_cpuinfo_static()
H A Dcache.c612 if (cpuinfo.dcache_wb) { in microblaze_cache_init()
629 if (cpuinfo.dcache_wb) { in microblaze_cache_init()
/openbmc/linux/arch/microblaze/include/asm/
H A Dcpuinfo.h55 u32 dcache_wb; member