Searched refs:section_offset (Results 1 - 12 of 12) sorted by relevance

/linux-master/scripts/
H A Dcheck_extable.sh33 eval $(objdump -t ${obj} | grep ${1} | sed 's/\([0-9a-f]\+\) .\{7\} \([^ \t]\+\).*/section="\2"; section_offset="0x\1" /')
36 section_offset=$(printf "0x%016x" $(( ${section_offset} + $2 )) )
55 eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | awk '{print $3}' |
62 find_alt_replacement_target ${section} ${section_offset}
84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
89 echo "Error: found 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-master/drivers/gpio/
H A Dgpio-zevio.c65 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; local
66 return readl(IOMEM(c->regs + section_offset + port_offset));
72 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; local
73 writel(val, IOMEM(c->regs + section_offset + port_offset));
/linux-master/drivers/bluetooth/
H A Dbtmtk.c118 u32 section_num, dl_size, section_offset; local
142 section_offset = le32_to_cpu(sectionmap->secoffset);
184 fw_ptr += section_offset;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c128 u32 i, len, section_len, section_offset; local
151 section_offset =
198 fw_update_msg->section_offset = send_pos;
214 section_offset + send_pos,
H A Dhinic_port.h763 u32 section_offset; member in struct:hinic_cmd_update_fw
/linux-master/arch/x86/kernel/cpu/mce/
H A Dapei.c162 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd;
/linux-master/include/linux/
H A Dcper.h368 u32 section_offset; /* Offset in bytes of the member in struct:cper_section_descriptor
/linux-master/drivers/ras/amd/
H A Dfmpm.c509 sec_desc->section_offset = sizeof(struct cper_record_header);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7707 u32 section_offset; member in struct:pqi_config_table_section_info
8084 u32 section_offset; local
8112 section_offset = get_unaligned_le32(&config_table->first_section_offset);
8114 while (section_offset) {
8115 section = (void *)config_table + section_offset;
8118 section_info.section_offset = section_offset;
8119 section_info.section_iomem_addr = table_iomem_addr + section_offset;
8133 section_offset +
8140 section_offset
[all...]
/linux-master/drivers/acpi/apei/
H A Derst.c1155 rcd->sec_hdr.section_offset = sizeof(*rcd);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h1467 u32 section_offset[]; member in struct:i40e_section_table
H A Di40e_common.c5548 sec_off = sec_tbl->section_offset[i];
5642 sec_off = sec_tbl->section_offset[i];
5693 sec_off = sec_tbl->section_offset[i];
5756 sec_off = sec_tbl->section_offset[i];

Completed in 198 milliseconds