Searched refs:alloc_section_mem (Results 1 – 3 of 3) sorted by relevance
46 void *(*alloc_section_mem)(struct module *mod, unsigned long size, member
273 if (WARN_ON(!cttype->desc.alloc_section_mem)) in codetag_alloc_module_section()277 ret = cttype->desc.alloc_section_mem(mod, size, prepend, align); in codetag_alloc_module_section()
800 .alloc_section_mem = reserve_module_tags, in alloc_tag_init()