Home
last modified time | relevance | path

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

/linux/lib/
H A Dfw_table.c156 unsigned long table_len, table_end, subtable_len, entry_len; in acpi_parse_entries_array() local
166 table_end = (unsigned long)table_header + table_len; in acpi_parse_entries_array()
175 while (((unsigned long)entry.hdr) + subtable_len < table_end) { in acpi_parse_entries_array()
181 if (call_handler(&proc[i], entry.hdr, table_end)) in acpi_parse_entries_array()
/linux/drivers/char/agp/
H A Duninorth-agp.c372 char *table_end; in uninorth_create_gatt_table() local
411 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in uninorth_create_gatt_table()
413 for (page = virt_to_page(table), i = 0; page <= virt_to_page(table_end); in uninorth_create_gatt_table()
422 (unsigned long)table_end + 1); in uninorth_create_gatt_table()
450 char *table, *table_end; in uninorth_free_gatt_table() local
465 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in uninorth_free_gatt_table()
467 for (page = virt_to_page(table); page <= virt_to_page(table_end); page++) in uninorth_free_gatt_table()
H 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()
/linux/arch/x86/boot/compressed/
H A Dacpi.c272 unsigned long table_addr, table_end, table; in count_immovable_mem_regions() local
287 table_end = table_addr + table_header->length; in count_immovable_mem_regions()
290 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions()
/linux/drivers/hwtracing/coresight/
H 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()
/linux/arch/parisc/kernel/
H A Dunwind.c107 void *table_start, void *table_end) in unwind_table_init() argument
111 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
/linux/drivers/acpi/numa/
H 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
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2017 unsigned long table_end, subtable_len; in kfd_find_numa_node_in_srat() local
2039 table_end = (unsigned long)table_header + table_header->length; in kfd_find_numa_node_in_srat()
2047 while (((unsigned long)sub_header) + subtable_len < table_end) { in kfd_find_numa_node_in_srat()