/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | ldconfig-handle-.dynstr-located-in-separate-segment.patch | 123 - loadaddr = read64(segment->p_vaddr, be) - read64(segment->p_offset, be); 144 if (read64(dyn_entry->d_tag, be) == DT_STRTAB) 146 - dynamic_strings = (char *) (file_contents + read64(dyn_entry->d_un.d_val, be) - loadaddr); 157 + if (read64(segment->p_type, be) == PT_LOAD 158 + && read64(dyn_entry->d_un.d_val, be) >= read64(segment->p_vaddr, be) 159 + && (read64(dyn_entry->d_un.d_val, be) - read64(segment->p_vaddr, be) 160 + < read64(segment->p_filesz, be))) 162 + loadoff = read64(segment->p_vaddr, be) - read64(segment->p_offset, be); 172 + dynamic_strings = (char *) (file_contents + read64(dyn_entry->d_un.d_val, be) - loadoff);
|
H A D | endian-ness_handling_fix.patch | 28 dynamic_addr = read64(segment->p_offset, be); 30 + dynamic_size = read64(segment->p_filesz, be); 39 + if (!*osversion && read64(segment->p_filesz, be) >= 32 && read64(segment->p_align, be) >= 4) 42 + read64(segment->p_offset, be)); 44 + Elf64_Xword size = read64(segment->p_filesz, be);
|
H A D | endian-ness_handling.patch | 33 +static uint64_t read64(uint64_t x, int be) 206 + elf_pheader = (Elf64_Phdr *) (read64(elf_header->e_phoff, be) + file_contents); 225 + loadaddr = read64(segment->p_vaddr, be) - read64(segment->p_offset, be); 234 + dynamic_addr = read64(segment->p_offset, be); 240 + program_interpreter = (char *) (file_contents + read64(segment->p_offset, be)); 254 + + read64(segment->p_offset, be)); 293 + for (dyn_entry = dynamic_segment; read64(dyn_entry->d_tag, be) != DT_NULL; 298 + if (read64(dyn_entry->d_tag, be) == DT_STRTAB) 301 + dynamic_strings = (char *) (file_contents + read64(dyn_entry->d_un.d_val, be) - loadaddr); 310 + for (dyn_entry = dynamic_segment; read64(dyn_entry->d_tag, be) != DT_NULL; [all …]
|
/openbmc/linux/arch/x86/lib/ |
H A D | atomic64_cx8_32.S | 11 .macro read64 reg macro 20 read64 %ecx 54 read64 %ecx 82 read64 %esi 106 read64 %esi 134 read64 %esi 163 read64 %esi
|
/openbmc/linux/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.h | 61 #ifndef read64 63 #define read64 readq macro 65 #define read64 _read64 macro
|
H A D | ntb_hw_amd.c | 156 reg_val = read64(peer_mmio + xlat_reg); in amd_ntb_mw_set_trans() 164 reg_val = read64(peer_mmio + limit_reg); in amd_ntb_mw_set_trans() 179 reg_val = read64(peer_mmio + xlat_reg); in amd_ntb_mw_set_trans() 906 u.v64 = read64(mmio + AMD_BAR1XLAT_OFFSET); in ndev_debugfs_read() 910 u.v64 = read64(ndev->self_mmio + AMD_BAR23XLAT_OFFSET); in ndev_debugfs_read() 914 u.v64 = read64(ndev->self_mmio + AMD_BAR45XLAT_OFFSET); in ndev_debugfs_read() 922 u.v64 = read64(ndev->self_mmio + AMD_BAR23LMT_OFFSET); in ndev_debugfs_read() 926 u.v64 = read64(ndev->self_mmio + AMD_BAR45LMT_OFFSET); in ndev_debugfs_read()
|
/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 40 def read64(self): member in MigrationFile 152 addr = self.file.read64() 161 len = self.file.read64() 172 mr_addr = self.file.read64() 280 addr_flags = self.file.read64() 298 count = self.file.read64()
|
/openbmc/linux/arch/parisc/lib/ |
H A D | iomap.c | 52 u64 (*read64)(const void __iomem *); member 286 .read64 = iomem_read64, 351 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr); in ioread64()
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 38 int (*read64)(struct b53_device *dev, u8 page, u8 reg, u64 *value); member 268 b53_build_op(read64, u64 *);
|
H A D | b53_mdio.c | 276 .read64 = b53_mdio_read64,
|
H A D | b53_spi.c | 288 .read64 = b53_spi_read64,
|
H A D | b53_mmap.c | 237 .read64 = b53_mmap_read64,
|
H A D | b53_srab.c | 484 .read64 = b53_srab_read64,
|
/openbmc/linux/sound/soc/sof/ |
H A D | ops.h | 353 if (sof_ops(sdev)->read64) in snd_sof_dsp_read64() 354 return sof_ops(sdev)->read64(sdev, sdev->bar[bar] + offset); in snd_sof_dsp_read64()
|
H A D | sof-priv.h | 194 u64 (*read64)(struct snd_sof_dev *sof_dev, member
|
/openbmc/linux/sound/soc/sof/imx/ |
H A D | imx8ulp.c | 430 .read64 = sof_io_read64,
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_uncore.h | 396 __uncore_read(read64, 64, q, true)
|
/openbmc/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 580 .read64 = sof_io_read64,
|
/openbmc/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 556 .read64 = sof_io_read64,
|
/openbmc/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1163 .read64 = bcm_sf2_core_read64,
|