taglinefilesource code
empty_bad_page_table54arch/i386/mm/init.cextern char empty_bad_page_table[PAGE_SIZE];
empty_bad_page_table58arch/i386/mm/init.c"D" ((long) empty_bad_page_table),
empty_bad_page_table61arch/i386/mm/init.creturn (pte_t *) empty_bad_page_table;
empty_bad_page_table48arch/mips/mm/init.cextern char empty_bad_page_table[PAGE_SIZE];
empty_bad_page_table52arch/mips/mm/init.cpage = ((unsigned long)empty_bad_page_table) + (PT_OFFSET - PAGE_OFFSET);
empty_bad_page_table71arch/ppc/mm/init.cextern char empty_bad_page_table[PAGE_SIZE];
empty_bad_page_table84arch/ppc/mm/init.c"0" ((long) empty_bad_page_table),
empty_bad_page_table87arch/ppc/mm/init.creturn (pte_t *) empty_bad_page_table;
empty_bad_page_table13include/asm-sparc/system.h#define EMPTY_PGE  (&empty_bad_page_table)
empty_bad_page_table33include/asm-sparc/system.hextern unsigned long empty_bad_page_table;