Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf_dump.c286 case BTF_KIND_RESTRICT: in btf_dump_mark_referenced()
532 case BTF_KIND_RESTRICT: in btf_dump_order_type()
705 case BTF_KIND_RESTRICT: in btf_dump_emit_type()
1123 case BTF_KIND_RESTRICT: in btf_dump_emit_type_decl()
1184 case BTF_KIND_RESTRICT: in btf_dump_emit_mods()
1288 case BTF_KIND_RESTRICT: in btf_dump_emit_type_chain()
H A Dbtf.h257 return btf_kind(t) == BTF_KIND_RESTRICT; in btf_is_restrict()
266 kind == BTF_KIND_RESTRICT; in btf_is_mod()
H A Dbtf.c262 case BTF_KIND_RESTRICT: in btf_type_size()
309 case BTF_KIND_RESTRICT: in btf_bswap_type_rest()
561 case BTF_KIND_RESTRICT: in btf__resolve_size()
602 case BTF_KIND_RESTRICT: in btf__align_of()
2047 return btf_add_ref_kind(btf, BTF_KIND_RESTRICT, NULL, ref_type_id); in btf__add_restrict()
3569 case BTF_KIND_RESTRICT: in btf_dedup_prim_type()
3856 case BTF_KIND_RESTRICT: in btf_dedup_is_equiv()
4133 case BTF_KIND_RESTRICT: in btf_dedup_ref_type()
4330 case BTF_KIND_RESTRICT: in btf_dedup_remap_type()
H A Dlibbpf.c1915 case BTF_KIND_RESTRICT: return "restrict"; in btf_kind_str()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtf.h66 #define BTF_KIND_RESTRICT 11 /* Restrict */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtf.h66 #define BTF_KIND_RESTRICT 11 /* Restrict */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h70 #define BTF_KIND_RESTRICT 11 /* Restrict */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h70 #define BTF_KIND_RESTRICT 11 /* Restrict */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_btf.h58 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_RESTRICT, 0, 0), type)
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/
H A D0001-Fix-segfault-when-btf__type_by_id-returns-NULL.patch46 BTF_INFO_KIND(f->info) == BTF_KIND_RESTRICT)
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf.c34 [BTF_KIND_RESTRICT] = "RESTRICT",
141 case BTF_KIND_RESTRICT: in dump_btf_type()
H A Dbtf_dumper.c548 case BTF_KIND_RESTRICT: in btf_dumper_do_type()
635 case BTF_KIND_RESTRICT: in __btf_dumper_type_only()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c78 ASSERT_EQ(btf_kind(t), BTF_KIND_RESTRICT, "restrict_kind"); in test_btf_write()
H A Dbtf.c2053 BTF_INFO_ENC(BTF_KIND_RESTRICT, 0, 0), 2), /* [3] */
3001 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_RESTRICT, 1, 0), 1), /* [2] */
6608 case BTF_KIND_RESTRICT: in btf_type_size()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst82 #define BTF_KIND_RESTRICT 11 /* Restrict */
345 2.2.11 BTF_KIND_RESTRICT
351 * ``info.kind``: BTF_KIND_RESTRICT
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c270 [BTF_KIND_RESTRICT] = "RESTRICT",
410 case BTF_KIND_RESTRICT: in btf_type_is_modifier()
1666 case BTF_KIND_RESTRICT: in __btf_resolve_size()
3743 [BTF_KIND_RESTRICT] = &modifier_ops,