Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbtf.c175 #define BITS_PER_U128 (sizeof(u64) * BITS_PER_BYTE * 2) macro
2096 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_member()
2152 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_kflag_member()
2201 if (nr_bits > BITS_PER_U128) { in btf_int_check_meta()
2203 BITS_PER_U128); in btf_int_check_meta()
2326 left_shift_bits = BITS_PER_U128 - nr_copy_bits; in btf_bitfield_show()
2328 right_shift_bits = BITS_PER_U128 - nr_bits; in btf_bitfield_show()