Searched refs:table_end (Results 1 – 6 of 6) sorted by relevance
/arch/x86/mm/ |
D | init_32.c | 66 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()
|
D | init_64.c | 295 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/ |
D | unwind.c | 92 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/ |
D | unwind.h | 108 const void *table_start, const void *table_end);
|
/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 539 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/ |
D | unwind.c | 2068 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()
|