Home
last modified time | relevance | path

Searched refs:entry_shift (Results 1 – 10 of 10) sorted by relevance

/arch/sh/kernel/cpu/sh2/
A Dprobe.c37 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
58 boot_cpu_data.dcache.entry_shift = 5; in cpu_probe()
/arch/sh/kernel/cpu/sh4/
A Dprobe.c36 boot_cpu_data.icache.entry_shift = 5; in cpu_probe()
45 boot_cpu_data.dcache.entry_shift = 5; in cpu_probe()
243 boot_cpu_data.scache.entry_shift = 5; in cpu_probe()
/arch/sh/include/asm/
A Dcache.h38 unsigned int entry_shift; member
/arch/sh/mm/
A Dcache-sh7705.c37 waysize <<= current_cpu_data.dcache.entry_shift; in cache_wback_all()
105 waysize <<= current_cpu_data.dcache.entry_shift; in __flush_dcache_page()
A Dcache-debugfs.c64 waysize <<= cache->entry_shift; in cache_debugfs_show()
A Dcache-sh4.c165 current_cpu_data.dcache.entry_shift) * in flush_dcache_all()
168 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all()
A Dcache.c258 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); in compute_alias()
/arch/sh/kernel/cpu/sh2a/
A Dprobe.c46 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
/arch/sh/kernel/cpu/sh3/
A Dprobe.c51 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
/arch/sh/kernel/cpu/
A Dinit.c139 waysize <<= current_cpu_data.dcache.entry_shift; in cache_init()

Completed in 11 milliseconds