Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dbtf.c160 #define BITS_PER_U128 (sizeof(u64) * BITS_PER_BYTE * 2) macro
1175 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_member()
1231 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_kflag_member()
1280 if (nr_bits > BITS_PER_U128) { in btf_int_check_meta()
1282 BITS_PER_U128); in btf_int_check_meta()
1404 left_shift_bits = BITS_PER_U128 - nr_copy_bits; in btf_bitfield_seq_show()
1406 right_shift_bits = BITS_PER_U128 - nr_bits; in btf_bitfield_seq_show()