Home
last modified time | relevance | path

Searched refs:target_page_bits (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/i386/xen/
H A Dxen-hvm.c251 unsigned target_page_bits = qemu_target_page_bits(); in xen_add_to_physmap() local
301 pfn = phys_offset >> target_page_bits; in xen_add_to_physmap()
302 start_gpfn = start_addr >> target_page_bits; in xen_add_to_physmap()
303 nr_pages = size >> target_page_bits; in xen_add_to_physmap()
330 unsigned target_page_bits = qemu_target_page_bits(); in xen_remove_from_physmap() local
348 size >>= target_page_bits; in xen_remove_from_physmap()
349 start_addr >>= target_page_bits; in xen_remove_from_physmap()
350 phys_offset >>= target_page_bits; in xen_remove_from_physmap()
379 unsigned target_page_bits = qemu_target_page_bits(); in xen_sync_dirty_bitmap() local
382 hwaddr npages = size >> target_page_bits; in xen_sync_dirty_bitmap()
[all …]
/qemu/hw/xen/
H A Dxen-hvm-common.c18 unsigned target_page_bits = qemu_target_page_bits(); in xen_ram_alloc() local
37 nr_pfn = size >> target_page_bits; in xen_ram_alloc()
41 pfn_list[i] = (ram_addr >> target_page_bits) + i; in xen_ram_alloc()
/qemu/migration/
H A Dsavevm.c228 uint32_t target_page_bits; member
277 state->target_page_bits = qemu_target_page_bits(); in configuration_pre_save()
310 state->target_page_bits = qemu_target_page_bits_min(); in configuration_pre_load()
361 if (state->target_page_bits != qemu_target_page_bits()) { in configuration_post_load()
363 state->target_page_bits, qemu_target_page_bits()); in configuration_post_load()
443 VMSTATE_UINT32(target_page_bits, SaveState),
/qemu/target/ppc/
H A Dmmu_common.c371 int ds, target_page_bits; in get_segment_6xx_tlb() local
385 target_page_bits = TARGET_PAGE_BITS; in get_segment_6xx_tlb()
394 pgidx = (eaddr & ~SEGMENT_MASK_256M) >> target_page_bits; in get_segment_6xx_tlb()