Home
last modified time | relevance | path

Searched defs:offset (Results 151 – 175 of 720) sorted by relevance

12345678910>>...29

/qemu/hw/arm/
H A Dmusicpal.c187 static uint64_t musicpal_lcd_read(void *opaque, hwaddr offset, in musicpal_lcd_read()
201 static void musicpal_lcd_write(void *opaque, hwaddr offset, in musicpal_lcd_write()
341 static uint64_t mv88w8618_pic_read(void *opaque, hwaddr offset, in mv88w8618_pic_read()
355 static void mv88w8618_pic_write(void *opaque, hwaddr offset, in mv88w8618_pic_write()
474 static uint64_t mv88w8618_pit_read(void *opaque, hwaddr offset, in mv88w8618_pit_read()
490 static void mv88w8618_pit_write(void *opaque, hwaddr offset, in mv88w8618_pit_write()
637 hwaddr offset, in mv88w8618_flashcfg_read()
730 static void musicpal_misc_write(void *opaque, hwaddr offset, in musicpal_misc_write()
778 static void mv88w8618_wlan_write(void *opaque, hwaddr offset, in mv88w8618_wlan_write()
901 static uint64_t musicpal_gpio_read(void *opaque, hwaddr offset, in musicpal_gpio_read()
[all …]
H A Domap_sx1.c67 static uint64_t static_read(void *opaque, hwaddr offset, in static_read()
76 static void static_write(void *opaque, hwaddr offset, in static_write()
/qemu/hw/virtio/
H A Dvirtio-mem.c194 uint64_t offset, size; in virtio_mem_for_each_unplugged_range() local
218 uint64_t offset, size; in virtio_mem_for_each_plugged_range() local
244 uint64_t offset, uint64_t size) in virtio_mem_intersect_memory_section()
268 uint64_t offset, size; in virtio_mem_for_each_plugged_section() local
300 uint64_t offset, size; in virtio_mem_for_each_unplugged_section() local
341 static void virtio_mem_notify_unplug(VirtIOMEM *vmem, uint64_t offset, in virtio_mem_notify_unplug()
356 static int virtio_mem_notify_plug(VirtIOMEM *vmem, uint64_t offset, in virtio_mem_notify_plug()
539 uint64_t offset, in virtio_mem_deactivate_unplugged_memslots()
582 const uint64_t offset = start_gpa - vmem->addr; in virtio_mem_set_block_state() local
1160 uint64_t offset, uint64_t size) in virtio_mem_discard_range_cb()
[all …]
/qemu/migration/
H A Dchannel-block.h42 off_t offset; member
/qemu/hw/remote/
H A Dproxy-memory-listener.c45 static int get_fd_from_hostaddr(uint64_t host, ram_addr_t *offset) in get_fd_from_hostaddr()
171 ram_addr_t offset; in proxy_memory_listener_commit() local
/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.c124 uint64_t offset; in our_range_memslots_free_memslots() local
166 uint64_t offset; in hvb_our_range_memslots_ensure_mapped_additional() local
/qemu/contrib/elf2dmp/
H A Dqemu_elf.c41 uint64_t offset = *offsetp; in advance_note_offset() local
65 uint64_t offset; in init_states() local
/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c93 static uint32_t gpio_readl(unsigned int gpio, unsigned int offset) in gpio_readl()
98 static void gpio_writel(unsigned int gpio, unsigned int offset, uint32_t value) in gpio_writel()
113 uint32_t offset = 2 * pin; in gpio_set_2bits() local
158 static uint32_t reset(uint32_t gpio, unsigned int offset) in reset()
H A Dstm32l4x5_syscfg-test.c32 static void syscfg_writel(unsigned int offset, uint32_t value) in syscfg_writel()
37 static uint32_t syscfg_readl(unsigned int offset) in syscfg_readl()
/qemu/block/
H A Dqcow2-refcount.c1011 int64_t offset; in qcow2_alloc_clusters() local
1073 int64_t offset; in qcow2_alloc_bytes() local
1145 int64_t offset, int64_t size, in qcow2_free_clusters()
1314 uint64_t offset; in qcow2_update_snapshot_refcount() local
1529 int64_t offset, int64_t size) in qcow2_inc_refcounts_imrt()
1754 uint64_t offset = l2_entry & L2E_OFFSET_MASK; in check_refcounts_l2() local
2095 uint64_t offset, cluster; in check_refblocks() local
3122 int64_t offset; in alloc_refblock() local
3176 int64_t offset; in flush_refblock() local
3284 uint64_t offset; in walk_over_reftable() local
[all …]
H A Dfile-posix.c1714 ssize_t offset = 0; in handle_aiocb_rw_linear() local
1859 static int do_fallocate(int fd, int mode, off_t offset, off_t len) in do_fallocate()
2280 int64_t offset = aiocb->aio_offset; in handle_aiocb_truncate() local
2482 uint64_t offset = *offset_ptr; in raw_co_prw() local
2626 raw_regular_truncate(BlockDriverState *bs, int fd, int64_t offset, in raw_regular_truncate()
3184 int64_t offset, in raw_co_block_status()
3255 off_t offset; in check_cache_dropped() local
3409 int64_t offset, int64_t len) { in raw_co_zone_mgmt()
3508 int64_t *offset, in raw_co_zone_append()
3638 BlockDriverState *bs, int64_t offset, in raw_co_pwrite_zeroes()
[all …]
H A Dvpc.c264 int64_t offset = bdrv_getlength(bs->file->bs); in vpc_open() local
492 get_image_offset(BlockDriverState *bs, uint64_t offset, bool write, int *err) in get_image_offset()
540 int64_t offset = s->free_data_block_offset; in rewrite_footer() local
557 alloc_block(BlockDriverState *bs, int64_t offset) in alloc_block()
616 vpc_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in vpc_co_preadv()
666 vpc_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in vpc_co_pwritev()
725 int64_t offset, int64_t bytes, in vpc_co_block_status()
833 int64_t offset = 0; in create_dynamic_disk() local
/qemu/include/block/
H A Dreqlist.h27 int64_t offset; member
/qemu/hw/ppc/
H A Dvof.c107 static int get_path(const void *fdt, int offset, char *buf, int len) in get_path()
162 int offset; in vof_finddevice() local
298 int offset, rc; in vof_setprop() local
354 int offset, nodeoff = fdt_node_offset_by_phandle(fdt, phandle); in vof_nextprop() local
429 static uint32_t vof_do_open(void *fdt, Vof *vof, int offset, const char *path) in vof_do_open()
459 int offset, node = fdt_path_offset(fdt, nodename); in vof_client_open_store() local
476 int offset; in vof_open() local
626 int i, n, offset, proplen = 0, sc, ac; in vof_dt_memory_available() local
1034 int offset, proplen = 0; in vof_build_dt() local
/qemu/hw/timer/
H A Dstellaris-gptm.c101 static uint64_t gptm_read(void *opaque, hwaddr offset, in gptm_read()
158 static void gptm_write(void *opaque, hwaddr offset, in gptm_write()
/qemu/hw/misc/
H A Dmips_cpc.c76 static void cpc_write(void *opaque, hwaddr offset, uint64_t data, in cpc_write()
99 static uint64_t cpc_read(void *opaque, hwaddr offset, unsigned size) in cpc_read()
H A Dallwinner-h3-ccu.c59 #define REG_INDEX(offset) (offset / sizeof(uint32_t)) argument
103 static uint64_t allwinner_h3_ccu_read(void *opaque, hwaddr offset, in allwinner_h3_ccu_read()
119 static void allwinner_h3_ccu_write(void *opaque, hwaddr offset, in allwinner_h3_ccu_write()
H A Darm_l2x0.c64 static uint64_t l2x0_priv_read(void *opaque, hwaddr offset, in l2x0_priv_read()
107 static void l2x0_priv_write(void *opaque, hwaddr offset, in l2x0_priv_write()
H A Dnrf51_rng.c29 static uint64_t rng_read(void *opaque, hwaddr offset, unsigned int size) in rng_read()
85 static void rng_write(void *opaque, hwaddr offset, in rng_write()
H A Dimx7_src.c105 static uint64_t imx7_src_read(void *opaque, hwaddr offset, unsigned size) in imx7_src_read()
167 static void imx7_src_write(void *opaque, hwaddr offset, uint64_t value, in imx7_src_write()
/qemu/hw/pci/
H A Dslotid_cap.c12 unsigned offset, in slotid_cap_init()
/qemu/hw/mem/
H A Dnvdimm.c213 uint64_t offset, bool is_write) in nvdimm_validate_rw_label_data()
220 uint64_t size, uint64_t offset) in nvdimm_read_label_data()
228 uint64_t size, uint64_t offset) in nvdimm_write_label_data()
/qemu/hw/adc/
H A Dzynq-xadc.c136 static bool zynq_xadc_check_offset(hwaddr offset, bool rnw) in zynq_xadc_check_offset()
154 static uint64_t zynq_xadc_read(void *opaque, hwaddr offset, unsigned size) in zynq_xadc_read()
189 static void zynq_xadc_write(void *opaque, hwaddr offset, uint64_t val, in zynq_xadc_write()
/qemu/io/
H A Dchannel-file.c165 off_t offset, in qio_channel_file_preadv()
191 off_t offset, in qio_channel_file_pwritev()
234 off_t offset, in qio_channel_file_seek()
/qemu/hw/intc/
H A Daspeed_vic.c107 static uint64_t aspeed_vic_read(void *opaque, hwaddr offset, unsigned size) in aspeed_vic_read()
187 static void aspeed_vic_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_vic_write()

12345678910>>...29