Home
last modified time | relevance | path

Searched defs:me (Results 1 – 25 of 132) sorted by relevance

123456

/linux-6.14.4/arch/riscv/kernel/
Dmodule.c80 static int apply_r_riscv_32_rela(struct module *me, void *location, Elf_Addr v) in apply_r_riscv_32_rela()
91 static int apply_r_riscv_64_rela(struct module *me, void *location, Elf_Addr v) in apply_r_riscv_64_rela()
97 static int apply_r_riscv_branch_rela(struct module *me, void *location, in apply_r_riscv_branch_rela()
109 static int apply_r_riscv_jal_rela(struct module *me, void *location, in apply_r_riscv_jal_rela()
121 static int apply_r_riscv_rvc_branch_rela(struct module *me, void *location, in apply_r_riscv_rvc_branch_rela()
135 static int apply_r_riscv_rvc_jump_rela(struct module *me, void *location, in apply_r_riscv_rvc_jump_rela()
152 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, void *location, in apply_r_riscv_pcrel_hi20_rela()
167 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, void *location, in apply_r_riscv_pcrel_lo12_i_rela()
177 static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, void *location, in apply_r_riscv_pcrel_lo12_s_rela()
190 static int apply_r_riscv_hi20_rela(struct module *me, void *location, in apply_r_riscv_hi20_rela()
[all …]
/linux-6.14.4/arch/mips/kernel/
Dmodule.c38 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, in apply_r_mips_26()
59 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16()
98 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16()
170 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc()
201 static int apply_r_mips_pc16(struct module *me, u32 *location, u32 base, in apply_r_mips_pc16()
207 static int apply_r_mips_pc21(struct module *me, u32 *location, u32 base, in apply_r_mips_pc21()
213 static int apply_r_mips_pc26(struct module *me, u32 *location, u32 base, in apply_r_mips_pc26()
268 static int reloc_handler(u32 type, struct module *me, u32 *location, u32 base, in reloc_handler()
305 struct module *me, bool rela) in __apply_relocate()
378 struct module *me) in apply_relocate()
[all …]
Dvpe.c227 static int apply_r_mips_none(struct module *me, uint32_t *location, in apply_r_mips_none()
233 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, in apply_r_mips_gprel16()
258 static int apply_r_mips_pc16(struct module *me, uint32_t *location, in apply_r_mips_pc16()
277 static int apply_r_mips_32(struct module *me, uint32_t *location, in apply_r_mips_32()
285 static int apply_r_mips_26(struct module *me, uint32_t *location, in apply_r_mips_26()
310 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16()
332 static int apply_r_mips_lo16(struct module *me, uint32_t *location, in apply_r_mips_lo16()
428 struct module *me) in apply_relocations()
/linux-6.14.4/arch/powerpc/kernel/
Dmodule_64.c210 struct module *me) in get_stubs_size()
304 struct module *me) in get_got_size()
438 struct module *me) in module_frob_arch_sections()
536 struct module *me) in create_ftrace_stub()
597 struct module *me) in create_ftrace_stub()
614 static inline unsigned long my_r2(const Elf64_Shdr *sechdrs, struct module *me) in my_r2()
627 struct module *me, in create_stub()
702 struct module *me, in stub_for_addr()
730 struct module *me, in got_for_addr()
759 static int restore_r2(const char *name, u32 *instruction, struct module *me) in restore_r2()
[all …]
/linux-6.14.4/arch/x86/kernel/
Dmodule.c44 struct module *me) in apply_relocate()
85 struct module *me, in __write_relocate_add()
181 struct module *me, in write_relocate_add()
208 struct module *me) in apply_relocate_add()
218 struct module *me) in clear_relocate_add()
228 struct module *me) in module_finalize()
313 struct module *me) in module_post_finalize()
/linux-6.14.4/arch/s390/kernel/
Dmodule.c57 static void check_rela(Elf_Rela *rela, struct module *me) in check_rela()
107 char *secstrings, struct module *me) in module_frob_arch_sections()
223 const char *strtab, struct module *me, in apply_rela()
429 struct module *me, in __apply_relocate_add()
455 struct module *me) in apply_relocate_add()
468 static int module_alloc_ftrace_hotpatch_trampolines(struct module *me, in module_alloc_ftrace_hotpatch_trampolines()
493 struct module *me) in module_finalize()
/linux-6.14.4/arch/parisc/kernel/
Dmodule.c270 struct module *me) in module_frob_arch_sections()
336 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got()
361 static Elf_Addr get_fdesc(struct module *me, unsigned long value) in get_fdesc()
392 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub()
493 struct module *me) in apply_relocate_add()
638 struct module *me) in apply_relocate_add()
802 register_unwind_table(struct module *me, in register_unwind_table()
821 deregister_unwind_table(struct module *me) in deregister_unwind_table()
829 struct module *me) in module_finalize()
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dmsix.c81 struct hfi1_msix_entry *me; in msix_request_irq() local
288 struct hfi1_msix_entry *me; in msix_free_irq() local
317 struct hfi1_msix_entry *me = dd->msix_info.msix_entries; in msix_clean_up_interrupts() local
342 struct hfi1_msix_entry *me; in msix_netdev_synchronize_irq() local
/linux-6.14.4/drivers/staging/media/atomisp/pci/
Dsh_css_params.c773 struct ia_css_host_data *me; in convert_allocate_fpntbl() local
1339 struct ia_css_morph_table *me) in ia_css_morph_table_free()
1368 struct ia_css_morph_table *me; in ia_css_morph_table_allocate() local
1497 ia_css_isp_3a_statistics_map_free(struct ia_css_isp_3a_statistics_map *me) in ia_css_isp_3a_statistics_map_free()
1514 struct ia_css_isp_3a_statistics_map *me; in ia_css_isp_3a_statistics_map_allocate() local
2129 struct ia_css_isp_3a_statistics *me; in ia_css_isp_3a_statistics_allocate() local
2180 ia_css_isp_3a_statistics_free(struct ia_css_isp_3a_statistics *me) in ia_css_isp_3a_statistics_free()
2223 ia_css_metadata_free(struct ia_css_metadata *me) in ia_css_metadata_free()
2885 struct ia_css_host_data *me; in convert_allocate_morph_plane() local
3821 struct ia_css_isp_parameter_set_info *me, in write_ia_css_isp_parameter_set_info_to_ddr()
[all …]
Dsh_css_host_data.c13 struct ia_css_host_data *me; in ia_css_host_data_allocate() local
27 void ia_css_host_data_free(struct ia_css_host_data *me) in ia_css_host_data_free()
/linux-6.14.4/include/linux/
Dmoduleloader.h58 struct module *me) in apply_relocate()
98 struct module *me) in apply_relocate_add()
/linux-6.14.4/arch/sh/kernel/
Dmodule.c28 struct module *me) in apply_relocate_add()
92 struct module *me) in module_finalize()
/linux-6.14.4/include/linux/netfilter_bridge/
Debtables.h34 struct module *me; member
51 struct module *me; member
69 struct module *me; member
100 struct module *me; member
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
Dia_css_sdis.host.c303 struct ia_css_isp_dvs_statistics *me; in ia_css_isp_dvs_statistics_allocate() local
349 struct ia_css_isp_dvs_statistics_map *me; in ia_css_isp_dvs_statistics_map_allocate() local
385 ia_css_isp_dvs_statistics_map_free(struct ia_css_isp_dvs_statistics_map *me) in ia_css_isp_dvs_statistics_map_free()
395 ia_css_isp_dvs_statistics_free(struct ia_css_isp_dvs_statistics *me) in ia_css_isp_dvs_statistics_free()
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c266 input_system_channel_t *me) in create_input_system_channel()
327 input_system_channel_t *me) in destroy_input_system_channel()
339 input_system_input_port_t *me) in create_input_system_input_port()
413 input_system_input_port_t *me) in destroy_input_system_input_port()
/linux-6.14.4/net/netfilter/
Dnf_conntrack_helper.c241 static int unhelp(struct nf_conn *ct, void *me) in unhelp()
347 int nf_conntrack_helper_register(struct nf_conntrack_helper *me) in nf_conntrack_helper_register()
399 const struct nf_conntrack_helper *me = data; in expect_iter_me() local
410 void nf_conntrack_helper_unregister(struct nf_conntrack_helper *me) in nf_conntrack_helper_unregister()
/linux-6.14.4/arch/m68k/kernel/
Dmodule.c26 struct module *me) in apply_relocate()
66 struct module *me) in apply_relocate_add()
/linux-6.14.4/arch/sparc/kernel/
Dmodule.c57 struct module *me) in apply_relocate_add()
179 struct module *me) in module_finalize()
/linux-6.14.4/drivers/net/
Dvrf.c143 static int vrf_map_elem_get_vrf_ifindex(struct vrf_map_elem *me) in vrf_map_elem_get_vrf_ifindex()
158 struct vrf_map_elem *me; in vrf_map_elem_alloc() local
167 static void vrf_map_elem_free(struct vrf_map_elem *me) in vrf_map_elem_free()
172 static void vrf_map_elem_init(struct vrf_map_elem *me, int table_id, in vrf_map_elem_init()
184 struct vrf_map_elem *me; in vrf_map_lookup_elem() local
196 static void vrf_map_add_elem(struct vrf_map *vmap, struct vrf_map_elem *me) in vrf_map_add_elem()
205 static void vrf_map_del_elem(struct vrf_map_elem *me) in vrf_map_del_elem()
226 struct vrf_map_elem *new_me, *me; in vrf_map_register_dev() local
286 struct vrf_map_elem *me; in vrf_map_unregister_dev() local
315 struct vrf_map_elem *me; in vrf_ifindex_lookup_by_table_id() local
/linux-6.14.4/arch/alpha/kernel/
Dmodule.c65 char *secstrings, struct module *me) in module_frob_arch_sections()
135 struct module *me) in apply_relocate_add()
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
Dia_css_dvs.host.c225 struct ia_css_host_data *me; in convert_allocate_dvs_6axis_config() local
267 struct ia_css_host_data *me; in store_dvs_6axis_config() local
/linux-6.14.4/tools/perf/util/
Dmetricgroup.c41 struct metric_event me = { in metricgroup__lookup() local
79 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new() local
93 struct metric_event *me = container_of(rb_node, struct metric_event, nd); in metric_event_delete() local
415 struct mep *me = malloc(sizeof(struct mep)); in mep_new() local
427 struct mep *me = container_of(nd, struct mep, nd); in mep_delete() local
437 struct mep me = { in mep_lookup() local
464 struct mep *me; in metricgroup__add_to_mep_groups() local
544 struct mep *me = container_of(node, struct mep, nd); in metricgroup__print() local
1579 struct metric_event *me; in parse_groups() local
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dirq.c80 unsigned int me = 1U << irq_id; in irq_enable_channel() local
135 unsigned int me = 1U << irq_id; in irq_disable_channel() local
/linux-6.14.4/arch/arm64/kernel/
Dmodule.c222 struct module *me) in apply_relocate_add()
462 struct module *me) in module_finalize()
/linux-6.14.4/kernel/
Dnsproxy.c333 struct task_struct *me = current; in prepare_nsset() local
515 struct task_struct *me = current; in commit_nsset() local

123456