tag | line | file | source code |
---|---|---|---|
empty_bad_page_table | 50 | arch/i386/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
empty_bad_page_table | 54 | arch/i386/mm/init.c | "D" ((long) empty_bad_page_table), |
empty_bad_page_table | 57 | arch/i386/mm/init.c | return (pte_t *) empty_bad_page_table; |
empty_bad_page_table | 48 | arch/mips/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
empty_bad_page_table | 52 | arch/mips/mm/init.c | page = ((unsigned long)empty_bad_page_table) + (PT_OFFSET - PAGE_OFFSET); |
empty_bad_page_table | 71 | arch/ppc/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
empty_bad_page_table | 84 | arch/ppc/mm/init.c | "0" ((long) empty_bad_page_table), |
empty_bad_page_table | 87 | arch/ppc/mm/init.c | return (pte_t *) empty_bad_page_table; |
empty_bad_page_table | 12 | include/asm-sparc/system.h | #define EMPTY_PGE (&empty_bad_page_table) |
empty_bad_page_table | 33 | include/asm-sparc/system.h | extern unsigned long empty_bad_page_table; |