Home
last modified time | relevance | path

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

/kernel/bpf/
Dcore.c225 hdr = module_alloc(size); in bpf_jit_binary_alloc()
/kernel/
Dmodule.c2600 void * __weak module_alloc(unsigned long size) in module_alloc() function
3030 ptr = module_alloc(mod->core_size); in move_module()
3044 ptr = module_alloc(mod->init_size); in move_module()
Dkprobes.c125 return module_alloc(PAGE_SIZE); in alloc_insn_page()