Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
/linux-6.3-rc2/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()
/linux-6.3-rc2/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-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()
A Dcache-debugfs.c64 waysize <<= cache->entry_shift; in cache_debugfs_show()
A Dcache.c250 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); in compute_alias()
/linux-6.3-rc2/kernel/trace/
A Dtracing_map.h167 unsigned int entry_shift; member
174 (array->pages[idx >> array->entry_shift] + \
A Dtracing_map.c336 a->entry_shift = fls(a->entries_per_page) - 1; in tracing_map_array_alloc()
337 a->entry_mask = (1 << a->entry_shift) - 1; in tracing_map_array_alloc()
/linux-6.3-rc2/arch/sh/include/asm/
A Dcache.h32 unsigned int entry_shift; member
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/
A Dprobe.c46 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh3/
A Dprobe.c51 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
/linux-6.3-rc2/arch/sh/kernel/cpu/
A Dinit.c139 waysize <<= current_cpu_data.dcache.entry_shift; in cache_init()
/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_srq.c173 srq->idx_que.entry_shift = ilog2(HNS_ROCE_IDX_QUE_ENTRY_SZ); in alloc_srq_idx()
177 srq->idx_que.entry_shift); in alloc_srq_idx()
A Dhns_roce_device.h428 u32 entry_shift; member
A Dhns_roce_hw_v2.c891 n << idx_que->entry_shift); in get_idx_buf()

Completed in 32 milliseconds