Home
last modified time | relevance | path

Searched refs:alloc_section_mem (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcodetag.h49 void *(*alloc_section_mem)(struct module *mod, unsigned long size, member
/linux/lib/
H A Dcodetag.c273 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()