Home
last modified time | relevance | path

Searched refs:create_exception_port_behavior64 (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/
H A Dexc_helpers.h74 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior);
H A Dexception_tests.c82 …mach_port_t exc_port = create_exception_port_behavior64(EXC_MASK_BAD_ACCESS, EXCEPTION_IDENTITY_PR…
H A Dcorpse_backtrace.c227 exc_port = create_exception_port_behavior64(EXC_MASK_CORPSE_NOTIFY,
260 exc_port = create_exception_port_behavior64(EXC_MASK_BAD_ACCESS,
H A Dexc_helpers.c293 return create_exception_port_behavior64(exception_mask, EXCEPTION_STATE_IDENTITY); in create_exception_port()
297 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64() function
/xnu-11215/tests/ipc/
H A Dkernel_signed_pac_thread_state.c300 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64() function
336 return create_exception_port_behavior64(exception_mask, EXCEPTION_STATE_IDENTITY); in create_exception_port()