Home
last modified time | relevance | path

Searched refs:bitmap_test (Results 1 – 19 of 19) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Drestricted_in_port.h47 #define IS_RESTRICTED_IN_PORT(x) (bitmap_test(restricted_port_bitmap, ntohs((uint16_t)(x))))
/xnu-12377.81.4/osfmk/arm64/
H A Dbsd_arm64.c268 !bitmap_test(rejection_mask, call_number)) { in mach_syscall()
/xnu-12377.81.4/osfmk/prng/
H A Dentropy.c452 if (!bitmap_test(filter, i)) { in entropy_health_test()
/xnu-12377.81.4/osfmk/kern/
H A Dbits.h296 bitmap_test(const bitmap_t *__header_indexable map, uint n) in bitmap_test() function
H A Dsched_clutch.c653 if (bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_FIXPRI)) { in sched_clutch_root_unbound_select_aboveui()
660 if (bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SHARE_FG)) { in sched_clutch_root_unbound_select_aboveui()
716 if (bitmap_test(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_FIXPRI) && in sched_clutch_root_bound_select_aboveui()
724 if (bitmap_test(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SHARE_FG) && in sched_clutch_root_bound_select_aboveui()
817bitmap_test(highest_bucket->scrb_bound ? root_clutch->scr_bound_runnable_bitmap : root_clutch->scr… in sched_clutch_root_highest_aboveui_root_bucket()
3993 bool is_local_a = bitmap_test(data_a->spsosd_src_pset->local_psets, data_a->spsosd_dst_pset_id); in sched_edge_search_order_weight_then_locality()
3994 bool is_local_b = bitmap_test(data_b->spsosd_src_pset->local_psets, data_b->spsosd_dst_pset_id); in sched_edge_search_order_weight_then_locality()
4042 if (bitmap_test(visited_map, curr_id)) { in sched_edge_config_verify_transitive_traverse()
H A Dsched_rt.c1213 assert(bitmap_test(map, i) == false); in check_rt_runq_consistency()
1217 assert(bitmap_test(map, i) == true); in check_rt_runq_consistency()
H A Dexclaves_resource.c1425 return bitmap_test(kernel_service_bitmap, (uint32_t)id); in exclaves_conclave_has_service()
1433 return bitmap_test(conclave->c_service_bitmap, (uint32_t)id); in exclaves_conclave_has_service()
H A Dsched_prim.c4444 return bitmap_test(sched_preempt_pri, priority) ? TRUE : FALSE; in priority_is_urgent()
H A Dzalloc.c9433 assert(!bitmap_test(zone_destroyed_bitmap, zindex)); in zdestroy()
/xnu-12377.81.4/bsd/dev/arm/
H A Dsystemcalls.c173 !bitmap_test(uthread->syscall_rejection_mask, call_number)) { in unix_syscall()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_upl.c317 if (bitmap_test(upl->lite_list, pg_num)) { in upl_abort_range()
832 if (bitmap_test(upl->lite_list, pg_num)) { in upl_commit_range()
H A Dvm_mteinfo.c3432 return bitmap_test(vm_mte_tag_storage_for_vm_tags_mask, (uint)vm_tag); in mteinfo_vm_tag_can_use_tag_storage()
H A Dvm_pageout.c7721 if (bitmap_test(upl->lite_list, pg_num)) {
8780 if (bitmap_test(upl->lite_list, entry)) {
H A Dvm_resident.c936 return bitmap_test(vm_pages_free_masks_as_bitmap(index), bit); in vm_pages_free_mask_test()
H A Dvm_map.c26154 if (bitmap_test(vm_map_user_range_large_file_map, vmkf->vm_tag) in vm_map_kernel_flags_update_range_id()
26161 } else if (bitmap_test(vm_map_user_range_heap_map, vmkf->vm_tag)) { in vm_map_kernel_flags_update_range_id()
/xnu-12377.81.4/osfmk/conf/
H A DMakefile.template255 bitmap_test.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles257 osfmk/tests/bitmap_test.c optional config_xnupost
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.c1321 assert(bitmap_test(&asid_bitmap[0], (unsigned int)vasid)); in alloc_asid()
1349 assert(!bitmap_test(&asid_bitmap[0], vasid)); in free_asid()
6175 if ((bitmap_test(pmap->nested_region_unnested_table_bitmap, UNNEST_IN_PROGRESS_BIT(index)))) {
9727 …bool unnested = bitmap_test(subord->nested_region_unnested_table_bitmap, UNNEST_BIT(current_index)…
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.c1786 assert(bitmap_test(&asid_bitmap[0], (unsigned int)vasid)); in alloc_asid()
1841 assert(!bitmap_test(&asid_bitmap[0], vasid)); in free_asid()