Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/bsd/kern/
H A Dkern_debug.c200 bitmap_or(dest, dest, src, mach_trap_count + nsysent); in _syscall_rejection_apply_mask()
299bitmap_or(ut->syscall_rejection_mask, ut->syscall_rejection_mask, ut->syscall_rejection_once_mask,… in sys_debug_syscall_reject_config()
/xnu-8796.121.2/osfmk/kern/
H A Dbits.h369 bitmap_or( in bitmap_or() function