Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Dcheck_extable.sh35 section_offset=$(printf "0x%016x" $(( ${section_offset} + $2 )) )
54 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | …
61 find_alt_replacement_target ${section} ${section_offset}
83 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
88 …und a reference to non-executable section \"${section}\" in __ex_table at offset ${section_offset}"
97 handle_alt_replacement_reloc ${section} ${section_offset}
100 handle_suspicious_generic_reloc ${section} ${section_offset}
/linux-4.4.14/drivers/gpio/
Dgpio-zevio.c69 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_get() local
70 return readl(IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_get()
76 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_set() local
77 writel(val, IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_set()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c98 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
/linux-4.4.14/include/linux/
Dcper.h284 __u32 section_offset; /* Offset in bytes of the member
/linux-4.4.14/drivers/acpi/apei/
Derst.c1085 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()