Home
last modified time | relevance | path

Searched defs:used_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dppc4xx_sdram.c91 ram_addr_t used_size = memory_region_size(ram) - size_left; in ppc4xx_sdram_banks() local
/openbmc/linux/fs/jffs2/
Djffs2_fs_sb.h
Dnodelist.h
/openbmc/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c639 size_t used_size = offsetof(vring_used_t, ring[svq->vring.num]) + in vhost_svq_device_area_size() local
H A Dvhost.c223 hwaddr used_phys = vq->used_phys, used_size = vq->used_size; in vhost_sync_dirty_bitmap() local
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h36 unsigned used_size; member