Searched refs:free_init_pages (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/mips/mti-malta/
H A Dmalta-memory.c29 free_init_pages("unused kernel", __pa_symbol((unsigned long *)begin),
/linux-master/arch/mips/include/asm/
H A Dbootinfo.h102 extern void free_init_pages(const char *what,
/linux-master/arch/mips/dec/prom/
H A Dmemory.c116 free_init_pages("unused PROM memory", PAGE_SIZE, end);
/linux-master/arch/mips/fw/arc/
H A Dmemory.c184 free_init_pages("prom memory",
/linux-master/arch/x86/mm/
H A Dinit.c891 void free_init_pages(const char *what, unsigned long begin, unsigned long end) function
937 * used for the kernel image only. free_init_pages() will do the
946 free_init_pages(what, begin_ul, end_ul);
989 free_init_pages("initrd", start, PAGE_ALIGN(end));
H A Dmem_encrypt_amd.c540 free_init_pages("unused decrypted", vaddr, vaddr_end);
/linux-master/arch/mips/mm/
H A Dinit.c486 void free_init_pages(const char *what, unsigned long begin, unsigned long end) function
/linux-master/arch/x86/include/asm/
H A Dprocessor.h692 void free_init_pages(const char *what, unsigned long begin, unsigned long end);
/linux-master/arch/x86/kernel/
H A Dalternative.c1728 free_init_pages("SMP alternatives",

Completed in 244 milliseconds