Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c179 #define BITS_PER_U128 (sizeof(u64) * BITS_PER_BYTE * 2) macro
2299 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_member()
2355 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_kflag_member()
2404 if (nr_bits > BITS_PER_U128) { in btf_int_check_meta()
2406 BITS_PER_U128); in btf_int_check_meta()
2529 left_shift_bits = BITS_PER_U128 - nr_copy_bits; in btf_bitfield_show()
2531 right_shift_bits = BITS_PER_U128 - nr_bits; in btf_bitfield_show()