Searched refs:table_end (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dtables.c183 unsigned long table_end; local
198 table_end = (unsigned long)table_header + table_header->length;
206 table_end) {
209 if (handler(entry, table_end))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dbfin-global.h105 extern unsigned long table_start, table_end;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dproto.h82 extern unsigned long table_start, table_end;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Duninorth-agp.c378 char *table_end; local
413 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
415 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
425 flush_dcache_range((unsigned long)table, (unsigned long)table_end);
433 char *table, *table_end; local
446 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
448 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
H A Dgeneric.c838 char *table_end; local
918 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
920 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
932 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
954 char *table, *table_end; local
988 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
990 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dunwind.h108 const void *table_start, const void *table_end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dunwind.c92 void *table_start, void *table_end)
96 (struct unwind_table_entry *)table_end - 1;
90 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c177 unsigned long __meminitdata table_start, table_end; variable
181 unsigned long pfn = table_end++;
338 table_end = table_start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A De820.c64 if (last >= table_start<<PAGE_SHIFT && addr < table_end<<PAGE_SHIFT) {
65 *addrp = PAGE_ALIGN(table_end << PAGE_SHIFT);
H A Dsetup.c310 (table_end - table_start) << PAGE_SHIFT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c2069 unsigned long gp, const void *table_start, const void *table_end)
2071 const struct unw_table_entry *start = table_start, *end = table_end;
2084 const void *table_start, const void *table_end)
2086 const struct unw_table_entry *start = table_start, *end = table_end;
2100 init_unwind_table(table, name, segment_base, gp, table_start, table_end);
2065 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
2080 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c7198 static char *table_end = "</table>\n"; local
7219 websWrite(wp, table_end);

Completed in 236 milliseconds