Home
last modified time | relevance | path

Searched refs:bitmap_new (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bitmap.c20 bmap1 = bitmap_new(BMAP_SIZE); in check_bitmap_copy_with_offset()
21 bmap2 = bitmap_new(BMAP_SIZE); in check_bitmap_copy_with_offset()
22 bmap3 = bitmap_new(BMAP_SIZE); in check_bitmap_copy_with_offset()
67 bmap = bitmap_new(BMAP_SIZE); in bitmap_set_case()
/openbmc/qemu/hw/ppc/
H A Dspapr_ovec.c51 ov->bitmap = bitmap_new(OV_MAXBITS); in spapr_ovec_new()
83 unsigned long *tmp = bitmap_new(OV_MAXBITS); in spapr_ovec_subset()
/openbmc/qemu/util/
H A Dthread-context.c111 bitmap = bitmap_new(nbits); in thread_context_set_cpu_affinity()
194 bitmap = bitmap_new(nbits); in thread_context_set_node_affinity()
H A Dqemu-thread-posix.c500 *host_cpus = bitmap_new(tmpbits); in qemu_thread_get_affinity()
/openbmc/qemu/hw/virtio/
H A Diothread-vq-mapping.c17 g_autofree unsigned long *vqs = bitmap_new(num_queues); in iothread_vq_mapping_validate()
/openbmc/qemu/hw/core/
H A Dplatform-bus.c197 pbus->used_irqs = bitmap_new(pbus->num_irqs); in platform_bus_realize()
/openbmc/qemu/include/qemu/
H A Dbitmap.h107 static inline unsigned long *bitmap_new(long nbits) in bitmap_new() function
/openbmc/qemu/hw/mem/
H A Dpc-dimm.c127 bitmap = bitmap_new(max_slots); in pc_dimm_get_free_slot()
/openbmc/qemu/block/
H A Dmirror.c899 s->zero_bitmap = bitmap_new(bitmap_length); in mirror_dirty_init()
1082 s->in_flight_bitmap = bitmap_new(length); in mirror_run()
1099 s->cow_bitmap = bitmap_new(length); in mirror_run()
/openbmc/qemu/hw/intc/
H A Dopenpic.c1600 opp->dst[i].raised.queue = bitmap_new(IRQQUEUE_SIZE_BITS); in openpic_realize()
1602 opp->dst[i].servicing.queue = bitmap_new(IRQQUEUE_SIZE_BITS); in openpic_realize()
H A Dxive.c1552 xsrc->lsi_map = bitmap_new(xsrc->nr_irqs); in xive_source_realize()
/openbmc/qemu/hw/block/
H A Dpflash_cfi02.c917 pfl->sector_erase_map = bitmap_new(pfl->total_sectors); in pflash_cfi02_realize()
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c2954 blk_bitmap = bitmap_new((lastregion->base + lastregion->len - in cxl_detect_malformed_extent_list()
3457 region->blk_bitmap = bitmap_new(region->len / in->block_sz); in cmd_fm_set_dc_region_config()