Home
last modified time | relevance | path

Searched full:linkage (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/linux-6.14.4/include/linux/
Dcfi_types.h9 #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)
Dlinkage.h8 #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_ALIGN)
[all …]
/linux-6.14.4/tools/perf/util/include/linux/
Dlinkage.h6 /* linkage.h ... for including arch/x86/lib/memcpy_64.S */
26 /* SYM_L_* -- linkage of symbols */
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-6.14.4/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst187 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc
188 [21] VAR 'global_var' type_id=3, linkage=global-alloc
189 [22] VAR 'my_func.static_var' type_id=3, linkage=static
257 [104852] FUNC 'i2c_register_spd' type_id=84745 linkage=static
258 [104853] FUNC 'smbalert_driver_init' type_id=1213 linkage=static
261 [104855] FUNC 'i2c_handle_smbus_alert' type_id=104854 linkage=static
262 [104856] FUNC 'smbalert_remove' type_id=104854 linkage=static
266 [104858] FUNC 'smbalert_probe' type_id=104857 linkage=static
267 [104859] FUNC 'smbalert_work' type_id=9695 linkage=static
268 [104860] FUNC 'smbus_alert' type_id=71367 linkage=static
[all …]
/linux-6.14.4/drivers/net/ethernet/sfc/
Dtc_counters.c20 .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()
Dtc.h25 * @linkage: rhashtable reference
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
Dtc_conntrack.c21 .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()
Dtc_encap_actions.h37 * @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
Dtc_conntrack.h21 struct rhash_head linkage; member
41 struct rhash_head linkage; member
Dtc_counters.h28 struct rhash_head linkage; /* efx->tc->counter_ht */ member
42 struct rhash_head linkage; /* efx->tc->counter_id_ht */ member
Dtc_encap_actions.c22 .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()
Dtc.c95 .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-6.14.4/tools/testing/selftests/bpf/
Dbtf_helpers.c55 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()
Dtest_btf.h36 #define BTF_VAR_ENC(name, type, linkage) \ argument
37 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c227 "[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()
Dbtf_field_iter.c114 "[14] FUNC 'func' type_id=13 linkage=global", in test_btf_field_iter()
115 "[15] VAR 'var1' type_id=1, linkage=static", in test_btf_field_iter()
116 "[16] VAR 'var2' type_id=3, linkage=static", in test_btf_field_iter()
/linux-6.14.4/tools/bpf/bpftool/
Dbtf.c79 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() argument
81 switch (linkage) { in btf_var_linkage_str()
315 const char *linkage = btf_func_linkage_str(t); in dump_btf_type() local
319 jsonw_string_field(w, "linkage", linkage); in dump_btf_type()
321 printf(" type_id=%u linkage=%s", t->type, linkage); in dump_btf_type()
356 const char *linkage; in dump_btf_type() local
358 linkage = btf_var_linkage_str(v->linkage); in dump_btf_type()
362 jsonw_string_field(w, "linkage", linkage); in dump_btf_type()
364 printf(" type_id=%u, linkage=%s", t->type, linkage); in dump_btf_type()
/linux-6.14.4/arch/x86/entry/
Dentry.S7 #include <linux/linkage.h>
59 * ordinary variable with external linkage in the same compilation unit (which
/linux-6.14.4/tools/testing/selftests/nolibc/
DMakefile231 nolibc-test: nolibc-test.c nolibc-test-linkage.c sysroot/$(ARCH)/include
233 …-nostdlib -nostdinc -static -Isysroot/$(ARCH)/include nolibc-test.c nolibc-test-linkage.c $(LIBGCC)
235 nolibc-test: nolibc-test.c nolibc-test-linkage.c
237 …tic -include $(srctree)/tools/include/nolibc/nolibc.h nolibc-test.c nolibc-test-linkage.c $(LIBGCC)
240 libc-test: nolibc-test.c nolibc-test-linkage.c
241 $(QUIET_CC)$(HOSTCC) -o $@ nolibc-test.c nolibc-test-linkage.c
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_dc_resource_mgmt.h37 * dml2_map_dc_pipes - Creates a pipe linkage in dc_state based on current display config.
44 * config, create a pipe linkage in dc_state which is then used by DC core.
/linux-6.14.4/drivers/net/dsa/microchip/
Dksz9477_acl.c299 /* Following entry should have empty linkage list */ in ksz9477_acl_get_cont_entr()
301 dev_err(dev->dev, "ACL: entry %d has non-empty RuleSet linkage\n", in ksz9477_acl_get_cont_entr()
312 * ksz9477_acl_update_linkage - Update the RuleSet linkage for an ACL entry
320 * This function updates the RuleSet linkage bits for an ACL entry when
322 * linkage is represented by two 8-bit registers, which are combined
323 * into a 16-bit value for easier manipulation. The linkage bits are shifted
330 * Returns: 0 on success, or -EINVAL if any RuleSet linkage bits are lost
356 dev_err(dev->dev, "ACL: entry %d has unexpected ActionRule linkage: %d\n", in ksz9477_acl_update_linkage()
374 dev_err(dev->dev, "ACL RuleSet linkage bits lost during move\n"); in ksz9477_acl_update_linkage()
462 * destination indices. It ensures that the linkage between the ACL entries is
[all …]
/linux-6.14.4/arch/m68k/kernel/
Dints.h3 #include <linux/linkage.h>
Dptrace.h3 #include <linux/linkage.h>
/linux-6.14.4/include/asm-generic/
Dlinkage.h4 * linux/linkage.h provides reasonable defaults.
/linux-6.14.4/arch/m68k/68000/
Dints.h3 #include <linux/linkage.h>

12345678910>>...40