Home
last modified time | relevance | path

Searched refs:npages (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_iommu.c485 target_ulong npages = args[3]; in h_put_tce_indirect() local
495 if ((npages > 512) || (tce_list & SPAPR_TCE_PAGE_MASK)) { in h_put_tce_indirect()
503 for (i = 0; i < npages; ++i, ioba += page_size) { in h_put_tce_indirect()
529 target_ulong npages = args[3]; in h_stuff_tce() local
538 if (npages > tcet->nb_table) { in h_stuff_tce()
546 for (i = 0; i < npages; ++i, ioba += page_size) { in h_stuff_tce()
553 trace_spapr_iommu_pci_stuff(liobn, ioba, tce_value, npages, ret); in h_stuff_tce()
555 trace_spapr_iommu_stuff(liobn, ioba, tce_value, npages, ret); in h_stuff_tce()
H A Dtrace-events29 …oba, uint64_t tce_value, uint64_t npages, uint64_t ret) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" tceval…
33 …oba, uint64_t tce_value, uint64_t npages, uint64_t ret) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" tceval…
/qemu/migration/
H A Dram.c777 unsigned long npages) in migration_clear_memory_region_dirty_bitmap_range() argument
781 unsigned long chunk_end = QEMU_ALIGN_UP(start + npages, chunk_pages); in migration_clear_memory_region_dirty_bitmap_range()
857 const unsigned long npages = size >> TARGET_PAGE_BITS; in dirty_bitmap_clear_section() local
867 migration_clear_memory_region_dirty_bitmap_range(rb, start, npages); in dirty_bitmap_clear_section()
869 *cleared_bits += bitmap_count_one_with_offset(rb->bmap, start, npages); in dirty_bitmap_clear_section()
870 bitmap_clear(rb->bmap, start, npages); in dirty_bitmap_clear_section()
2881 size_t used_len, start, npages; in qemu_guest_free_page_hint() local
2907 npages = used_len >> TARGET_PAGE_BITS; in qemu_guest_free_page_hint()
2916 migration_clear_memory_region_dirty_bitmap_range(block, start, npages); in qemu_guest_free_page_hint()
2918 bitmap_count_one_with_offset(block->bmap, start, npages); in qemu_guest_free_page_hint()
[all …]
/qemu/hw/i386/xen/
H A Dxen-hvm.c388 hwaddr npages = size >> target_page_bits; in xen_sync_dirty_bitmap() local
390 size_t bitmap_size = DIV_ROUND_UP(npages, width); in xen_sync_dirty_bitmap()
409 npages, dirty_bitmap); in xen_sync_dirty_bitmap()
/qemu/include/system/
H A Dram_addr.h60 uint64_t npages) in clear_bmap_set() argument
64 bitmap_set(rb->clear_bmap, start >> shift, clear_bmap_size(npages, shift)); in clear_bmap_set()
/qemu/linux-headers/linux/
H A Diommufd.h788 __aligned_u64 npages; member