Searched refs:bitmap_from_u64 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_mbx.c | 134 bitmap_from_u64(csr, value); in nitrox_pf2vf_mbox_handler() 157 bitmap_from_u64(csr, value); in nitrox_pf2vf_mbox_handler()
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 306 bitmap_from_u64(pfdev->features.hw_features, hw_feat); in panfrost_gpu_init_features() 307 bitmap_from_u64(pfdev->features.hw_issues, hw_issues); in panfrost_gpu_init_features()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | omap4-keypad.c | 122 bitmap_from_u64(mask, keys); in omap4_keypad_report_keys()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | hwmon.c | 214 bitmap_from_u64(smap, sensor_map); in mlx5_hwmon_init_sensors_indexes()
|
/openbmc/linux/include/linux/ |
H A D | bitmap.h | 582 static inline void bitmap_from_u64(unsigned long *dst, u64 mask) in bitmap_from_u64() function
|
/openbmc/linux/drivers/hwmon/peci/ |
H A D | cputemp.c | 396 bitmap_from_u64(priv->core_mask, core_mask); in init_core_mask()
|
/openbmc/linux/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 701 bitmap_from_u64(ovs, ovsr); in smmu_pmu_handle_irq()
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 3608 bitmap_from_u64(mask, reg_mask); in fmt_reg_mask() 3627 bitmap_from_u64(mask, stack_mask); in fmt_stack_mask() 4094 bitmap_from_u64(mask, bt_frame_reg_mask(bt, fr)); in mark_precise_scalar_ids() 4103 bitmap_from_u64(mask, bt_frame_stack_mask(bt, fr)); in mark_precise_scalar_ids() 4310 bitmap_from_u64(mask, bt_reg_mask(bt)); in __mark_chain_precision() 4368 bitmap_from_u64(mask, bt_frame_reg_mask(bt, fr)); in __mark_chain_precision() 4381 bitmap_from_u64(mask, bt_frame_stack_mask(bt, fr)); in __mark_chain_precision()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 6918 bitmap_from_u64(_mask, mask); in perf_output_sample_regs()
|