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

/linux-master/lib/
H A Dfw_table.c156 unsigned long table_len, table_end, subtable_len, entry_len; local
166 table_end = (unsigned long)table_header + table_len;
175 while (((unsigned long)entry.hdr) + subtable_len < table_end) {
181 if (call_handler(&proc[i], entry.hdr, table_end))
/linux-master/drivers/acpi/
H A Dpptt.c220 unsigned long table_end; local
228 table_end = (unsigned long)table_hdr + table_hdr->length;
234 while ((unsigned long)entry + proc_sz < table_end) {
266 unsigned long table_end; local
270 table_end = (unsigned long)table_hdr + table_hdr->length;
276 while ((unsigned long)entry + proc_sz < table_end) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-catu.c145 unsigned long table_end, buf_size, offset = 0; local
153 table_end = offset + SZ_1M < buf_size ?
156 for (i = 0; offset < table_end; i++, offset += CATU_PAGE_SIZE)
190 unsigned long offset, buf_size, table_end; local
209 table_end = (offset + SZ_1M) < buf_size ?
211 for (i = 0; offset < table_end;
/linux-master/arch/x86/boot/compressed/
H A Dacpi.c272 unsigned long table_addr, table_end, table; local
287 table_end = table_addr + table_header->length;
290 while (table + sizeof(struct acpi_subtable_header) < table_end) {
/linux-master/drivers/char/agp/
H A Duninorth-agp.c372 char *table_end; local
413 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
415 for (page = virt_to_page(table), i = 0; page <= virt_to_page(table_end);
424 (unsigned long)table_end + 1);
452 char *table, *table_end; local
467 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
469 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
H A Dgeneric.c853 char *table_end; local
928 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
930 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
949 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
971 char *table, *table_end; local
1008 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1);
1010 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++)
/linux-master/arch/parisc/kernel/
H A Dunwind.c105 void *table_start, void *table_end)
109 (struct unwind_table_entry *)table_end - 1;
103 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) argument
/linux-master/drivers/acpi/numa/
H A Dsrat.c304 void *arg, const unsigned long table_end)
345 void *arg, const unsigned long table_end)
303 acpi_parse_cfmws(union acpi_subtable_headers *header, void *arg, const unsigned long table_end) argument
344 acpi_parse_cfmws(union acpi_subtable_headers *header, void *arg, const unsigned long table_end) argument
/linux-master/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c533 int i, j, err, data_size, instr_size, blocks, table_end; local
618 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */;
621 || blk->offset < table_end) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1978 unsigned long table_end, subtable_len; local
2000 table_end = (unsigned long)table_header + table_header->length;
2008 while (((unsigned long)sub_header) + subtable_len < table_end) {

Completed in 252 milliseconds