Searched refs:blk_bitmap (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 676 region->blk_bitmap = bitmap_new(region->len / region->block_size); in cxl_create_dc_regions() 705 g_free(region->blk_bitmap); in cxl_destroy_dc_regions() 989 bitmap_set(region->blk_bitmap, (dpa - region->base) / region->block_size, in ct3_set_region_block_backed() 1015 return find_next_zero_bit(region->blk_bitmap, nr + nbits, nr) == nr + nbits; in ct3_test_region_block_backed() 1036 bitmap_clear(region->blk_bitmap, nr, nbits); in ct3_clear_region_block_backed() 1939 g_autofree unsigned long *blk_bitmap = NULL; in qmp_cxl_process_dynamic_capacity_prescriptive() local 1960 blk_bitmap = bitmap_new(dcd->dc.regions[rid].len / block_size); in qmp_cxl_process_dynamic_capacity_prescriptive() 1985 if (test_any_bits_set(blk_bitmap, offset / block_size, in qmp_cxl_process_dynamic_capacity_prescriptive() 1990 bitmap_set(blk_bitmap, offset / block_size, len / block_size); in qmp_cxl_process_dynamic_capacity_prescriptive()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 2415 g_autofree unsigned long *blk_bitmap = NULL; in cxl_detect_malformed_extent_list() local 2424 blk_bitmap = bitmap_new((lastregion->base + lastregion->len - in cxl_detect_malformed_extent_list() 2441 if (test_any_bits_set(blk_bitmap, dpa / min_block_size, in cxl_detect_malformed_extent_list() 2445 bitmap_set(blk_bitmap, dpa / min_block_size, len / min_block_size); in cxl_detect_malformed_extent_list()
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_device.h | 528 unsigned long *blk_bitmap; member
|