Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dxts.c130 if (QEMU_PTR_IS_ALIGNED(src, sizeof(uint64_t)) && in xts_decrypt()
131 QEMU_PTR_IS_ALIGNED(dst, sizeof(uint64_t))) { in xts_decrypt()
206 if (QEMU_PTR_IS_ALIGNED(src, sizeof(uint64_t)) && in xts_encrypt()
207 QEMU_PTR_IS_ALIGNED(dst, sizeof(uint64_t))) { in xts_encrypt()
/openbmc/qemu/include/qemu/
H A Dosdep.h473 #define QEMU_PTR_IS_ALIGNED(p, n) QEMU_IS_ALIGNED((uintptr_t)(p), (n)) macro
/openbmc/qemu/hw/acpi/
H A Derst.c425 g_assert(QEMU_PTR_IS_ALIGNED(header, sizeof(uint64_t))); in check_erst_backend_storage()
/openbmc/qemu/util/
H A Dvfio-helpers.c757 assert(QEMU_PTR_IS_ALIGNED(host, qemu_real_host_page_size())); in qemu_vfio_dma_map()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c444 g_assert(QEMU_PTR_IS_ALIGNED(testarea, pagesize)); in postcopy_ram_supported_by_host()
/openbmc/qemu/block/
H A Dnvme.c1245 if (!QEMU_PTR_IS_ALIGNED(qiov->iov[i].iov_base, in nvme_qiov_aligned()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3017 if (!QEMU_PTR_IS_ALIGNED(start, qemu_real_host_page_size()) || in kvm_convert_memory()
3018 !QEMU_PTR_IS_ALIGNED(size, qemu_real_host_page_size())) { in kvm_convert_memory()
/openbmc/qemu/system/
H A Dphysmem.c3637 if (!QEMU_PTR_IS_ALIGNED(host_startaddr, rb->page_size)) { in ram_block_discard_range()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc2088 if (!QEMU_PTR_IS_ALIGNED(s->code_ptr + 1, 4)) {