Searched refs:QEMU_PTR_IS_ALIGNED (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | xts.c | 130 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 D | osdep.h | 473 #define QEMU_PTR_IS_ALIGNED(p, n) QEMU_IS_ALIGNED((uintptr_t)(p), (n)) macro
|
/openbmc/qemu/hw/acpi/ |
H A D | erst.c | 425 g_assert(QEMU_PTR_IS_ALIGNED(header, sizeof(uint64_t))); in check_erst_backend_storage()
|
/openbmc/qemu/util/ |
H A D | vfio-helpers.c | 757 assert(QEMU_PTR_IS_ALIGNED(host, qemu_real_host_page_size())); in qemu_vfio_dma_map()
|
/openbmc/qemu/migration/ |
H A D | postcopy-ram.c | 444 g_assert(QEMU_PTR_IS_ALIGNED(testarea, pagesize)); in postcopy_ram_supported_by_host()
|
/openbmc/qemu/block/ |
H A D | nvme.c | 1245 if (!QEMU_PTR_IS_ALIGNED(qiov->iov[i].iov_base, in nvme_qiov_aligned()
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 3017 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 D | physmem.c | 3637 if (!QEMU_PTR_IS_ALIGNED(host_startaddr, rb->page_size)) { in ram_block_discard_range()
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2088 if (!QEMU_PTR_IS_ALIGNED(s->code_ptr + 1, 4)) {
|