Home
last modified time | relevance | path

Searched refs:section_offset (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/scripts/
A Dcheck_extable.sh36 section_offset=$(printf "0x%016x" $(( ${section_offset} + $2 )) )
55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | …
62 find_alt_replacement_target ${section} ${section_offset}
84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
89 …und a reference to non-executable section \"${section}\" in __ex_table at offset ${section_offset}"
98 handle_alt_replacement_reloc ${section} ${section_offset}
101 handle_suspicious_generic_reloc ${section} ${section_offset}
/linux-6.3-rc2/drivers/gpio/
A Dgpio-zevio.c65 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_get() local
66 return readl(IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_get()
72 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_set() local
73 writel(val, IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_set()
/linux-6.3-rc2/drivers/bluetooth/
A Dbtmtk.c67 u32 section_num, dl_size, section_offset; in btmtk_setup_firmware_79xx() local
87 section_offset = le32_to_cpu(sectionmap->secoffset); in btmtk_setup_firmware_79xx()
129 fw_ptr += section_offset; in btmtk_setup_firmware_79xx()
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_devlink.c128 u32 i, len, section_len, section_offset; in hinic_flash_fw() local
151 section_offset = in hinic_flash_fw()
198 fw_update_msg->section_offset = send_pos; in hinic_flash_fw()
214 section_offset + send_pos, in hinic_flash_fw()
A Dhinic_port.h763 u32 section_offset; member
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/
A Dapei.c162 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
/linux-6.3-rc2/include/linux/
A Dcper.h345 u32 section_offset; /* Offset in bytes of the member
/linux-6.3-rc2/drivers/scsi/smartpqi/
A Dsmartpqi_init.c7625 u32 section_offset; member
8002 u32 section_offset; in pqi_process_config_table() local
8030 section_offset = get_unaligned_le32(&config_table->first_section_offset); in pqi_process_config_table()
8032 while (section_offset) { in pqi_process_config_table()
8033 section = (void *)config_table + section_offset; in pqi_process_config_table()
8036 section_info.section_offset = section_offset; in pqi_process_config_table()
8037 section_info.section_iomem_addr = table_iomem_addr + section_offset; in pqi_process_config_table()
8051 section_offset + in pqi_process_config_table()
8058 section_offset + in pqi_process_config_table()
8064 section_offset = get_unaligned_le16(&section->next_section_offset); in pqi_process_config_table()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_type.h1495 u32 section_offset[1]; member
A Di40e_common.c5573 sec_off = sec_tbl->section_offset[i]; in i40e_find_section_in_profile()
5667 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()
5718 sec_off = sec_tbl->section_offset[i]; in i40e_write_profile()
5781 sec_off = sec_tbl->section_offset[i]; in i40e_rollback_profile()
/linux-6.3-rc2/drivers/acpi/apei/
A Derst.c1122 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()

Completed in 49 milliseconds