Home
last modified time | relevance | path

Searched refs:table_end (Results 1 – 6 of 6) sorted by relevance

/arch/x86/mm/
Dinit_32.c66 static unsigned long __meminitdata table_end; variable
73 unsigned long pfn = table_end++; in alloc_low_page()
158 || (__pa(pte) >> PAGE_SHIFT) >= table_end)) { in page_table_kmap_check()
860 table_end = table_start; in find_early_table_space()
954 table_end << PAGE_SHIFT, "PGTABLE"); in init_memory_mapping()
Dinit_64.c295 static unsigned long __meminitdata table_end; variable
300 unsigned long pfn = table_end++; in alloc_low_page()
584 table_end = table_start; in find_early_table_space()
795 if (!after_bootmem && table_end > table_start) in init_memory_mapping()
797 table_end << PAGE_SHIFT, "PGTABLE"); in init_memory_mapping()
/arch/parisc/kernel/
Dunwind.c92 void *table_start, void *table_end) in unwind_table_init() argument
96 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
/arch/ia64/include/asm/
Dunwind.h108 const void *table_start, const void *table_end);
/arch/arm/mach-ixp4xx/
Dixp4xx_npe.c539 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local
624 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */; in npe_load_firmware()
627 || blk->offset < table_end) { in npe_load_firmware()
/arch/ia64/kernel/
Dunwind.c2068 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() argument
2070 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table()
2083 const void *table_start, const void *table_end) in unw_add_unwind_table() argument
2085 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table()
2099 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table()