Searched refs:BITS_PER_BYTE_MASKED (Results 1 – 2 of 2) sorted by relevance
17 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK) macro20 (BITS_ROUNDDOWN_BYTES(bits) + !!BITS_PER_BYTE_MASKED(bits))89 bit_offset = BITS_PER_BYTE_MASKED(total_bits_offset); in btf_dumper_int_bits()123 BITS_PER_BYTE_MASKED(nr_bits)) { in btf_dumper_int()198 BITS_PER_BYTE_MASKED(m[i].offset), in btf_dumper_struct()
161 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK) macro164 (BITS_ROUNDDOWN_BYTES(bits) + !!BITS_PER_BYTE_MASKED(bits))459 if (BITS_PER_BYTE_MASKED(nr_bits) || in btf_type_int_is_regular()900 BITS_PER_BYTE_MASKED(struct_bits_off); in btf_int_check_member()1008 bits_offset = BITS_PER_BYTE_MASKED(total_bits_offset); in btf_int_bits_seq_show()1038 BITS_PER_BYTE_MASKED(nr_bits)) { in btf_int_seq_show()1117 if (BITS_PER_BYTE_MASKED(struct_bits_off)) { in btf_ptr_check_member()1326 if (BITS_PER_BYTE_MASKED(struct_bits_off)) { in btf_array_check_member()1499 if (BITS_PER_BYTE_MASKED(struct_bits_off)) { in btf_struct_check_member()1662 u8 bits8_offset = BITS_PER_BYTE_MASKED(member_offset); in btf_struct_seq_show()[all …]