Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/arm64/
H A Dbsd_arm64.c249 uint8_t *filter_mask = task_get_mach_trap_filter_mask(task); in mach_syscall() local
251 if (__improbable(filter_mask != NULL && in mach_syscall()
252 !bitstr_test(filter_mask, call_number) && in mach_syscall()
/xnu-11215.1.10/osfmk/i386/
H A Dbsd_i386.c574 uint8_t *filter_mask = task_get_mach_trap_filter_mask(task); in mach_call_munger() local
576 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() local
695 if (__improbable(filter_mask != NULL && in mach_call_munger64()
696 !bitstr_test(filter_mask, call_number)) && in mach_call_munger64()
/xnu-11215.1.10/osfmk/kern/
H A Dipc_kobject.c589 uint8_t *filter_mask = task_get_mach_kobj_filter_mask(curtask); in ipc_kobject_server_internal() local
592 if (filter_mask != NULL && in ipc_kobject_server_internal()
594 !bitstr_test(filter_mask, idx) && in ipc_kobject_server_internal()