Home
last modified time | relevance | path

Searched refs:bitmap_set (Results 1 – 22 of 22) sorted by relevance

/xnu-12377.81.4/osfmk/prng/
H A Dentropy.c287 bitmap_set(filter, 0); in entropy_filter()
290 bitmap_set(filter, 0); in entropy_filter()
291 bitmap_set(filter, 1); in entropy_filter()
294 bitmap_set(filter, 0); in entropy_filter()
295 bitmap_set(filter, 1); in entropy_filter()
309 bitmap_set(filter, i); in entropy_filter()
/xnu-12377.81.4/osfmk/tests/
H A Dbitmap_test.c76 bitmap_set(map, i); in test_bitmap()
112 bitmap_set(map, i); in test_bitmap()
162 bitmap_set(map, i); in test_bitmap()
172 bitmap_set(map, i); in test_bitmap()
/xnu-12377.81.4/bsd/kern/
H A Dkern_debug.c147 bitmap_set(ut->syscall_rejection_mask, number); in debug_syscall_rejection_handle()
148 bitmap_set(ut->syscall_rejection_once_mask, number); in debug_syscall_rejection_handle()
357 bitmap_set(dst, i); in _syscall_rejection_add()
366 bitmap_set(dst, i + mach_trap_count); in _syscall_rejection_add()
/xnu-12377.81.4/libkern/os/
H A Dlog_mem.c61 bitmap_set(logmem_t *lm, size_t block) in bitmap_set() function
85 bitmap_set(lm, next); in bitmap_reserve_root()
131 bitmap_update_subtree(lm, level, block, bitmap_set); in bitmap_reserve_subtree()
/xnu-12377.81.4/bsd/net/
H A Drestricted_in_port.c323 bitmap_set(restricted_port_bitmap, restricted_port_test); in sysctl_restricted_port_test_common()
393 bitmap_set(restricted_port_bitmap, rpe->rpe_port); in restricted_in_port_init()
/xnu-12377.81.4/osfmk/kern/
H A Dcompact_id.c212 bitmap_set(map, cid - compact_id_prev_max(idx)); in compact_id_put()
H A Dsched.h262 bitmap_set(map, n); in rq_bitmap_set()
H A Dsched_clutch.c530 bitmap_set(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_enqueue()
972 bitmap_set(root_clutch->scr_bound_warp_available, edf_bucket->scrb_bucket); in sched_clutch_root_highest_root_bucket()
974 bitmap_set(root_clutch->scr_unbound_warp_available, edf_bucket->scrb_bucket); in sched_clutch_root_highest_root_bucket()
1109 bitmap_set(runnable_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_runnable()
1129 bitmap_set(warp_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_runnable()
4046 bitmap_set(visited_map, curr_id); in sched_edge_config_verify_transitive_traverse()
4137 bitmap_set(updated_steal_map, src_id); in sched_edge_config_final_push()
6050 bitmap_set(clutch_bucket_modify_bitmap, bucket); in sched_edge_tg_preferred_cluster_change()
6163 bitmap_set(src_pset->native_psets, dst_cluster_id); in sched_edge_cpu_init_completed()
6171 bitmap_set(src_pset->foreign_psets, dst_cluster_id); in sched_edge_cpu_init_completed()
[all …]
H A Dbits.h272 bitmap_set(bitmap_t *__header_indexable map, uint n) in bitmap_set() function
H A Dexclaves_resource.c544 bitmap_set(c->c_service_bitmap, (uint32_t)resource->r_id); in populate_conclave_services()
549 bitmap_set(kernel_service_bitmap, in populate_conclave_services()
H A Dsched_rt.c1245 bitmap_set(map, i); in rt_runq_enqueue()
H A Dsched_prim.c757 bitmap_set(p, i); in preempt_pri_init()
761 bitmap_set(p, i); in preempt_pri_init()
H A Dzalloc.c9435 bitmap_set(zone_destroyed_bitmap, zindex); in zdestroy()
/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c345 bitmap_set(modify_bitmap, sched_bucket); in impl_set_tg_sched_bucket_preferred_pset()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_map.c25673 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_HUGE); in vm_map_range_map_init()
25674 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_LARGE); in vm_map_range_map_init()
25675 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_LARGE_REUSED); in vm_map_range_map_init()
25676 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_MEDIUM); in vm_map_range_map_init()
25677 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_PROB_GUARD); in vm_map_range_map_init()
25678 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_SMALL); in vm_map_range_map_init()
25679 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_TINY); in vm_map_range_map_init()
25680 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_TCMALLOC); in vm_map_range_map_init()
25681 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_LIBNETWORK); in vm_map_range_map_init()
25682 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_IOACCELERATOR); in vm_map_range_map_init()
[all …]
H A Dvm_pageout.c6503 bitmap_set(upl->lite_list, pg_num);
6770 bitmap_set(upl->lite_list, pg_num);
8181 bitmap_set(upl->lite_list, entry);
8323 bitmap_set(upl->lite_list, entry);
9095 bitmap_set(upl->lite_list, entry);
H A Dvm_mteinfo.c3318 bitmap_set(vm_mte_tag_storage_for_vm_tags_mask, (uint)i); in mteinfo_tag_storage_process_vm_tags()
H A Dvm_resident.c943 bitmap_set(vm_pages_free_masks_as_bitmap(index), bit); in vm_pages_free_mask_set()
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c2530 bitmap_set(&surt_page->surt_page_free_bitmap[0], surt_index); in surt_free()
H A Dpmap.c1350 bitmap_set(&asid_bitmap[0], vasid); in free_asid()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2499 bitmap_set(&map, id); in fsw_receive()
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.c1842 bitmap_set(&asid_bitmap[0], vasid); in free_asid()