/kernel/linux/linux-6.6/include/linux/ |
H A D | cfi_types.h | 9 #include <linux/linkage.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)
|
H A D | linkage.h | 8 #include <asm/linkage.h> 97 /* SYM_L_* -- linkage of symbols */ 152 #define SYM_ENTRY(name, linkage, align...) \ 153 linkage(name) ASM_NL \ 160 #define SYM_START(name, linkage, align...) \ 161 SYM_ENTRY(name, linkage, align) 174 #define SYM_ALIAS(alias, name, linkage) \ 175 linkage(alias) ASM_NL \ 199 #define SYM_INNER_LABEL_ALIGN(name, linkage) \ 201 SYM_ENTRY(name, linkage, SYM_A_ALIG [all...] |
/kernel/linux/linux-6.6/tools/perf/util/include/linux/ |
H A D | linkage.h | 6 /* linkage.h ... for including arch/x86/lib/memcpy_64.S */ 26 /* SYM_L_* -- linkage of symbols */ 37 #define SYM_ENTRY(name, linkage, align...) \ 38 linkage(name) ASM_NL \ 45 #define SYM_START(name, linkage, align...) \ 46 SYM_ENTRY(name, linkage, align) 59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ 60 linkage(alias) ASM_NL \ 122 #define SYM_TYPED_START(name, linkage, align...) \ 123 SYM_START(name, linkage, alig [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | linkage.h | 8 #include <asm/linkage.h> 97 /* SYM_L_* -- linkage of symbols */ 152 #define SYM_ENTRY(name, linkage, align...) \ 153 linkage(name) ASM_NL \ 160 #define SYM_START(name, linkage, align...) \ 161 SYM_ENTRY(name, linkage, align) 191 #define SYM_INNER_LABEL_ALIGN(name, linkage) \ 193 SYM_ENTRY(name, linkage, SYM_A_ALIGN) 198 #define SYM_INNER_LABEL(name, linkage) \ 200 SYM_ENTRY(name, linkage, SYM_A_NON [all...] |
/kernel/linux/linux-5.10/tools/perf/util/include/linux/ |
H A D | linkage.h | 6 /* linkage.h ... for including arch/x86/lib/memcpy_64.S */ 26 /* SYM_L_* -- linkage of symbols */ 37 #define SYM_ENTRY(name, linkage, align...) \ 38 linkage(name) ASM_NL \ 45 #define SYM_START(name, linkage, align...) \ 46 SYM_ENTRY(name, linkage, align)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc_conntrack.c | 19 .key_len = offsetof(struct efx_tc_ct_zone, linkage), 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), 299 &conn->linkage, in efx_tc_ct_replace() 362 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage, in efx_tc_ct_replace() 376 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage, in efx_tc_ct_remove() 483 &ct_zone->linkage, in efx_tc_ct_register_zone() 510 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage, in efx_tc_ct_register_zone() 524 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage, in efx_tc_ct_unregister_zone() [all...] |
H A D | tc_counters.c | 20 .key_len = offsetof(struct efx_tc_counter_index, linkage), 22 .head_offset = offsetof(struct efx_tc_counter_index, linkage), 26 .key_len = offsetof(struct efx_tc_counter, linkage), 28 .head_offset = offsetof(struct efx_tc_counter, linkage), 151 rc = rhashtable_insert_fast(&efx->tc->counter_ht, &cnt->linkage, in efx_tc_flower_allocate_counter() 177 rhashtable_remove_fast(&efx->tc->counter_ht, &cnt->linkage, in efx_tc_flower_release_counter() 216 rhashtable_remove_fast(&efx->tc->counter_id_ht, &ctr->linkage, in efx_tc_flower_put_counter_index() 234 &ctr->linkage, in efx_tc_flower_get_counter_index() 249 &ctr->linkage, in efx_tc_flower_get_counter_index()
|
H A D | tc.h | 25 * @linkage: rhashtable reference 33 struct rhash_head linkage; member 155 struct rhash_head linkage; member 168 struct rhash_head linkage; member 193 struct rhash_head linkage; member 204 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_conntrack.h | 21 struct rhash_head linkage; member 41 struct rhash_head linkage; member
|
H A D | tc_encap_actions.h | 37 * @linkage: entry in efx->neigh_ht (keys are @net, @dst_ip, @dst_ip6). 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...] |
H A D | tc_encap_actions.c | 22 .head_offset = offsetof(struct efx_neigh_binder, linkage), 28 .head_offset = offsetof(struct efx_tc_encap_action, linkage), 129 &neigh->linkage, in efx_bind_neigh() 215 rhashtable_remove_fast(&efx->tc->neigh_ht, &neigh->linkage, in efx_bind_neigh() 227 rhashtable_remove_fast(&efx->tc->neigh_ht, &neigh->linkage, in efx_free_neigh() 640 &encap->linkage, in efx_tc_flower_create_encap_md() 685 rhashtable_remove_fast(&efx->tc->encap_ht, &encap->linkage, in efx_tc_flower_create_encap_md() 697 rhashtable_remove_fast(&efx->tc->encap_ht, &encap->linkage, in efx_tc_flower_release_encap_md()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | btf.c | 67 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() argument 69 switch (linkage) { in btf_var_linkage_str() 248 const char *linkage = btf_func_linkage_str(t); in dump_btf_type() local 252 jsonw_string_field(w, "linkage", linkage); in dump_btf_type() 254 printf(" type_id=%u linkage=%s", t->type, linkage); in dump_btf_type() 289 const char *linkage; in dump_btf_type() local 291 linkage = btf_var_linkage_str(v->linkage); in dump_btf_type() [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf.c | 62 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() argument 64 switch (linkage) { in btf_var_linkage_str() 298 const char *linkage = btf_func_linkage_str(t); in dump_btf_type() local 302 jsonw_string_field(w, "linkage", linkage); in dump_btf_type() 304 printf(" type_id=%u linkage=%s", t->type, linkage); in dump_btf_type() 339 const char *linkage; in dump_btf_type() local 341 linkage = btf_var_linkage_str(v->linkage); in dump_btf_type() [all...] |
/kernel/linux/linux-6.6/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() 173 fprintf(out, " type_id=%u linkage=%s", t->type, btf_func_linkage_str(t)); in fprintf_btf_type_raw() 186 fprintf(out, " type_id=%u, linkage=%s", in fprintf_btf_type_raw() 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) \ 37 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 34 #define BTF_VAR_ENC(name, type, linkage) \ 35 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | idle.h | 5 #include <linux/linkage.h>
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | idle.h | 5 #include <linux/linkage.h>
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | changebit.S | 7 #include <linux/linkage.h>
|
H A D | testclearbit.S | 7 #include <linux/linkage.h>
|
H A D | testsetbit.S | 7 #include <linux/linkage.h>
|
H A D | testchangebit.S | 7 #include <linux/linkage.h>
|
H A D | setbit.S | 7 #include <linux/linkage.h>
|