/openbmc/linux/include/linux/ |
H A D | moduleloader.h | 30 void *module_alloc(unsigned long size);
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | module.c | 30 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module.c | 108 void *module_alloc(unsigned long size) in module_alloc() function
|
H A D | kprobes.c | 133 page = module_alloc(PAGE_SIZE); in alloc_insn_page()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | module.c | 43 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ftrace.c | 223 ftrace_plt = module_alloc(PAGE_SIZE); in ftrace_plt_init()
|
H A D | module.c | 57 void *module_alloc(unsigned long size) in module_alloc() function 513 start = module_alloc(numpages * PAGE_SIZE); in module_alloc_ftrace_hotpatch_trampolines()
|
H A D | kprobes.c | 41 page = module_alloc(PAGE_SIZE); in alloc_insn_page()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | module.c | 68 void *module_alloc(unsigned long size) in module_alloc() function
|
H A D | ftrace.c | 268 return module_alloc(size); in alloc_tramp()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | module.c | 36 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | module.c | 439 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | module.c | 113 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/arm/kernel/ |
H A D | module.c | 37 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | module.c | 492 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | core.c | 460 page = module_alloc(PAGE_SIZE); in alloc_insn_page()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | module.c | 176 void *module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 739 image = module_alloc(proglen); in bpf_jit_compile()
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 1210 return module_alloc(size); in module_memory_alloc() 1613 void * __weak module_alloc(unsigned long size) in module_alloc() function
|
/openbmc/linux/kernel/ |
H A D | kprobes.c | 121 return module_alloc(PAGE_SIZE); in alloc_insn_page()
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 1027 return module_alloc(size); in bpf_jit_alloc_exec()
|