Searched refs:bitmap_full (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/osfmk/tests/ |
| H A D | bitmap_test.c | 92 bitmap_full(map, nbits); in test_bitmap() 135 bitmap_full(map1, nbits); in test_bitmap()
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | compact_id.c | 128 bitmap_full(table->cidt_bitmap[idx], size); in compact_id_table_grow()
|
| H A D | bits.h | 221 bitmap_full(bitmap_t *__header_indexable map, uint nbits) in bitmap_full() function
|
| /xnu-11215.1.10/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 861 bitmap_full(skr->skr_seg_bmap, skr->skr_seg_max_cnt); in skmem_region_create()
|
| /xnu-11215.1.10/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 1710 bitmap_full(&asid_bitmap[0], pmap_max_asids); in pmap_bootstrap() 1731 bitmap_full(&asid_plru_bitmap[0], MAX_HW_ASIDS); in pmap_bootstrap() 2971 bitmap_full(&active_disconnects[0], max_cpu + 1);
|
| /xnu-11215.1.10/osfmk/arm/pmap/ |
| H A D | pmap.c | 2359 bitmap_full(&asid_bitmap[0], pmap_max_asids); in pmap_bootstrap() 2361 bitmap_full(&asid_plru_bitmap[0], MAX_HW_ASIDS); in pmap_bootstrap() 3872 bitmap_full(&active_disconnects[0], max_cpu + 1);
|