Home
last modified time | relevance | path

Searched refs:qemu_real_host_page_mask (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/util/
H A Dosdep.c74 g_assert(!((uintptr_t)addr & ~qemu_real_host_page_mask())); in qemu_mprotect__osdep()
75 g_assert(!(size & ~qemu_real_host_page_mask())); in qemu_mprotect__osdep()
/openbmc/qemu/hw/vfio/
H A Dspapr.c62 hwaddr page_mask = qemu_real_host_page_mask(); in vfio_prereg_listener_region_add()
121 hwaddr page_mask = qemu_real_host_page_mask(); in vfio_prereg_listener_region_del()
H A Dcommon.c525 ~qemu_real_host_page_mask()) != in vfio_listener_valid_section()
526 (section->offset_within_region & ~qemu_real_host_page_mask()))) { in vfio_listener_valid_section()
553 llend = int128_and(llend, int128_exts64(qemu_real_host_page_mask())); in vfio_get_section_iova_range()
H A Dpci.c1192 !(bar_addr & ~qemu_real_host_page_mask())) { in vfio_sub_page_bar_update_mapping()
1397 start = vdev->msix->table_offset & qemu_real_host_page_mask(); in vfio_pci_fixup_msix_region()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c1065 delta = qemu_real_host_page_size() - (start_pa & ~qemu_real_host_page_mask()); in nvmm_process_section()
1066 delta &= ~qemu_real_host_page_mask(); in nvmm_process_section()
1072 size &= qemu_real_host_page_mask(); in nvmm_process_section()
1073 if (!size || (start_pa & ~qemu_real_host_page_mask())) { in nvmm_process_section()
/openbmc/qemu/include/qemu/
H A Dosdep.h742 static inline intptr_t qemu_real_host_page_mask(void) in qemu_real_host_page_mask() function
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c2349 delta = qemu_real_host_page_size() - (start_pa & ~qemu_real_host_page_mask()); in whpx_process_section()
2350 delta &= ~qemu_real_host_page_mask(); in whpx_process_section()
2356 size &= qemu_real_host_page_mask(); in whpx_process_section()
2357 if (!size || (start_pa & ~qemu_real_host_page_mask())) { in whpx_process_section()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c1447 s->config.page_size_mask = qemu_real_host_page_mask(); in virtio_iommu_device_realize()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c326 return (size - delta) & qemu_real_host_page_mask(); in kvm_align_section()
/openbmc/qemu/linux-user/
H A Delfload.c2830 ga->bounds[n][0] = HI_COMMPAGE & qemu_real_host_page_mask(); in pgb_addr_set()