Searched refs:needs_section_mem (Results 1 – 3 of 3) sorted by relevance
45 bool (*needs_section_mem)(struct module *mod, unsigned long size); member
227 if (!cttype->desc.needs_section_mem) in codetag_needs_module_section()231 ret = cttype->desc.needs_section_mem(mod, size); in codetag_needs_module_section()
345 static bool needs_section_mem(struct module *mod, unsigned long size) in needs_section_mem() function807 .needs_section_mem = needs_section_mem, in alloc_tag_init()