Home
last modified time | relevance | path

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

/linux/scripts/
H 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/drivers/gpio/
H A Dgpio-zevio.c66 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_get() local
67 return readl(IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_get()
73 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_set() local
74 writel(val, IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_set()
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c211 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c116 uint32_t section_offset) in amdgpu_cper_entry_fill_section_desc() argument
120 section_desc->sec_offset = section_offset; in amdgpu_cper_entry_fill_section_desc()
/linux/drivers/bluetooth/
H A Dbtmtk.c142 u32 section_num, dl_size, section_offset; in btmtk_setup_firmware_79xx() local
166 section_offset = le32_to_cpu(sectionmap->secoffset); in btmtk_setup_firmware_79xx()
208 fw_ptr += section_offset; in btmtk_setup_firmware_79xx()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h763 u32 section_offset; member
/linux/drivers/ras/amd/
H A Dfmpm.c516 sec_desc->section_offset = sizeof(struct cper_record_header); in set_rec_fields()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7811 u32 section_offset; member
8197 u32 section_offset; in pqi_process_config_table() local
8225 section_offset = get_unaligned_le32(&config_table->first_section_offset); in pqi_process_config_table()
8227 while (section_offset) { in pqi_process_config_table()
8228 section = (void *)config_table + section_offset; in pqi_process_config_table()
8231 section_info.section_offset = section_offset; in pqi_process_config_table()
8232 section_info.section_iomem_addr = table_iomem_addr + section_offset; in pqi_process_config_table()
8246 section_offset + in pqi_process_config_table()
8253 section_offset + in pqi_process_config_table()
8259 section_offset = get_unaligned_le16(&section->next_section_offset); in pqi_process_config_table()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h1347 u32 section_offset[]; member
H A Di40e_common.c4935 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()
4986 sec_off = sec_tbl->section_offset[i]; in i40e_write_profile()
5049 sec_off = sec_tbl->section_offset[i]; in i40e_rollback_profile()
/linux/drivers/acpi/apei/
H A Derst.c1155 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()