/kernel/linux/linux-5.10/drivers/char/agp/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | uninorth-agp.c | 372 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()
|
H A 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()
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A 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()
|
H A D | tables.c | 300 unsigned long table_end, subtable_len, entry_len; in acpi_parse_entries_array() local 305 table_end = (unsigned long)table_header + table_header->length; in acpi_parse_entries_array() 314 while (((unsigned long)entry.hdr) + subtable_len < table_end) { in acpi_parse_entries_array() 322 (!errs && proc[i].handler(entry.hdr, table_end))) { in acpi_parse_entries_array()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pptt.c | 220 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()
|
H A D | tables.c | 345 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()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | acpi.c | 376 unsigned long table_addr, table_end, table; in count_immovable_mem_regions() local 391 table_end = table_addr + table_header->length; in count_immovable_mem_regions() 394 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions()
|
/kernel/linux/linux-5.10/drivers/soc/ixp4xx/ |
H A D | ixp4xx-npe.c | 526 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()
|
/kernel/linux/linux-6.6/drivers/soc/ixp4xx/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | unwind.h | 109 const void *table_start, const void *table_end);
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | unwind.h | 109 const void *table_start, const void *table_end);
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | unwind.c | 103 void *table_start, void *table_end) in unwind_table_init() 107 (struct unwind_table_entry *)table_end - 1; in unwind_table_init() 101 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) unwind_table_init() argument
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | unwind.c | 105 void *table_start, void *table_end) in unwind_table_init() 109 (struct unwind_table_entry *)table_end - 1; in unwind_table_init() 103 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) unwind_table_init() argument
|
/kernel/linux/linux-6.6/drivers/acpi/numa/ |
H A D | srat.c | 302 void *arg, const unsigned long table_end) in acpi_parse_cfmws() 343 void *arg, const unsigned long table_end) in acpi_parse_cfmws() 301 acpi_parse_cfmws(union acpi_subtable_headers *header, void *arg, const unsigned long table_end) acpi_parse_cfmws() argument 342 acpi_parse_cfmws(union acpi_subtable_headers *header, void *arg, const unsigned long table_end) acpi_parse_cfmws() argument
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind.c | 2086 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() 2088 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table() 2101 const void *table_start, const void *table_end) in unw_add_unwind_table() 2103 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table() 2117 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table() 2082 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) init_unwind_table() argument 2097 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) unw_add_unwind_table() argument
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind.c | 2086 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() 2088 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table() 2101 const void *table_start, const void *table_end) in unw_add_unwind_table() 2103 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table() 2117 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table() 2082 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) init_unwind_table() argument 2097 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) unw_add_unwind_table() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 1823 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()
|