table_end         109 arch/ia64/include/asm/unwind.h 				   const void *table_start, const void *table_end);
table_end        2083 arch/ia64/kernel/unwind.c 		   unsigned long gp, const void *table_start, const void *table_end)
table_end        2085 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *start = table_start, *end = table_end;
table_end        2098 arch/ia64/kernel/unwind.c 		      const void *table_start, const void *table_end)
table_end        2100 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *start = table_start, *end = table_end;
table_end        2114 arch/ia64/kernel/unwind.c 	init_unwind_table(table, name, segment_base, gp, table_start, table_end);
table_end         101 arch/parisc/kernel/unwind.c 		  void *table_start, void *table_end)
table_end         105 arch/parisc/kernel/unwind.c 		(struct unwind_table_entry *)table_end - 1;
table_end         377 arch/x86/boot/compressed/acpi.c 	unsigned long table_addr, table_end, table;
table_end         392 arch/x86/boot/compressed/acpi.c 	table_end = table_addr + table_header->length;
table_end         395 arch/x86/boot/compressed/acpi.c 	while (table + sizeof(struct acpi_subtable_header) < table_end) {
table_end         207 drivers/acpi/pptt.c 	unsigned long table_end;
table_end         215 drivers/acpi/pptt.c 	table_end = (unsigned long)table_hdr + table_hdr->length;
table_end         221 drivers/acpi/pptt.c 	while ((unsigned long)entry + proc_sz < table_end) {
table_end         253 drivers/acpi/pptt.c 	unsigned long table_end;
table_end         257 drivers/acpi/pptt.c 	table_end = (unsigned long)table_hdr + table_hdr->length;
table_end         263 drivers/acpi/pptt.c 	while ((unsigned long)entry + proc_sz < table_end) {
table_end         290 drivers/acpi/tables.c 	unsigned long table_end, subtable_len, entry_len;
table_end         309 drivers/acpi/tables.c 	table_end = (unsigned long)table_header + table_header->length;
table_end         318 drivers/acpi/tables.c 	while (((unsigned long)entry.hdr) + subtable_len  < table_end) {
table_end         326 drivers/acpi/tables.c 			     (!errs && proc[i].handler(entry.hdr, table_end))) {
table_end         852 drivers/char/agp/generic.c 	char *table_end;
table_end         932 drivers/char/agp/generic.c 	table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
table_end         934 drivers/char/agp/generic.c 	for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
table_end         953 drivers/char/agp/generic.c 		for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
table_end         975 drivers/char/agp/generic.c 	char *table, *table_end;
table_end        1012 drivers/char/agp/generic.c 	table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
table_end        1014 drivers/char/agp/generic.c 	for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
table_end         371 drivers/char/agp/uninorth-agp.c 	char *table_end;
table_end         412 drivers/char/agp/uninorth-agp.c 	table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
table_end         414 drivers/char/agp/uninorth-agp.c 	for (page = virt_to_page(table), i = 0; page <= virt_to_page(table_end);
table_end         423 drivers/char/agp/uninorth-agp.c 			   (unsigned long)table_end + 1);
table_end         451 drivers/char/agp/uninorth-agp.c 	char *table, *table_end;
table_end         466 drivers/char/agp/uninorth-agp.c 	table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
table_end         468 drivers/char/agp/uninorth-agp.c 	for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
table_end         145 drivers/hwtracing/coresight/coresight-catu.c 	unsigned long table_end, buf_size, offset = 0;
table_end         153 drivers/hwtracing/coresight/coresight-catu.c 		table_end = offset + SZ_1M < buf_size ?
table_end         156 drivers/hwtracing/coresight/coresight-catu.c 		for (i = 0; offset < table_end; i++, offset += CATU_PAGE_SIZE)
table_end         190 drivers/hwtracing/coresight/coresight-catu.c 	unsigned long offset, buf_size, table_end;
table_end         209 drivers/hwtracing/coresight/coresight-catu.c 		table_end = (offset + SZ_1M) < buf_size ?
table_end         211 drivers/hwtracing/coresight/coresight-catu.c 		for (i = 0; offset < table_end;
table_end         526 drivers/soc/ixp4xx/ixp4xx-npe.c 	int i, j, err, data_size, instr_size, blocks, table_end;
table_end         611 drivers/soc/ixp4xx/ixp4xx-npe.c 	table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */;
table_end         614 drivers/soc/ixp4xx/ixp4xx-npe.c 		    || blk->offset < table_end) {