Home
last modified time | relevance | path

Searched defs:table_size (Results 1 – 10 of 10) sorted by relevance

/qemu/block/
H A Dqcow2-cache.c42 int table_size; member
124 unsigned table_size) in qcow2_cache_create()
H A Dqed.c139 static uint64_t qed_max_image_size(uint32_t cluster_size, uint32_t table_size) in qed_max_image_size()
162 static bool qed_is_table_size_valid(uint32_t table_size) in qed_is_table_size_valid()
175 uint32_t table_size) in qed_is_image_size_valid()
H A Dqed.h90 uint32_t table_size; /* for L1 and L2 tables, in clusters */ member
H A Dqcow2-refcount.c539 int total_refblock_count, table_size, area_reftable_index, table_clusters; in qcow2_refcount_area() local
/qemu/hw/ppc/
H A Dspapr_iommu.c331 size_t table_size = tcet->nb_table * sizeof(uint64_t); in spapr_tce_set_need_vfio() local
443 size_t table_size = tcet->nb_table * sizeof(uint64_t); in spapr_tce_reset() local
H A Dspapr_hcall.c989 target_ulong table_size = args[3]; in h_register_process_table() local
/qemu/hw/pci/
H A Dmsix.c319 unsigned table_size, pba_size; in msix_init() local
/qemu/tests/qtest/libqos/
H A Dahci.c1189 uint64_t table_size, table_ptr, remaining; in ahci_command_commit() local
/qemu/hw/nvme/
H A Dctrl.c7052 static void nvme_update_msixcap_ts(PCIDevice *pci_dev, uint32_t table_size) in nvme_update_msixcap_ts()
/qemu/disas/
H A Dnanomips.c21871 int table_size, Dis_info *info) in Disassemble()