/linux-6.1.9/drivers/char/agp/ |
D | uninorth-agp.c | 371 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()
|
D | generic.c | 853 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.1.9/drivers/acpi/ |
D | pptt.c | 208 unsigned long table_end; in acpi_pptt_leaf_node() local 216 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_pptt_leaf_node() 222 while ((unsigned long)entry + proc_sz < table_end) { in acpi_pptt_leaf_node() 254 unsigned long table_end; in acpi_find_processor_node() local 258 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_find_processor_node() 264 while ((unsigned long)entry + proc_sz < table_end) { in acpi_find_processor_node()
|
D | tables.c | 325 unsigned long table_end, subtable_len, entry_len; in acpi_parse_entries_array() local 330 table_end = (unsigned long)table_header + table_header->length; in acpi_parse_entries_array() 339 while (((unsigned long)entry.hdr) + subtable_len < table_end) { in acpi_parse_entries_array() 348 call_handler(&proc[i], entry.hdr, table_end))) { in acpi_parse_entries_array()
|
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-catu.c | 145 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.1.9/arch/x86/boot/compressed/ |
D | acpi.c | 270 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.1.9/drivers/acpi/numa/ |
D | srat.c | 302 void *arg, const unsigned long table_end) in acpi_parse_cfmws() argument 338 void *arg, const unsigned long table_end) in acpi_parse_cfmws() argument
|
/linux-6.1.9/arch/parisc/kernel/ |
D | unwind.c | 104 void *table_start, void *table_end) in unwind_table_init() argument 108 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
|
/linux-6.1.9/drivers/soc/ixp4xx/ |
D | ixp4xx-npe.c | 533 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.1.9/arch/ia64/include/asm/ |
D | unwind.h | 109 const void *table_start, const void *table_end);
|
/linux-6.1.9/arch/ia64/kernel/ |
D | unwind.c | 2083 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.1.9/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 2065 unsigned long table_end, subtable_len; in kfd_find_numa_node_in_srat() local 2087 table_end = (unsigned long)table_header + table_header->length; in kfd_find_numa_node_in_srat() 2095 while (((unsigned long)sub_header) + subtable_len < table_end) { in kfd_find_numa_node_in_srat()
|