Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dcache.h32 unsigned int entry_shift; member
/arch/sh/kernel/cpu/sh4/
Dprobe.c39 boot_cpu_data.icache.entry_shift = 5; in cpu_probe()
48 boot_cpu_data.dcache.entry_shift = 5; in cpu_probe()
243 boot_cpu_data.scache.entry_shift = 5; in cpu_probe()
/arch/sh/kernel/cpu/sh2/
Dprobe.c23 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
/arch/sh/mm/
Dcache-sh7705.c38 waysize <<= current_cpu_data.dcache.entry_shift; in cache_wback_all()
106 waysize <<= current_cpu_data.dcache.entry_shift; in __flush_dcache_page()
Dcache-debugfs.c64 waysize <<= cache->entry_shift; in cache_seq_show()
Dcache-sh4.c155 current_cpu_data.dcache.entry_shift) * in flush_dcache_all()
158 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all()
Dcache-sh5.c250 cpu_data->dcache.entry_shift; in sh64_dcache_purge_sets()
256 (set_offset << cpu_data->dcache.entry_shift); in sh64_dcache_purge_sets()
Dcache.c246 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); in compute_alias()
/arch/sh/kernel/cpu/sh5/
Dprobe.c46 boot_cpu_data.icache.entry_shift = 5; in cpu_probe()
/arch/sh/kernel/cpu/sh2a/
Dprobe.c43 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
/arch/sh/kernel/cpu/sh3/
Dprobe.c54 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
/arch/sh/kernel/cpu/
Dinit.c142 waysize <<= current_cpu_data.dcache.entry_shift; in cache_init()