Home
last modified time | relevance | path

Searched refs:module_memory (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/kernel/module/
H A Dtree_lookup.c24 struct module_memory *mod_mem = container_of(n, struct module_memory, mtn.node); in __mod_tree_val()
31 struct module_memory *mod_mem = container_of(n, struct module_memory, mtn.node); in __mod_tree_size()
H A Dstrict_rwx.c18 const struct module_memory *mod_mem = &mod->mem[type]; in module_set_memory()
36 const struct module_memory *mem = &mod->mem[type]; in module_enable_text_rox()
H A Dkallsyms.c119 struct module_memory *mod_mem_data = &mod->mem[MOD_DATA]; in layout_symtab()
120 struct module_memory *mod_mem_init_data = &mod->mem[MOD_INIT_DATA]; in layout_symtab()
261 struct module_memory *mod_mem; in find_kallsyms_symbol()
H A Dmain.c121 struct module_memory *mod_mem = &mod->mem[type]; in mod_update_bounds()
1265 struct module_memory *mem = &mod->mem[type]; in module_memory_restore_rox()
1274 struct module_memory *mem = &mod->mem[type]; in module_memory_free()
1282 struct module_memory *mod_mem = &mod->mem[type]; in free_mod_mem()
2725 const struct module_memory *mod_mem = &mod->mem[type]; in flush_module_icache()
2922 const struct module_memory *mod_mem = &mod->mem[type]; in do_init_module()
/linux-6.15/include/linux/
H A Dmodule.h373 struct module_memory { struct
472 struct module_memory mem[MOD_MEM_NUM_TYPES] __module_memory_align;
/linux-6.15/arch/arc/kernel/
H A Dunwind.c372 struct module_memory *core_text; in unwind_add_table()
373 struct module_memory *init_text; in unwind_add_table()
/linux-6.15/arch/s390/kernel/
H A Dmodule.c114 struct module_memory *mod_mem; in module_frob_arch_sections()
/linux-6.15/arch/mips/kernel/
H A Dvpe.c202 struct module_memory *mod_mem; in layout_sections()
/linux-6.15/arch/parisc/kernel/
H A Dmodule.c274 struct module_memory *mod_mem; in module_frob_arch_sections()