| /linux/include/linux/ |
| H A D | cfi_types.h | 23 #define SYM_TYPED_ENTRY(name, linkage, align...) \ 24 linkage(name) ASM_NL \ 29 #define SYM_TYPED_START(name, linkage, align...) \ 30 SYM_TYPED_ENTRY(name, linkage, align) 34 #define SYM_TYPED_START(name, linkage, align...) \ 35 SYM_START(name, linkage, align)
|
| /linux/tools/include/linux/ |
| H A D | cfi_types.h | 23 #define SYM_TYPED_ENTRY(name, linkage, align...) \ 24 linkage(name) ASM_NL \ 29 #define SYM_TYPED_START(name, linkage, align...) \ 30 SYM_TYPED_ENTRY(name, linkage, align) 34 #define SYM_TYPED_START(name, linkage, align...) \ 35 SYM_START(name, linkage, align)
|
| /linux/tools/perf/util/include/linux/ |
| H A D | linkage.h | 37 #define SYM_ENTRY(name, linkage, align...) \ argument 38 linkage(name) ASM_NL \ 45 #define SYM_START(name, linkage, align...) \ argument 46 SYM_ENTRY(name, linkage, align) 59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ argument 60 linkage(alias) ASM_NL \ 126 #define SYM_TYPED_START(name, linkage, align...) \ argument 127 SYM_START(name, linkage, align)
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 190 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc 191 [21] VAR 'global_var' type_id=3, linkage=global-alloc 192 [22] VAR 'my_func.static_var' type_id=3, linkage=static 260 [104852] FUNC 'i2c_register_spd' type_id=84745 linkage=static 261 [104853] FUNC 'smbalert_driver_init' type_id=1213 linkage=static 264 [104855] FUNC 'i2c_handle_smbus_alert' type_id=104854 linkage=static 265 [104856] FUNC 'smbalert_remove' type_id=104854 linkage=static 269 [104858] FUNC 'smbalert_probe' type_id=104857 linkage=static 270 [104859] FUNC 'smbalert_work' type_id=9695 linkage=static 271 [104860] FUNC 'smbus_alert' type_id=71367 linkage [all...] |
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc.h | 33 struct rhash_head linkage; member 161 struct rhash_head linkage; member 174 struct rhash_head linkage; member 200 struct rhash_head linkage; member 211 struct rhash_head linkage; member
|
| H A D | tc_conntrack.c | 21 .head_offset = offsetof(struct efx_tc_ct_zone, linkage), 25 .key_len = offsetof(struct efx_tc_ct_entry, linkage), 27 .head_offset = offsetof(struct efx_tc_ct_entry, linkage), 373 &conn->linkage, in efx_tc_ct_replace() 449 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage, in efx_tc_ct_replace() 463 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage, in efx_tc_ct_remove() 570 &ct_zone->linkage, in efx_tc_ct_register_zone() 597 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage, in efx_tc_ct_register_zone() 611 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage, in efx_tc_ct_unregister_zone()
|
| H A D | tc_conntrack.h | 21 struct rhash_head linkage; member 41 struct rhash_head linkage; member
|
| H A D | tc_counters.h | 28 struct rhash_head linkage; /* efx->tc->counter_ht */ member 42 struct rhash_head linkage; /* efx->tc->counter_id_ht */ member
|
| H A D | tc_encap_actions.h | 62 struct rhash_head linkage; member 81 struct rhash_head linkage; /* efx->tc_encap_ht */ member
|
| H A D | tc.c | 95 .head_offset = offsetof(struct efx_tc_mac_pedit_action, linkage), 99 .key_len = offsetof(struct efx_tc_encap_match, linkage), 101 .head_offset = offsetof(struct efx_tc_encap_match, linkage), 107 .head_offset = offsetof(struct efx_tc_flow_rule, linkage), 113 .head_offset = offsetof(struct efx_tc_lhs_rule, linkage), 117 .key_len = offsetof(struct efx_tc_recirc_id, linkage), 119 .head_offset = offsetof(struct efx_tc_recirc_id, linkage), 134 &ped->linkage, in efx_tc_flower_get_mac() 157 rhashtable_remove_fast(&efx->tc->mac_ht, &ped->linkage, in efx_tc_flower_get_mac() 168 rhashtable_remove_fast(&efx->tc->mac_ht, &ped->linkage, in efx_tc_flower_put_mac() [all …]
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | Makefile.nolibc | |
| H A D | Makefile | |
| /linux/tools/testing/selftests/bpf/ |
| H A D | btf_helpers.c | 55 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() argument 57 switch (linkage) { in btf_var_linkage_str() 187 t->type, btf_var_linkage_str(btf_var(t)->linkage)); in fprintf_btf_type_raw()
|
| H A D | test_btf.h | 36 #define BTF_VAR_ENC(name, type, linkage) \ argument 37 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
|
| /linux/tools/bpf/bpftool/ |
| H A D | btf.c | 80 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() 82 switch (linkage) { in btf_var_linkage_str() 316 const char *linkage = btf_func_linkage_str(t); in dump_btf_type() 320 jsonw_string_field(w, "linkage", linkage); in dump_btf_type() 322 printf(" type_id=%u linkage=%s", t->type, linkage); in dump_btf_type() 357 const char *linkage; in dump_btf_type() 359 linkage = btf_var_linkage_str(v->linkage); in dump_btf_type() 79 btf_var_linkage_str(__u32 linkage) btf_var_linkage_str() argument 315 const char *linkage = btf_func_linkage_str(t); dump_btf_type() local 356 const char *linkage; dump_btf_type() local [all...] |
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-stm_source | 6 stm_source device linkage to stm device, where its tracing data
|
| /linux/tools/include/uapi/linux/ |
| H A D | btf.h | 176 * additional information related to the variable such as its linkage. 179 __u32 linkage; 166 __u32 linkage; global() member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_endian.c | 93 ASSERT_EQ(btf_var(t)->linkage, BTF_VAR_GLOBAL_ALLOCATED, "var_linkage"); in test_btf_endian()
|
| H A D | btf_write.c | 227 "[14] FUNC 'func1' type_id=15 linkage=global", "raw_dump"); in gen_btf() 258 ASSERT_EQ(btf_var(t)->linkage, BTF_VAR_GLOBAL_ALLOCATED, "var_type"); in gen_btf() 260 "[16] VAR 'var1' type_id=1, linkage=global-alloc", "raw_dump"); in gen_btf() 385 "[14] FUNC 'func1' type_id=15 linkage=global", in test_btf_add() 389 "[16] VAR 'var1' type_id=1, linkage=global-alloc", in test_btf_add() 444 "[14] FUNC 'func1' type_id=15 linkage=global", in test_btf_add_btf() 448 "[16] VAR 'var1' type_id=1, linkage=global-alloc", in test_btf_add_btf() 479 "[36] FUNC 'func1' type_id=37 linkage=global", in test_btf_add_btf() 483 "[38] VAR 'var1' type_id=23, linkage=global-alloc", in test_btf_add_btf()
|
| /linux/drivers/tee/optee/ |
| H A D | ffa_abi.c | 44 struct rhash_head linkage; member 53 .head_offset = offsetof(struct shm_rhash, linkage), 88 rc = rhashtable_lookup_insert_fast(&optee->ffa.global_ids, &r->linkage, in optee_shm_add_ffa_handle() 108 &r->linkage, shm_rhash_params); in optee_shm_rem_ffa_handle()
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | Kconfig | 14 linkage to PHYLINK. The driver supports the following revisions:
|
| /linux/tools/lib/bpf/ |
| H A D | btf.h | 259 enum btf_func_linkage linkage, int proto_type_id); 264 LIBBPF_API int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id);
|
| H A D | linker.c | 1593 is_static1 = btf_var(t1)->linkage == BTF_VAR_STATIC; in glob_sym_btf_matches() 1594 is_static2 = btf_var(t2)->linkage == BTF_VAR_STATIC; in glob_sym_btf_matches() 1838 return (btf_is_var(t) && btf_var(t)->linkage != BTF_VAR_STATIC) in btf_is_non_static() 1882 if (btf_is_var(t) && btf_var(t)->linkage == BTF_VAR_STATIC) in find_glob_sym_btf() 1939 btf_var(dst_t)->linkage = BTF_VAR_GLOBAL_ALLOCATED; in complete_extern_btf_info() 2393 var_linkage = btf_var(vt)->linkage; in linker_fixup_btf()
|
| /linux/Documentation/core-api/ |
| H A D | asm-annotations.rst | 210 ``SYM_L_GLOBAL`` and ``SYM_L_WEAK``. All are intended to denote linkage of a 218 ``asm/linkage.h``, including macros specifying the type of a symbol
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 1117 enum btf_func_linkage linkage; in process_kfunc_with_implicit_args() local 1129 linkage = btf_vlen(t); in process_kfunc_with_implicit_args() 1150 new_func_id = btf__add_func(btf, tmp_name, linkage, proto_id); in process_kfunc_with_implicit_args()
|