Searched refs:nr_copy_bits (Results 1 – 2 of 2) sorted by relevance
1755 __u8 nr_copy_bits; in btf_dump_get_bitfield_value() local1771 nr_copy_bits = bit_sz + bits_offset; in btf_dump_get_bitfield_value()1775 nr_copy_bits = t->size * 8 - bits_offset; in btf_dump_get_bitfield_value()1779 left_shift_bits = 64 - nr_copy_bits; in btf_dump_get_bitfield_value()
2070 u32 nr_copy_bits; in btf_int_check_member() local2081 nr_copy_bits = BTF_INT_BITS(int_data) + in btf_int_check_member()2084 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_member()2091 struct_size - bytes_offset < BITS_ROUNDUP_BYTES(nr_copy_bits)) { in btf_int_check_member()2108 u32 nr_copy_bits; in btf_int_check_kflag_member() local2139 nr_copy_bits = nr_bits + BITS_PER_BYTE_MASKED(struct_bits_off); in btf_int_check_kflag_member()2140 if (nr_copy_bits > BITS_PER_U128) { in btf_int_check_kflag_member()2303 u8 nr_copy_bits; in btf_bitfield_show() local2306 nr_copy_bits = nr_bits + bits_offset; in btf_bitfield_show()2307 nr_copy_bytes = BITS_ROUNDUP_BYTES(nr_copy_bits); in btf_bitfield_show()[all …]
Completed in 23 milliseconds