Searched refs:QEMU_ALIGN_PTR_UP (Results 1 – 4 of 4) sorted by relevance
57 base = QEMU_ALIGN_PTR_UP(base, 4); \73 base = QEMU_ALIGN_PTR_UP(base, 4); \
469 #define QEMU_ALIGN_PTR_UP(p, n) \ macro
515 buf = QEMU_ALIGN_PTR_UP(buf, qemu_real_host_page_size()); in alloc_code_gen_buffer()
2579 int gap = QEMU_ALIGN_PTR_UP(s->code_ptr + 1, 4) - s->code_ptr;