Home
last modified time | relevance | path

Searched refs:read64 (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling_fix.patch28 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 Dendian-ness_handling.patch33 +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 Datomic64_cx8_32.S11 .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 Dntb_hw_amd.h61 #ifndef read64
63 #define read64 readq macro
65 #define read64 _read64 macro
H A Dntb_hw_amd.c156 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 Diomap.c51 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 Dapl.c38 .read64 = sof_io_read64,
H A Dtgl.c33 .read64 = sof_io_read64,
H A Dbyt.c597 .read64 = sof_io_read64,
838 .read64 = sof_io_read64,
917 .read64 = sof_io_read64,
H A Dcnl.c243 .read64 = sof_io_read64,
H A Dbdw.c605 .read64 = sof_io_read64,
/OK3568_Linux_fs/kernel/sound/soc/sof/imx/
H A Dimx8.c422 .read64 = sof_io_read64,
471 .read64 = sof_io_read64,
H A Dimx8m.c276 .read64 = sof_io_read64,
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_priv.h39 int (*read64)(struct b53_device *dev, u8 page, u8 reg, u64 *value); member
251 b53_build_op(read64, u64 *);
H A Db53_spi.c288 .read64 = b53_spi_read64,
H A Db53_mmap.c223 .read64 = b53_mmap_read64,
H A Db53_mdio.c275 .read64 = b53_mdio_read64,
H A Db53_srab.c451 .read64 = b53_srab_read64,
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dops.h257 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 Dsof-priv.h121 u64 (*read64)(struct snd_sof_dev *sof_dev, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_uncore.h333 __uncore_read(read64, 64, q, true)
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dbcm_sf2.c1053 .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 Dlibc.info-56663 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 Dlibc.info-56663 but instead the counterparts named ‘*64’, e.g., ‘read64’.
6823 Please note that there is no function named ‘read64’. This is not