Searched refs:bitmap_test (Results 1 – 15 of 15) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | restricted_in_port.h | 47 #define IS_RESTRICTED_IN_PORT(x) (bitmap_test(restricted_port_bitmap, ntohs((uint16_t)(x))))
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | bsd_arm64.c | 268 !bitmap_test(rejection_mask, call_number)) { in mach_syscall()
|
| /xnu-10063.141.1/osfmk/prng/ |
| H A D | entropy.c | 451 if (!bitmap_test(filter, i)) { in entropy_health_test()
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | bits.h | 309 bitmap_test(const bitmap_t *__header_indexable map, uint n) in bitmap_test() function
|
| H A D | exclaves_resource.c | 1625 return bitmap_test(kernel_service_bitmap, (uint32_t)id); in exclaves_conclave_has_service() 1633 return bitmap_test(conclave->c_service_bitmap, (uint32_t)id); in exclaves_conclave_has_service()
|
| H A D | sched_clutch.c | 584 if (bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_FIXPRI)) { in sched_clutch_root_unbound_select_aboveui() 587 if (!bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SHARE_FG)) { in sched_clutch_root_unbound_select_aboveui() 4820 if (bitmap_test(sched_edge_available_pset_bitmask, dst_pset->pset_cluster_id)) { in sched_edge_pset_made_schedulable()
|
| H A D | sched_prim.c | 213 assert(bitmap_test(map, i) == false); in check_rt_runq_consistency() 217 assert(bitmap_test(map, i) == true); in check_rt_runq_consistency() 4930 return bitmap_test(sched_preempt_pri, priority) ? TRUE : FALSE; in priority_is_urgent()
|
| H A D | zalloc.c | 9887 assert(!bitmap_test(zone_destroyed_bitmap, zindex)); in zdestroy()
|
| /xnu-10063.141.1/bsd/dev/arm/ |
| H A D | systemcalls.c | 173 !bitmap_test(uthread->syscall_rejection_mask, call_number)) { in unix_syscall()
|
| /xnu-10063.141.1/osfmk/conf/ |
| H A D | Makefile.template | 193 bitmap_test.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 257 osfmk/tests/bitmap_test.c optional config_xnupost
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_pageout.c | 7289 if (bitmap_test(upl->lite_list, pg_num)) { in vm_map_enter_upl_range() 7777 if (bitmap_test(upl->lite_list, pg_num)) { in upl_commit_range() 8482 if (bitmap_test(upl->lite_list, pg_num)) { in upl_abort_range() 9499 if (bitmap_test(upl->lite_list, entry)) { in vm_object_iopl_request()
|
| H A D | vm_map.c | 24114 bitmap_test(vm_map_user_range_heap_map, vmkf->vm_tag)) { in vm_map_kernel_flags_update_range_id()
|
| /xnu-10063.141.1/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 1245 assert(bitmap_test(&asid_bitmap[0], (unsigned int)vasid)); in alloc_asid() 1273 assert(!bitmap_test(&asid_bitmap[0], vasid)); in free_asid() 5496 && bitmap_test(pmap->nested_region_unnested_table_bitmap, index)) { 9004 if (!bitmap_test(grand->nested_pmap->nested_region_unnested_table_bitmap, current_index) ||
|
| /xnu-10063.141.1/osfmk/arm/pmap/ |
| H A D | pmap.c | 1735 assert(bitmap_test(&asid_bitmap[0], (unsigned int)vasid)); in alloc_asid() 1790 assert(!bitmap_test(&asid_bitmap[0], vasid)); in free_asid()
|