Home
last modified time | relevance | path

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

/drivers/acpi/
A 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()
235 while ((unsigned long)entry + proc_sz <= table_end) { in acpi_pptt_leaf_node()
268 unsigned long table_end; in acpi_find_processor_node() local
272 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_find_processor_node()
278 while ((unsigned long)entry + proc_sz <= table_end) { in acpi_find_processor_node()
288 (unsigned long)entry + entry->length <= table_end && in acpi_find_processor_node()
/drivers/char/agp/
A 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()
A 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()
/drivers/hwtracing/coresight/
A Dcoresight-catu.c146 unsigned long table_end, buf_size, offset = 0; in catu_dump_table() local
154 table_end = offset + SZ_1M < buf_size ? in catu_dump_table()
157 for (i = 0; offset < table_end; i++, offset += CATU_PAGE_SIZE) in catu_dump_table()
191 unsigned long offset, buf_size, table_end; in catu_populate_table() local
210 table_end = (offset + SZ_1M) < buf_size ? in catu_populate_table()
212 for (i = 0; offset < table_end; in catu_populate_table()
/drivers/soc/ixp4xx/
A 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()
/drivers/acpi/numa/
A Dsrat.c360 const unsigned long table_end) in acpi_parse_memory_affinity() argument
429 void *arg, const unsigned long table_end) in acpi_parse_cfmws() argument
/drivers/gpu/drm/amd/amdkfd/
A Dkfd_crat.c2015 unsigned long table_end, subtable_len; in kfd_find_numa_node_in_srat() local
2037 table_end = (unsigned long)table_header + table_header->length; in kfd_find_numa_node_in_srat()
2045 while (((unsigned long)sub_header) + subtable_len < table_end) { in kfd_find_numa_node_in_srat()

Completed in 27 milliseconds