Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dbtf.c169 #define BITS_PER_U128 (sizeof(u64) * BITS_PER_BYTE * 2) macro
1912 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_member()
1968 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_kflag_member()
2017 if (nr_bits > BITS_PER_U128) { in btf_int_check_meta()
2019 BITS_PER_U128); in btf_int_check_meta()
2142 left_shift_bits = BITS_PER_U128 - nr_copy_bits; in btf_bitfield_show()
2144 right_shift_bits = BITS_PER_U128 - nr_bits; in btf_bitfield_show()