Home
last modified time | relevance | path

Searched defs:bits_offset (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_btf.h15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
17 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument
41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ argument
45 #define BTF_MEMBER_OFFSET(bitfield_size, bits_offset) \ argument
/linux/tools/testing/selftests/bpf/progs/
H A Dsyscall.c31 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
33 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument
/linux/tools/lib/bpf/
H A Dbtf_dump.c1758 __u8 bits_offset, in btf_dump_get_bitfield_value()
1799 __u8 bits_offset, in btf_dump_bitfield_check_zero()
1816 __u8 bits_offset, in btf_dump_bitfield_data()
1873 __u8 bits_offset) in btf_dump_int_data()
2267 __u8 bits_offset, in btf_dump_type_data_check_overflow()
2326 __u8 bits_offset, in btf_dump_type_data_check_zero()
2435 __u8 bits_offset, in btf_dump_dump_type_data()
/linux/kernel/bpf/
H A Dbtf.c2369 btf_bitfield_show(void * data,u8 bits_offset,u8 nr_bits,struct btf_show * show) btf_bitfield_show() argument
2396 btf_int_bits_show(const struct btf * btf,const struct btf_type * t,void * data,u8 bits_offset,struct btf_show * show) btf_int_bits_show() argument
2414 btf_int_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_int_show() argument
2764 btf_modifier_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_modifier_show() argument
2775 btf_var_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_var_show() argument
2784 btf_ptr_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_ptr_show() argument
3023 __btf_array_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) __btf_array_show() argument
3076 btf_array_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_array_show() argument
4159 __btf_struct_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) __btf_struct_show() argument
4206 btf_struct_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_struct_show() argument
4374 btf_enum_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_enum_show() argument
4477 btf_enum64_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_enum64_show() argument
4840 btf_datasec_show(const struct btf * btf,const struct btf_type * t,u32 type_id,void * data,u8 bits_offset,struct btf_show * show) btf_datasec_show() argument
[all...]
H A Dcore.c292 const u32 bits_offset = SHA1_BLOCK_SIZE - sizeof(__be64); in bpf_prog_calc_tag() local
/linux/include/rdma/
H A Dibta_vol1_c12.h13 #define CM_FIELD_BLOC(field_struct, byte_offset, bits_offset, width) \ argument