Home
last modified time | relevance | path

Searched refs:bitmap_or (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/osfmk/tests/ !
H A Dbitmap_test.c145 bitmap_or(map, map1, map0, nbits); in test_bitmap()
148 bitmap_or(map, map0, map0, nbits); in test_bitmap()
/xnu-10002.41.9/bsd/kern/ !
H A Dkern_debug.c201 bitmap_or(dest, dest, src, mach_trap_count + nsysent); in _syscall_rejection_apply_mask()
300bitmap_or(ut->syscall_rejection_mask, ut->syscall_rejection_mask, ut->syscall_rejection_once_mask,… in sys_debug_syscall_reject_config()
/xnu-10002.41.9/osfmk/kern/ !
H A Dbits.h372 bitmap_or( in bitmap_or() function