Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
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}
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-zevio.c63 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_get() local
64 return readl(IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_get()
70 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_set() local
71 writel(val, IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c130 u32 i, len, section_len, section_offset; in hinic_flash_fw() local
153 section_offset = in hinic_flash_fw()
200 fw_update_msg->section_offset = send_pos; in hinic_flash_fw()
216 section_offset + send_pos, in hinic_flash_fw()
Dhinic_port.h752 u32 section_offset; member
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dapei.c89 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
/kernel/linux/linux-5.10/include/linux/
Dcper.h345 u32 section_offset; /* Offset in bytes of the member
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
Dsmartpqi_init.c6775 u32 section_offset; member
7039 u32 section_offset; in pqi_process_config_table() local
7065 section_offset = in pqi_process_config_table()
7068 while (section_offset) { in pqi_process_config_table()
7069 section = (void *)config_table + section_offset; in pqi_process_config_table()
7072 section_info.section_offset = section_offset; in pqi_process_config_table()
7074 table_iomem_addr + section_offset; in pqi_process_config_table()
7087 section_offset + in pqi_process_config_table()
7095 section_offset + in pqi_process_config_table()
7101 section_offset = in pqi_process_config_table()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_type.h1488 u32 section_offset[1]; member
Di40e_common.c5629 sec_off = sec_tbl->section_offset[i]; in i40e_find_section_in_profile()
5724 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()
5775 sec_off = sec_tbl->section_offset[i]; in i40e_write_profile()
5838 sec_off = sec_tbl->section_offset[i]; in i40e_rollback_profile()
/kernel/linux/linux-5.10/drivers/acpi/apei/
Derst.c1061 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()