Searched refs:filter_mask (Results 1 – 3 of 3) sorted by relevance
249 uint8_t *filter_mask = task_get_mach_trap_filter_mask(task); in mach_syscall() local251 if (__improbable(filter_mask != NULL && in mach_syscall()252 !bitstr_test(filter_mask, call_number) && in mach_syscall()
574 uint8_t *filter_mask = task_get_mach_trap_filter_mask(task); in mach_call_munger() local576 if (__improbable(filter_mask != NULL && in mach_call_munger()577 !bitstr_test(filter_mask, call_number) && in mach_call_munger()693 uint8_t *filter_mask = task_get_mach_trap_filter_mask(task); in mach_call_munger64() local695 if (__improbable(filter_mask != NULL && in mach_call_munger64()696 !bitstr_test(filter_mask, call_number)) && in mach_call_munger64()
593 uint8_t *filter_mask = task_get_mach_kobj_filter_mask(curtask); in ipc_kobject_server_internal() local596 if (filter_mask != NULL && in ipc_kobject_server_internal()598 !bitstr_test(filter_mask, idx) && in ipc_kobject_server_internal()