Searched refs:empty_bad_page (Results 1 - 7 of 7) sorted by relevance

/arch/sparc/include/asm/
H A Dsetup.h25 extern unsigned long empty_bad_page;
/arch/h8300/mm/
H A Dinit.c57 static unsigned long empty_bad_page; variable
93 empty_bad_page = (unsigned long)alloc_bootmem_pages(PAGE_SIZE);
/arch/frv/mm/
H A Dinit.c57 static unsigned long empty_bad_page; variable
75 empty_bad_page = (unsigned long) alloc_bootmem_pages(PAGE_SIZE);
/arch/sh/kernel/
H A Dhead_64.S104 .global empty_bad_page
105 empty_bad_page: label
/arch/um/kernel/
H A Dmem.c26 static unsigned long *empty_bad_page = NULL; variable
220 empty_bad_page = (unsigned long *) alloc_bootmem_low_pages(PAGE_SIZE);
/arch/mn10300/kernel/
H A Dhead.S437 ENTRY(empty_bad_page) function
/arch/sparc/kernel/
H A Dhead_32.S408 .globl empty_bad_page
417 empty_bad_page: .skip PAGE_SIZE label

Completed in 461 milliseconds