Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dvpe.h114 void *alloc_progmem(unsigned long len);
/openbmc/linux/arch/mips/kernel/
H A Dvpe.c142 void *alloc_progmem(unsigned long len) in alloc_progmem() function
643 v->load_addr = alloc_progmem(mod.mem[MOD_TEXT].size); in vpe_elfload()