Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/char/agp/
Duninorth-agp.c372 char *table_end; in uninorth_create_gatt_table() local
413 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in uninorth_create_gatt_table()
415 for (page = virt_to_page(table), i = 0; page <= virt_to_page(table_end); in uninorth_create_gatt_table()
424 (unsigned long)table_end + 1); in uninorth_create_gatt_table()
452 char *table, *table_end; in uninorth_free_gatt_table() local
467 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in uninorth_free_gatt_table()
469 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in uninorth_free_gatt_table()
Dgeneric.c853 char *table_end; in agp_generic_create_gatt_table() local
928 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in agp_generic_create_gatt_table()
930 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in agp_generic_create_gatt_table()
949 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in agp_generic_create_gatt_table()
971 char *table, *table_end; in agp_generic_free_gatt_table() local
1008 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in agp_generic_free_gatt_table()
1010 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in agp_generic_free_gatt_table()
/linux-6.6.21/drivers/acpi/
Dpptt.c220 unsigned long table_end; in acpi_pptt_leaf_node() local
228 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_pptt_leaf_node()
234 while ((unsigned long)entry + proc_sz < table_end) { in acpi_pptt_leaf_node()
266 unsigned long table_end; in acpi_find_processor_node() local
270 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_find_processor_node()
276 while ((unsigned long)entry + proc_sz < table_end) { in acpi_find_processor_node()
Dtables.c345 unsigned long table_end, subtable_len, entry_len; in acpi_parse_entries_array() local
350 table_end = (unsigned long)table_header + table_header->length; in acpi_parse_entries_array()
359 while (((unsigned long)entry.hdr) + subtable_len < table_end) { in acpi_parse_entries_array()
368 call_handler(&proc[i], entry.hdr, table_end))) { in acpi_parse_entries_array()
/linux-6.6.21/arch/x86/boot/compressed/
Dacpi.c270 unsigned long table_addr, table_end, table; in count_immovable_mem_regions() local
285 table_end = table_addr + table_header->length; in count_immovable_mem_regions()
288 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions()
/linux-6.6.21/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-6.6.21/drivers/acpi/numa/
Dsrat.c302 void *arg, const unsigned long table_end) in acpi_parse_cfmws() argument
343 void *arg, const unsigned long table_end) in acpi_parse_cfmws() argument
/linux-6.6.21/arch/parisc/kernel/
Dunwind.c105 void *table_start, void *table_end) in unwind_table_init() argument
109 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
/linux-6.6.21/drivers/soc/ixp4xx/
Dixp4xx-npe.c533 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local
618 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */; in npe_load_firmware()
621 || blk->offset < table_end) { in npe_load_firmware()
/linux-6.6.21/arch/ia64/include/asm/
Dunwind.h109 const void *table_start, const void *table_end);
/linux-6.6.21/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()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c1823 unsigned long table_end, subtable_len; in kfd_find_numa_node_in_srat() local
1845 table_end = (unsigned long)table_header + table_header->length; in kfd_find_numa_node_in_srat()
1853 while (((unsigned long)sub_header) + subtable_len < table_end) { in kfd_find_numa_node_in_srat()