Searched refs:entry_mask (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | probe.c | 61 boot_cpu_data.dcache.entry_mask = 0x7f0; in cpu_probe() 68 boot_cpu_data.dcache.entry_mask = 0xff0; in cpu_probe() 92 boot_cpu_data.dcache.entry_mask = 0x1ff0; in cpu_probe()
|
| /linux/arch/sh/mm/ |
| H A D | cache-sh3.c | 48 addr = addrstart | (v & current_cpu_data.dcache.entry_mask); in sh3__flush_wback_region() 85 (v & current_cpu_data.dcache.entry_mask) | SH_CACHE_ASSOC; in sh3__flush_purge_region()
|
| H A D | cache.c | 272 boot_cpu_data.icache.entry_mask, in emit_cache_params() 280 boot_cpu_data.dcache.entry_mask, in emit_cache_params() 293 boot_cpu_data.scache.entry_mask, in emit_cache_params()
|
| H A D | cache-sh4.c | 74 cpu_data->icache.entry_mask); in sh4_flush_icache_range()
|
| /linux/kernel/trace/ |
| H A D | tracing_map.h | 168 unsigned int entry_mask; member 175 ((idx & array->entry_mask) << array->entry_size_shift))
|
| H A D | tracing_map.c | 337 a->entry_mask = (1 << a->entry_shift) - 1; in tracing_map_array_alloc()
|
| /linux/arch/sh/kernel/cpu/ |
| H A D | init.c | 306 current_cpu_data.icache.entry_mask = current_cpu_data.icache.way_incr - in cpu_init() 313 current_cpu_data.dcache.entry_mask = current_cpu_data.dcache.way_incr - in cpu_init()
|
| /linux/arch/sh/include/asm/ |
| H A D | cache.h | 39 unsigned int entry_mask; member
|
| /linux/arch/sh/kernel/cpu/sh4/ |
| H A D | probe.c | 247 boot_cpu_data.scache.entry_mask = in cpu_probe()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 555 u64 entry_mask; in npc_enable_kpm_entry() local 557 entry_mask = npc_enable_mask(num_entries); in npc_enable_kpm_entry() 560 entry_mask |= GENMASK_ULL(KPU_CN20K_MAX_CST_ENT - 1, 0); in npc_enable_kpm_entry() 562 NPC_AF_KPMX_ENTRY_DISX(kpm, 0), entry_mask); in npc_enable_kpm_entry() 578 entry_mask = npc_enable_mask(num_entries); in npc_enable_kpm_entry() 580 NPC_AF_KPMX_ENTRY_DISX(kpm, 1), entry_mask); in npc_enable_kpm_entry() 593 entry_mask = npc_enable_mask(num_entries); in npc_enable_kpm_entry() 595 NPC_AF_KPMX_ENTRY_DISX(kpm, 2), entry_mask); in npc_enable_kpm_entry() 605 entry_mask = npc_enable_mask(num_entries); in npc_enable_kpm_entry() 607 NPC_AF_KPMX_ENTRY_DISX(kpm, 3), entry_mask); in npc_enable_kpm_entry()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 1714 u64 entry_mask; in npc_program_kpu_profile() local 1738 entry_mask = npc_enable_mask(num_entries); in npc_program_kpu_profile() 1741 entry_mask |= GENMASK_ULL(KPU_MAX_CST_ENT - 1, 0); in npc_program_kpu_profile() 1743 NPC_AF_KPUX_ENTRY_DISX(kpu, 0), entry_mask); in npc_program_kpu_profile()
|