Home
last modified time | relevance | path

Searched refs:REAL_HOST_PAGE_ALIGN (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/exec/
H A Dcpu-common.h29 #define REAL_HOST_PAGE_ALIGN(addr) ROUND_UP((addr), qemu_real_host_page_size()) macro
/openbmc/qemu/hw/vfio/
H A Dcommon.c550 iova = REAL_HOST_PAGE_ALIGN(section->offset_within_address_space); in vfio_get_section_iova_range()
1360 REAL_HOST_PAGE_ALIGN(section->offset_within_address_space), in vfio_sync_dirty_bitmap()
H A Dhelpers.c263 vbmap->pages = REAL_HOST_PAGE_ALIGN(size) / qemu_real_host_page_size(); in vfio_bitmap_alloc()
H A Dpci.c1398 end = REAL_HOST_PAGE_ALIGN((uint64_t)vdev->msix->table_offset + in vfio_pci_fixup_msix_region()
1463 msix_sz = REAL_HOST_PAGE_ALIGN(msix_sz); in vfio_pci_relocate_msix()
/openbmc/qemu/bsd-user/
H A Dmmap.c532 len = REAL_HOST_PAGE_ALIGN(sb.st_size - offset); in target_mmap()
H A Delfload.c251 end_addr1 = REAL_HOST_PAGE_ALIGN(elf_bss); in padzero()
/openbmc/qemu/system/
H A Dphysmem.c1707 newsize = REAL_HOST_PAGE_ALIGN(newsize); in qemu_ram_resize()
1970 size = REAL_HOST_PAGE_ALIGN(size); in qemu_ram_alloc_from_fd()
/openbmc/qemu/hw/arm/
H A Dvirt.c2051 pvtime_size = REAL_HOST_PAGE_ALIGN(pvtime_size); in virt_cpu_post_init()