Searched refs:qemu_try_memalign (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/util/ |
H A D | memalign.c | 32 void *qemu_try_memalign(size_t alignment, size_t size) in qemu_try_memalign() function 73 void *p = qemu_try_memalign(alignment, size); in qemu_memalign()
|
/openbmc/qemu/include/qemu/ |
H A D | memalign.h | 24 void *qemu_try_memalign(size_t alignment, size_t size);
|
/openbmc/qemu/block/ |
H A D | nvme.c | 177 q->queue = qemu_try_memalign(qemu_real_host_page_size(), bytes); in nvme_init_queue() 240 q->prp_list_pages = qemu_try_memalign(qemu_real_host_page_size(), bytes); in nvme_create_queue_pair() 557 id = qemu_try_memalign(qemu_real_host_page_size(), id_size); in nvme_identify() 1275 buf = qemu_try_memalign(qemu_real_host_page_size(), len); in nvme_co_prw() 1438 buf = qemu_try_memalign(s->page_size, s->page_size); in nvme_co_pdiscard()
|
H A D | io.c | 3315 return qemu_try_memalign(align, size); in qemu_try_blockalign()
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-helpers.c | 497 buf = qemu_try_memalign(len, len); in probe_o_direct_support()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 325 pending->hpt = qemu_try_memalign(size, size); in hpt_prepare_thread()
|