Home
last modified time | relevance | path

Searched refs:pgsize (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dmonitor.c88 target_ulong pgsize; in walk_pte() local
99 pgsize = 1UL << (PGSHIFT + ptshift); in walk_pte()
132 *last_size = pgsize; in walk_pte()
141 start += pgsize; in walk_pte()
/openbmc/qemu/hw/vfio/
H A Dspapr.c244 hwaddr *pgsize, Error **errp) in vfio_spapr_create_window() argument
345 *pgsize = pagesize; in vfio_spapr_create_window()
360 hwaddr pgsize = 0; in vfio_spapr_container_add_section_window() local
404 ret = vfio_spapr_create_window(container, section, &pgsize, errp); in vfio_spapr_container_add_section_window()
411 int128_get64(section->size) - 1, pgsize); in vfio_spapr_container_add_section_window()
H A Dcontainer.c98 bitmap->pgsize = qemu_real_host_page_size(); in vfio_dma_unmap_bitmap()
294 range->bitmap.pgsize = qemu_real_host_page_size(); in vfio_legacy_query_dirty_bitmap()
/openbmc/qemu/hw/vfio-user/
H A Dprotocol.h218 uint64_t pgsize; member
H A Dproxy.c1050 uint64_t pgsize; in check_migr_pgsize() local
1052 if (qn == NULL || !qnum_get_try_uint(qn, &pgsize)) { in check_migr_pgsize()
1058 if (pgsize & (VFIO_USER_DEF_PGSIZE - 1)) { in check_migr_pgsize()
1059 error_setg(errp, "pgsize 0x%"PRIx64" too small", pgsize); in check_migr_pgsize()
1063 proxy->migr_pgsize = pgsize; in check_migr_pgsize()
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h1581 __u64 pgsize; /* page size for bitmap in bytes */ member
/openbmc/qemu/hw/ppc/
H A Dtrace-events34 spapr_iommu_xlate(uint64_t liobn, uint64_t ioba, uint64_t tce, unsigned perm, unsigned pgsize) "lio…
/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c1012 uint32_t pgsize; member
2498 pnv_xive2_ic_regions[i].pgsize << xive->ic_shift); in pnv_xive2_realize()
/openbmc/qemu/docs/interop/
H A Dvfio-user.rst521 | pgsize | number | Page size of dirty pages bitmap. The smallest |