Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/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-10063.141.1/osfmk/kern/
H A Dipc_kobject.c593 uint8_t *filter_mask = task_get_mach_kobj_filter_mask(curtask); in ipc_kobject_server_internal() local
596 if (filter_mask != NULL && in ipc_kobject_server_internal()
598 !bitstr_test(filter_mask, idx) && in ipc_kobject_server_internal()