Home
last modified time | relevance | path

Searched refs:load_info (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/kernel/module/
H A Dinternal.h61 struct load_info { struct
112 int mod_verify_sig(const void *mod, struct load_info *info); argument
137 int copy_module_elf(struct module *mod, struct load_info *info);
209 void mod_stat_bump_invalid(struct load_info *info, int flags);
270 void module_decompress_cleanup(struct load_info *info);
272 static inline int module_decompress(struct load_info *info, in module_decompress()
329 int module_sig_check(struct load_info *info, int flags);
341 const struct load_info *info) { } in kmemleak_load_module()
366 const struct load_info *info, in mod_sysfs_setup()
378 int check_version(const struct load_info *info,
[all …]
H A Dmain.c238 static void *section_objs(const struct load_info *info, in section_objs()
434 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
506 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
1134 const struct load_info *info, in resolve_symbol()
1190 const struct load_info *info, in resolve_symbol_wait()
1729 static int elf_validity_ehdr(const struct load_info *info) in elf_validity_ehdr()
2195 static int elf_validity_cache_strtab(struct load_info *info) in elf_validity_cache_strtab()
2323 struct load_info *info) in copy_module_from_user()
2354 static void free_copy(struct load_info *info, int flags) in free_copy()
3472 struct load_info info = { }; in SYSCALL_DEFINE3()
[all …]
H A Ddecompress.c17 static int module_extend_max_pages(struct load_info *info, unsigned int extent) in module_extend_max_pages()
34 static struct page *module_get_next_page(struct load_info *info) in module_get_next_page()
85 static ssize_t module_gzip_decompress(struct load_info *info, in module_gzip_decompress()
149 static ssize_t module_xz_decompress(struct load_info *info, in module_xz_decompress()
207 static ssize_t module_zstd_decompress(struct load_info *info, in module_zstd_decompress()
294 int module_decompress(struct load_info *info, const void *buf, size_t size) in module_decompress()
331 void module_decompress_cleanup(struct load_info *info) in module_decompress_cleanup()
H A Dversion.c13 int check_version(const struct load_info *info, in check_version()
75 int check_modstruct_version(const struct load_info *info, in check_modstruct_version()
107 void modversion_ext_start(const struct load_info *info, in modversion_ext_start()
H A Dsigning.c43 int mod_verify_sig(const void *mod, struct load_info *info) in mod_verify_sig()
70 int module_sig_check(struct load_info *info, int flags) in module_sig_check()
H A Dsysfs.c65 static int add_sect_attrs(struct module *mod, const struct load_info *info) in add_sect_attrs()
151 static int add_notes_attrs(struct module *mod, const struct load_info *info) in add_notes_attrs()
226 static inline int add_sect_attrs(struct module *mod, const struct load_info *info) in add_sect_attrs()
231 static inline int add_notes_attrs(struct module *mod, const struct load_info *info) in add_notes_attrs()
366 const struct load_info *info, in mod_sysfs_setup()
H A Dkallsyms.c38 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type()
113 void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab()
170 void add_kallsyms(struct module *mod, const struct load_info *info) in add_kallsyms()
225 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
239 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
H A Ddebug_kmemleak.c13 const struct load_info *info) in kmemleak_load_module()
H A Dlivepatch.c18 int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf()
H A Dstats.c220 void mod_stat_bump_invalid(struct load_info *info, int flags) in mod_stat_bump_invalid()
230 void mod_stat_bump_becoming(struct load_info *info, int flags) in mod_stat_bump_becoming()
/linux-6.15/sound/synth/emux/
H A Dsoundfont.c41 static int load_info(struct snd_card *card, struct snd_sf_list *sflist,
169 rc = load_info(card, sflist, data, count); in snd_soundfont_load()
514 load_info(struct snd_card *card, in load_info() function