Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c168 #define BITS_PER_U128 (sizeof(u64) * BITS_PER_BYTE * 2) macro
1842 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_member()
1898 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_kflag_member()
1947 if (nr_bits > BITS_PER_U128) { in btf_int_check_meta()
1949 BITS_PER_U128); in btf_int_check_meta()
2072 left_shift_bits = BITS_PER_U128 - nr_copy_bits; in btf_bitfield_show()
2074 right_shift_bits = BITS_PER_U128 - nr_bits; in btf_bitfield_show()