Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 10 of 10) sorted by relevance

/linux/tools/objtool/arch/x86/
H A Dspecial.c118 unsigned long table_offset; in arch_find_switch_table()
127 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
131 table_offset += 4; in arch_find_switch_table()
142 if (find_symbol_containing(table_sec, table_offset) &&
151 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset);
87 unsigned long table_offset; arch_find_switch_table() local
/linux/drivers/acpi/
H A Dtables.c550 int table_offset = 0; in acpi_table_initrd_override() local
560 while (table_offset + ACPI_HEADER_SIZE <= all_tables_size) { in acpi_table_initrd_override()
561 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_table_initrd_override()
563 if (table_offset + table->length > all_tables_size) { in acpi_table_initrd_override()
591 *address = acpi_tables_addr + table_offset; in acpi_table_initrd_override()
599 table_offset += table_length; in acpi_table_initrd_override()
607 int table_offset = 0; in acpi_table_initrd_scan() local
615 while (table_offset + ACPI_HEADER_SIZE <= all_tables_size) { in acpi_table_initrd_scan()
616 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_table_initrd_scan()
618 if (table_offset + table->length > all_tables_size) { in acpi_table_initrd_scan()
[all …]
/linux/tools/objtool/arch/loongarch/
H A Dspecial.c173 unsigned long table_offset; in arch_find_switch_table() local
184 table_offset = annotate_reloc->sym->offset + reloc_addend(annotate_reloc); in arch_find_switch_table()
191 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
/linux/drivers/pci/msi/
H A Dmsi.c576 u32 table_offset; in msix_map_region() local
581 &table_offset); in msix_map_region()
582 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in msix_map_region()
587 table_offset &= PCI_MSIX_TABLE_OFFSET; in msix_map_region()
588 phys_addr = pci_resource_start(dev, bir) + table_offset; in msix_map_region()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmmsch_v4_0.h56 uint32_t table_offset; member
H A Dmmsch_v3_0.h45 uint32_t table_offset; member
H A Dmmsch_v1_0.h50 uint32_t table_offset; member
H A Djpeg_v4_0.c464 header.jpegdec.table_offset = 0; in jpeg_v4_0_start_sriov()
488 header.jpegdec.table_offset = header.total_size; in jpeg_v4_0_start_sriov()
H A Dvcn_v3_0.c1419 header.inst[i].table_offset = 0; in vcn_v3_0_start_sriov()
1534 header.inst[i].table_offset = header.total_size; in vcn_v3_0_start_sriov()
/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c621 u32 table_offset = window_index * ATR_ENTRY_SIZE; in mc_pcie_setup_inbound_atr() local
622 void __iomem *table_addr = port->bridge_base_addr + table_offset; in mc_pcie_setup_inbound_atr()