Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/
Dpptt.c207 unsigned long table_end; in acpi_pptt_leaf_node() local
215 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_pptt_leaf_node()
221 while ((unsigned long)entry + proc_sz < table_end) { in acpi_pptt_leaf_node()
253 unsigned long table_end; in acpi_find_processor_node() local
257 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_find_processor_node()
263 while ((unsigned long)entry + proc_sz < table_end) { in acpi_find_processor_node()
Dtables.c290 unsigned long table_end, subtable_len, entry_len; in acpi_parse_entries_array() local
309 table_end = (unsigned long)table_header + table_header->length; in acpi_parse_entries_array()
318 while (((unsigned long)entry.hdr) + subtable_len < table_end) { in acpi_parse_entries_array()
326 (!errs && proc[i].handler(entry.hdr, table_end))) { in acpi_parse_entries_array()
/Linux-v5.4/drivers/char/agp/
Duninorth-agp.c371 char *table_end; in uninorth_create_gatt_table() local
412 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in uninorth_create_gatt_table()
414 for (page = virt_to_page(table), i = 0; page <= virt_to_page(table_end); in uninorth_create_gatt_table()
423 (unsigned long)table_end + 1); in uninorth_create_gatt_table()
451 char *table, *table_end; in uninorth_free_gatt_table() local
466 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in uninorth_free_gatt_table()
468 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in uninorth_free_gatt_table()
Dgeneric.c852 char *table_end; in agp_generic_create_gatt_table() local
932 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in agp_generic_create_gatt_table()
934 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in agp_generic_create_gatt_table()
953 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in agp_generic_create_gatt_table()
975 char *table, *table_end; in agp_generic_free_gatt_table() local
1012 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in agp_generic_free_gatt_table()
1014 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in agp_generic_free_gatt_table()
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-catu.c145 unsigned long table_end, buf_size, offset = 0; in catu_dump_table() local
153 table_end = offset + SZ_1M < buf_size ? in catu_dump_table()
156 for (i = 0; offset < table_end; i++, offset += CATU_PAGE_SIZE) in catu_dump_table()
190 unsigned long offset, buf_size, table_end; in catu_populate_table() local
209 table_end = (offset + SZ_1M) < buf_size ? in catu_populate_table()
211 for (i = 0; offset < table_end; in catu_populate_table()
/Linux-v5.4/arch/x86/boot/compressed/
Dacpi.c377 unsigned long table_addr, table_end, table; in count_immovable_mem_regions() local
392 table_end = table_addr + table_header->length; in count_immovable_mem_regions()
395 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions()
/Linux-v5.4/drivers/soc/ixp4xx/
Dixp4xx-npe.c526 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local
611 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */; in npe_load_firmware()
614 || blk->offset < table_end) { in npe_load_firmware()
/Linux-v5.4/arch/parisc/kernel/
Dunwind.c101 void *table_start, void *table_end) in unwind_table_init() argument
105 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
/Linux-v5.4/arch/ia64/include/asm/
Dunwind.h109 const void *table_start, const void *table_end);
/Linux-v5.4/arch/ia64/kernel/
Dunwind.c2083 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() argument
2085 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table()
2098 const void *table_start, const void *table_end) in unw_add_unwind_table() argument
2100 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table()
2114 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table()