Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 9 of 9) sorted by relevance

/open-amp-latest/open-amp/lib/virtio_mmio/
Dvirtio_mmio_drv.c22 static inline void virtio_mmio_write32(struct virtio_device *vdev, int offset, uint32_t value) in virtio_mmio_write32()
30 static inline uint32_t virtio_mmio_read32(struct virtio_device *vdev, int offset) in virtio_mmio_read32()
38 static inline uint8_t virtio_mmio_read8(struct virtio_device *vdev, int offset) in virtio_mmio_read8()
57 uint32_t offset, void *dst, int length) in virtio_mmio_write_config()
68 uint32_t offset, void *dst, int length) in virtio_mmio_read_config()
/open-amp-latest/open-amp/lib/virtio/
Dvirtio.c89 size_t offset; in virtio_create_virtqueues() local
/open-amp-latest/open-amp/lib/remoteproc/
Dremoteproc_virtio.c59 size_t offset = metal_io_virt_to_offset(vring_info->io, vring_alloc->vaddr); in rproc_virtio_create_virtqueue() local
216 uint32_t offset, void *dst, int length) in rproc_virtio_read_config()
238 uint32_t offset, void *src, int length) in rproc_virtio_write_config()
Dremoteproc.c106 size_t offset, in remoteproc_get_rsc_table()
364 unsigned long *offset) in remoteproc_get_io_with_da()
451 size_t offset, noffset; in remoteproc_load() local
715 const void *img_data, size_t offset, size_t len, in remoteproc_load_noblock()
Delf_loader.c395 int elf_load_header(const void *img_data, size_t offset, size_t len, in elf_load_header()
535 const void *img_data, size_t offset, size_t len, in elf_load()
671 size_t *offset, size_t *size) in elf_locate_rsc_table()
Drsc_table_parser.c164 unsigned int idx, offset; in handle_rsc_table() local
/open-amp-latest/open-amp/lib/include/openamp/
Drpmsg_virtio.h199 uint32_t offset, void *dst, int length) in rpmsg_virtio_read_config()
219 uint32_t offset, void *src, int length) in rpmsg_virtio_write_config()
Dvirtio.h380 uint32_t offset, void *dst, int len) in virtio_read_config()
403 uint32_t offset, void *src, int len) in virtio_write_config()
Dremoteproc.h62 uint32_t offset[0]; member