Searched refs:needs_section_mem (Results 1 – 3 of 3) sorted by relevance
48 bool (*needs_section_mem)(struct module *mod, unsigned long size); member
248 if (!cttype->desc.needs_section_mem) in codetag_needs_module_section()252 ret = cttype->desc.needs_section_mem(mod, size); in codetag_needs_module_section()
333 static bool needs_section_mem(struct module *mod, unsigned long size) in needs_section_mem() function816 .needs_section_mem = needs_section_mem, in alloc_tag_init()