Home
last modified time | relevance | path

Searched refs:entry_mask (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dprobe.c61 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()
/openbmc/linux/arch/sh/mm/
H A Dcache-sh3.c48 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 Dcache.c272 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 Dcache-sh4.c74 cpu_data->icache.entry_mask); in sh4_flush_icache_range()
/openbmc/linux/kernel/trace/
H A Dtracing_map.h168 unsigned int entry_mask; member
175 ((idx & array->entry_mask) << array->entry_size_shift))
H A Dtracing_map.c337 a->entry_mask = (1 << a->entry_shift) - 1; in tracing_map_array_alloc()
/openbmc/linux/arch/sh/include/asm/
H A Dcache.h39 unsigned int entry_mask; member
/openbmc/linux/arch/sh/kernel/cpu/
H A Dinit.c306 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()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dprobe.c247 boot_cpu_data.scache.entry_mask = in cpu_probe()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c61 u8 entry_mask; in set_proto() local
68 entry_mask = MLX5_GET(fte_match_set_lyr_2_4, outer_c, in set_proto()
72 if (!entry_mask) { in set_proto()
78 if (mask != entry_mask || val != entry_val) in set_proto()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1510 u64 entry_mask; in npc_program_kpu_profile() local
1534 entry_mask = enable_mask(num_entries); in npc_program_kpu_profile()
1537 entry_mask |= GENMASK_ULL(KPU_MAX_CST_ENT - 1, 0); in npc_program_kpu_profile()
1539 NPC_AF_KPUX_ENTRY_DISX(kpu, 0), entry_mask); in npc_program_kpu_profile()