Home
last modified time | relevance | path

Searched refs:u128 (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h24 u128 full;
44 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
50 static __always_inline u128 arch_cmpxchg128_local(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128_local()
76 static __always_inline bool arch_try_cmpxchg128(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128()
82 static __always_inline bool arch_try_cmpxchg128_local(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128_local()
H A Dpercpu.h249 u128 var; \
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c189 u128 b4; in fmul_fmul()
190 u128 b0; in fmul_fmul()
228 u128 s0 = ((((((u128)(r0) * (r0))) + (((u128)(d4) * (r1))))) + in fsquare_fsquare__()
230 u128 s1 = ((((((u128)(d0) * (r1))) + (((u128)(d4) * (r2))))) + in fsquare_fsquare__()
232 u128 s2 = ((((((u128)(d0) * (r2))) + (((u128)(r1) * (r1))))) + in fsquare_fsquare__()
234 u128 s3 = ((((((u128)(d0) * (r3))) + (((u128)(d1) * (r2))))) + in fsquare_fsquare__()
236 u128 s4 = ((((((u128)(d0) * (r4))) + (((u128)(d1) * (r3))))) + in fsquare_fsquare__()
247 u128 b4; in fsquare_fsquare_()
248 u128 b0; in fsquare_fsquare_()
398 u128 b4; in fscalar()
[all …]
H A Dpoly1305-donna64.c42 u128 d0, d1, d2, d; in poly1305_core_blocks()
72 d0 = (u128)h0 * r0; in poly1305_core_blocks()
73 d = (u128)h1 * s2; in poly1305_core_blocks()
75 d = (u128)h2 * s1; in poly1305_core_blocks()
77 d1 = (u128)h0 * r1; in poly1305_core_blocks()
78 d = (u128)h1 * r0; in poly1305_core_blocks()
80 d = (u128)h2 * s2; in poly1305_core_blocks()
82 d2 = (u128)h0 * r2; in poly1305_core_blocks()
83 d = (u128)h1 * r1; in poly1305_core_blocks()
85 d = (u128)h2 * r0; in poly1305_core_blocks()
/openbmc/linux/arch/s390/include/asm/
H A Dcmpxchg.h195 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
H A Dcpu_mf.h143 u128 val;
H A Dpercpu.h156 u128 old__, new__, ret__; \
/openbmc/linux/drivers/crypto/vmx/
H A Dghash.c28 void gcm_init_p8(u128 htable[16], const u64 Xi[2]);
29 void gcm_gmult_p8(u64 Xi[2], const u128 htable[16]);
30 void gcm_ghash_p8(u64 Xi[2], const u128 htable[16],
35 u128 htable[16];
/openbmc/linux/arch/arm64/include/asm/
H A Datomic_ll_sc.h298 u128 full;
305 static __always_inline u128 \
306 __ll_sc__cmpxchg128##name(volatile u128 *ptr, u128 old, u128 new) \
322 : [v] "+Q" (*(u128 *)ptr), \
H A Datomic_lse.h285 static __always_inline u128 \
286 __lse__cmpxchg128##name(volatile u128 *ptr, u128 old, u128 new) \
300 [v] "+Q" (*(u128 *)ptr) \
H A Dcmpxchg.h134 static inline u128 __cmpxchg128##name(volatile u128 *ptr, \
135 u128 old, u128 new) \
H A Dpercpu.h242 u128 old__, new__, ret__; \
/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs36 impl_is_zero!(u128, |x| x == 0);
168 impl_is_zero_option_of_num!(u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, usize, isize,);
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst194 kworker/u128:3-9093 [046] ..... 24625.365771: mlx5_sf_hwc_free: (0000:06:00.0) hw_id=0x8000
215 …kworker/u128:3-9093 [046] ..... 24625.365525: mlx5_sf_vhca_event: (0000:06:00.0) hw_id=0x8000 s…
222 …kworker/u128:3-9093 [000] ..... 24616.524495: mlx5_sf_dev_add: (0000:06:00.0) sfdev=00000000fc5…
229 …kworker/u128:3-9093 [044] ..... 24624.400749: mlx5_sf_dev_del: (0000:06:00.0) sfdev=00000000fc5…
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_client.h73 struct vcap_u128_key u128; member
131 struct vcap_u128_action u128; member
H A Dvcap_api_debugfs.c89 value = data->u128.value; in vcap_debugfs_show_rule_keyfield()
90 mask = data->u128.mask; in vcap_debugfs_show_rule_keyfield()
94 vcap_netbytes_copy(nvalue, data->u128.value, in vcap_debugfs_show_rule_keyfield()
96 vcap_netbytes_copy(nmask, data->u128.mask, in vcap_debugfs_show_rule_keyfield()
H A Dvcap_api.c489 value = kf->data.u128.value; in vcap_encode_keyfield()
490 mask = kf->data.u128.mask; in vcap_encode_keyfield()
580 vcap_copy_to_w32be(ddata->u128.value, sdata->u128.value, size); in vcap_copy_from_client_keyfield()
581 vcap_copy_to_w32be(ddata->u128.mask, sdata->u128.mask, size); in vcap_copy_from_client_keyfield()
630 vcap_copy_to_w32be(ddata->u128.value, sdata->u128.value, size); in vcap_copy_from_client_actionfield()
774 value = af->data.u128.value; in vcap_encode_actionfield()
1135 vcap_copy_from_w32be(field->data.u128.value, value, in vcap_copy_to_client_actionfield()
1250 vcap_copy_from_w32be(field->data.u128.mask, mask, in vcap_copy_to_client_keyfield()
1296 vcap_copy_limited_keyfield(field->data.u128.value, in vcap_copy_to_client_keyfield()
1297 field->data.u128.mask, in vcap_copy_to_client_keyfield()
[all …]
H A Dvcap_api_kunit.c661 .data.u128.value = { 0xa1, 0xa2, 0xa3, 0xa4, 0, 0, 0x43, 0, in vcap_api_encode_max_keyfield_test()
663 .data.u128.mask = { 0xff, 0xff, 0xff, 0xff, 0, 0, 0xff, 0, in vcap_api_encode_max_keyfield_test()
1091 KUNIT_EXPECT_EQ(test, dip.value[idx], kf->data.u128.value[idx]); in vcap_api_rule_add_keyvalue_test()
1093 KUNIT_EXPECT_EQ(test, dip.mask[idx], kf->data.u128.mask[idx]); in vcap_api_rule_add_keyvalue_test()
/openbmc/linux/include/linux/
H A Dtypes.h15 typedef __u128 u128; typedef
/openbmc/linux/drivers/iommu/amd/
H A Damd_iommu_types.h1010 u128 irte;
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-zcu106-revA.dts429 temp@4c {/* lm96163 - u128 */
/openbmc/linux/rust/kernel/
H A Dinit.rs1291 u8, u16, u32, u64, u128, usize,
/openbmc/linux/mm/
H A Dslab.h15 typedef u128 freelist_full_t;
/openbmc/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu106-revA.dts622 temp@4c {/* lm96163 - u128 */
/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c184 u128 old = irte->irte; in modify_irte()

12