Home
last modified time | relevance | path

Searched refs:mtmp (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/parisc/math-emu/
H A Dfpudispatch.c1167 } mtmp, atmp; local
1193 &mtmp.ints.i1,&status))
1201 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1216 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1229 fpregs[tm] = mtmp.ints.i1;
1230 fpregs[tm+1] = mtmp.ints.i2;
1282 fpregs[tm] = mtmp.ints.i1;
1306 } mtmp, atmp; local
1336 fpregs[tm] = mtmp.ints.i1;
1337 fpregs[tm+1] = mtmp.ints.i2;
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c81 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_show()
106 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_max_show()
139 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_rst_store()
144 err = mlxsw_reg_write(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_rst_store()
258 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_module_temp_get()
625 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), in mlxsw_hwmon_temp_init()
632 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_init()
764 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_gearbox_init()
H A Dcore_thermal.c197 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_get_temp()
248 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_module_temp_get()
273 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_gearbox_temp_get()
H A Dcore_env.c226 err = mlxsw_reg_query(core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_module_temp_thresholds_get()
865 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_temp_event_set()
895 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_temp_event_set()
H A Dreg.h9468 MLXSW_REG_DEFINE(mtmp, MLXSW_REG_MTMP_ID, MLXSW_REG_MTMP_LEN);
9474 MLXSW_ITEM32(reg, mtmp, slot_index, 0x00, 16, 4);
9484 MLXSW_ITEM32(reg, mtmp, sensor_index, 0x00, 0, 12);
9505 MLXSW_ITEM32(reg, mtmp, temperature, 0x04, 0, 16);
9511 MLXSW_ITEM32(reg, mtmp, mte, 0x08, 31, 1);
9517 MLXSW_ITEM32(reg, mtmp, mtr, 0x08, 30, 1);
9524 MLXSW_ITEM32(reg, mtmp, max_temperature, 0x08, 0, 16);
9540 MLXSW_ITEM32(reg, mtmp, tee, 0x0C, 30, 2);
9548 MLXSW_ITEM32(reg, mtmp, temperature_threshold_hi, 0x0C, 0, 16);
9569 MLXSW_REG_ZERO(mtmp, payload); in mlxsw_reg_mtmp_pack()
[all …]
/linux-6.15/kernel/bpf/
H A Doffload.c150 struct bpf_offloaded_map *offmap, *mtmp; in __bpf_offload_dev_netdev_unregister() local
180 list_for_each_entry_safe(offmap, mtmp, &ondev->maps, offloads) in __bpf_offload_dev_netdev_unregister()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c380 if (!MLX5_CAP_MCAM_REG(mdev, mtmp)) in mlx5_hwmon_dev_register()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c1075 struct mce *mtmp = &etmp->m; in mce_reign() local
1077 if (mtmp->severity > global_worst) { in mce_reign()
1078 global_worst = mtmp->severity; in mce_reign()
/linux-6.15/include/linux/mlx5/
H A Dmlx5_ifc.h10703 u8 mtmp[0x1]; member