| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| 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 …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | iomap.c | 51 u64 (*read64)(const void __iomem *); member 277 .read64 = iomem_read64, 338 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr); in ioread64()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | apl.c | 38 .read64 = sof_io_read64,
|
| H A D | tgl.c | 33 .read64 = sof_io_read64,
|
| H A D | byt.c | 597 .read64 = sof_io_read64, 838 .read64 = sof_io_read64, 917 .read64 = sof_io_read64,
|
| H A D | cnl.c | 243 .read64 = sof_io_read64,
|
| H A D | bdw.c | 605 .read64 = sof_io_read64,
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/imx/ |
| H A D | imx8.c | 422 .read64 = sof_io_read64, 471 .read64 = sof_io_read64,
|
| H A D | imx8m.c | 276 .read64 = sof_io_read64,
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_priv.h | 39 int (*read64)(struct b53_device *dev, u8 page, u8 reg, u64 *value); member 251 b53_build_op(read64, u64 *);
|
| H A D | b53_spi.c | 288 .read64 = b53_spi_read64,
|
| H A D | b53_mmap.c | 223 .read64 = b53_mmap_read64,
|
| H A D | b53_mdio.c | 275 .read64 = b53_mdio_read64,
|
| H A D | b53_srab.c | 451 .read64 = b53_srab_read64,
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | ops.h | 257 if (sof_ops(sdev)->read64) in snd_sof_dsp_read64() 258 return sof_ops(sdev)->read64(sdev, sdev->bar[bar] + offset); in snd_sof_dsp_read64()
|
| H A D | sof-priv.h | 121 u64 (*read64)(struct snd_sof_dev *sof_dev, member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_uncore.h | 333 __uncore_read(read64, 64, q, true)
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | bcm_sf2.c | 1053 .read64 = bcm_sf2_core_read64,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-5 | 6663 but instead the counterparts named ‘*64’, e.g., ‘read64’. 6823 Please note that there is no function named ‘read64’. This is not
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-5 | 6663 but instead the counterparts named ‘*64’, e.g., ‘read64’. 6823 Please note that there is no function named ‘read64’. This is not
|