Home
last modified time | relevance | path

Searched refs:QEMU_ALIGN_UP (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/mem/
H A Dmemory-device.c122 if (QEMU_ALIGN_UP(address_space_start, align) != address_space_start) { in memory_device_get_free_addr()
133 if (hint && QEMU_ALIGN_UP(*hint, align) != *hint) { in memory_device_get_free_addr()
139 if (QEMU_ALIGN_UP(size, align) != size) { in memory_device_get_free_addr()
180 new_addr = QEMU_ALIGN_UP(md_addr + md_size, align); in memory_device_get_free_addr()
/dports/emulators/qemu5/qemu-5.2.0/hw/riscv/
H A Dboot.c53 return QEMU_ALIGN_UP(firmware_end_addr, 4 * MiB); in riscv_calc_kernel_start_addr()
55 return QEMU_ALIGN_UP(firmware_end_addr, 2 * MiB); in riscv_calc_kernel_start_addr()
/dports/emulators/qemu60/qemu-6.0.0/hw/riscv/
H A Dboot.c44 return QEMU_ALIGN_UP(firmware_end_addr, 4 * MiB); in riscv_calc_kernel_start_addr()
46 return QEMU_ALIGN_UP(firmware_end_addr, 2 * MiB); in riscv_calc_kernel_start_addr()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/riscv/
H A Dboot.c44 return QEMU_ALIGN_UP(firmware_end_addr, 4 * MiB); in riscv_calc_kernel_start_addr()
46 return QEMU_ALIGN_UP(firmware_end_addr, 2 * MiB); in riscv_calc_kernel_start_addr()
/dports/emulators/qemu/qemu-6.2.0/hw/riscv/
H A Dboot.c69 return QEMU_ALIGN_UP(firmware_end_addr, 4 * MiB); in riscv_calc_kernel_start_addr()
71 return QEMU_ALIGN_UP(firmware_end_addr, 2 * MiB); in riscv_calc_kernel_start_addr()
/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/
H A Dallwinner_emac.c196 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
214 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
273 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4);
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size);
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Dallwinner_emac.c201 total_size = QEMU_ALIGN_UP(RX_HDR_SIZE + padded_size + CRC_SIZE, 4); in aw_emac_receive()
219 fifo8_push_all(fifo, padding, QEMU_ALIGN_UP(padded_size, 4) - padded_size); in aw_emac_receive()
278 s->rx_packet_size = QEMU_ALIGN_UP(extract32(ret, 0, 16), 4); in aw_emac_read()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dbackup.c195 end = QEMU_ALIGN_UP(bytes + offset, job->cluster_size); in backup_do_cow()
334 end = QEMU_ALIGN_UP(offset + bytes, backup_job->cluster_size); in backup_wait_for_overlapping_requests()
347 end = QEMU_ALIGN_UP(offset + bytes, backup_job->cluster_size); in backup_cow_request_begin()
727 QEMU_ALIGN_UP(job->copy_range_size, in backup_job_create()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-posix.c109 size_t offset = QEMU_ALIGN_UP((uintptr_t)ptr, align) - (uintptr_t)ptr; in qemu_anon_ram_alloc()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-posix.c109 size_t offset = QEMU_ALIGN_UP((uintptr_t)ptr, align) - (uintptr_t)ptr; in qemu_anon_ram_alloc()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dblock-copy.c146 bytes = QEMU_ALIGN_UP(bytes, s->cluster_size); in block_copy_task_create()
341 offset + bytes == QEMU_ALIGN_UP(s->len, s->cluster_size)); in block_copy_do_copy()
459 num = QEMU_ALIGN_UP(num, s->cluster_size); in block_copy_block_status()
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dosdep.h272 #define QEMU_ALIGN_UP(n, m) QEMU_ALIGN_DOWN((n) + (m) - 1, (m)) macro
283 ((typeof(p))QEMU_ALIGN_UP((uintptr_t)(p), (n)))
/dports/emulators/qemu/qemu-6.2.0/hw/mem/
H A Dmemory-device.c155 if (range_init(&new, QEMU_ALIGN_UP(range_lob(&as), align), size)) { in memory_device_get_free_addr()
180 next_addr = QEMU_ALIGN_UP(range_upb(&tmp) + 1, align); in memory_device_get_free_addr()
/dports/emulators/qemu60/qemu-6.0.0/hw/mem/
H A Dmemory-device.c155 if (range_init(&new, QEMU_ALIGN_UP(range_lob(&as), align), size)) { in memory_device_get_free_addr()
180 next_addr = QEMU_ALIGN_UP(range_upb(&tmp) + 1, align); in memory_device_get_free_addr()
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dosdep.h272 #define QEMU_ALIGN_UP(n, m) QEMU_ALIGN_DOWN((n) + (m) - 1, (m)) macro
283 ((typeof(p))QEMU_ALIGN_UP((uintptr_t)(p), (n)))
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dosdep.h242 #define QEMU_ALIGN_UP(n, m) QEMU_ALIGN_DOWN((n) + (m) - 1, (m)) macro
253 ((typeof(p))QEMU_ALIGN_UP((uintptr_t)(p), (n)))
/dports/emulators/qemu5/qemu-5.2.0/hw/mem/
H A Dmemory-device.c155 if (range_init(&new, QEMU_ALIGN_UP(range_lob(&as), align), size)) { in memory_device_get_free_addr()
180 next_addr = QEMU_ALIGN_UP(range_upb(&tmp) + 1, align); in memory_device_get_free_addr()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dosdep.h258 #define QEMU_ALIGN_UP(n, m) QEMU_ALIGN_DOWN((n) + (m) - 1, (m)) macro
269 ((typeof(p))QEMU_ALIGN_UP((uintptr_t)(p), (n)))

12345678910>>...18