Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dmain.c1206 static void *module_memory_alloc(unsigned int size, enum mod_mem_type type) in module_memory_alloc() function
2235 ptr = module_memory_alloc(mod->mem[type].size, type); in move_module()