Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c171 #define BITS_PER_U128 (sizeof(u64) * BITS_PER_BYTE * 2) macro
2059 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_member()
2115 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_kflag_member()
2164 if (nr_bits > BITS_PER_U128) { in btf_int_check_meta()
2166 BITS_PER_U128); in btf_int_check_meta()
2289 left_shift_bits = BITS_PER_U128 - nr_copy_bits; in btf_bitfield_show()
2291 right_shift_bits = BITS_PER_U128 - nr_bits; in btf_bitfield_show()