Home
last modified time | relevance | path

Searched refs:pow2ceil (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/tests/bench/
H A Dqht-bench.c460 init_range = pow2ceil(atol(optarg)); in parse_args()
461 lookup_range = pow2ceil(atol(optarg)); in parse_args()
462 update_range = pow2ceil(atol(optarg)); in parse_args()
473 init_range = pow2ceil(atol(optarg)); in parse_args()
476 lookup_range = pow2ceil(atol(optarg)); in parse_args()
492 update_range = pow2ceil(atol(optarg)); in parse_args()
H A Datomic64-bench.c155 range = pow2ceil(atoi(optarg)); in parse_args()
H A Datomic_add-bench.c167 range = pow2ceil(atoi(optarg)); in parse_args()
/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py21 def pow2ceil(x): function
34 size_aligned = pow2ceil(size)
/openbmc/qemu/tests/avocado/
H A Dboot_linux_console.py30 def pow2ceil(x): function
43 size_aligned = pow2ceil(size)
/openbmc/qemu/util/
H A Dbuffer.c37 pow2ceil(buffer->offset + len)); in buffer_req_size()
H A Dqht.c249 return pow2ceil(n_elems / QHT_BUCKET_ENTRIES); in qht_elems_to_buckets()
/openbmc/qemu/hw/display/
H A Dqxl.c2080 qxl->vgamem_size = pow2ceil(qxl->vgamem_size);
2081 qxl->vga.vram_size = pow2ceil(qxl->vga.vram_size);
2082 qxl->vram32_size = pow2ceil(qxl->vram32_size);
2083 qxl->vram_size = pow2ceil(qxl->vram_size);
2115 io_size = pow2ceil(QXL_IO_RANGE_SIZE);
2119 io_size = pow2ceil(QXL_IO_RANGE_SIZE);
H A Dbochs-display.c278 s->vgamem = pow2ceil(s->vgamem); in bochs_display_realize()
H A Dvga.c2222 s->vram_size_mb = pow2ceil(s->vram_size_mb); in vga_common_init()
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c236 shmsize = pow2ceil(shmsize); in ivshmem_server_ftruncate()
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c308 pow2ceil(CXL_MMIO_SIZE)); in cxl_device_register_block_init()
/openbmc/qemu/include/qemu/
H A Dhost-utils.h739 static inline uint64_t pow2ceil(uint64_t value) in pow2ceil() function
/openbmc/qemu/hw/pci/
H A Dmsix.c410 bar_size = pow2ceil(bar_size); in msix_init_exclusive_bar()
H A Dpci.c2403 pdev->romsize = pow2ceil(size); in pci_add_option_rom()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2103 size = pow2ceil(size); in virtio_pci_device_plugged()
2183 pow2ceil(proxy->notify.offset + proxy->notify.size)); in virtio_pci_realize()
/openbmc/qemu/hw/ufs/
H A Dufs.c1625 u->reg_size = pow2ceil(ufs_reg_size(u)); in ufs_init_hc()
/openbmc/qemu/hw/sd/
H A Dsd.c2763 int64_t blk_size_aligned = pow2ceil(blk_size); in sd_realize()
/openbmc/qemu/hw/vfio/
H A Dpci.c1465 msix_sz = pow2ceil(msix_sz); in vfio_pci_relocate_msix()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c230 size_t ceil = pow2ceil(desc->window_max_entries); in tlb_mmu_resize_locked()
/openbmc/qemu/linux-user/
H A Delfload.c3284 align = pow2ceil(align); in load_elf_image()
/openbmc/qemu/hw/ppc/
H A Dspapr.c1560 shift = ctz64(pow2ceil(ramsize)) - 7; in spapr_hpt_shift_for_ramsize()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3573 p2vsz = pow2ceil(vsz); in do_reduce()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8481 return pow2ceil(bar_size); in nvme_mbar_size()