Home
last modified time | relevance | path

Searched refs:l2_tables (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py103 self.l2_tables = FieldsList()
118 self.backing_file_name, self.l1_table, self.l2_tables,
330 self.l2_tables = FieldsList(l2)
/qemu/block/
H A Dqcow2.c5083 uint64_t l2_tables; in qcow2_measure() local
5155 l2_tables = DIV_ROUND_UP(virtual_size / cluster_size, in qcow2_measure()
5157 if (l2_tables * L1E_SIZE > QCOW_MAX_L1_SIZE) { in qcow2_measure()