Home
last modified time | relevance | path

Searched refs:run_exception_handler (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/tests/ipc/
H A Dkernel_signed_pac_thread_state.c365 run_exception_handler(mach_port_t exc_port) in run_exception_handler() function
386 run_exception_handler(exc_port);
408 run_exception_handler(exc_port);
/xnu-11215/tests/
H A Dexc_helpers.h84 run_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback);
H A Dpac_exception_entitlement.c144 run_exception_handler(exc_port, exception_handler); in run_pac_exception_test()
H A Dfp_exception.c121 run_exception_handler(exc_port, exc_arithmetic_handler);
H A Dexception_tests.c75 run_exception_handler(exc_port, exc_immovable_handler);
H A Dptrauth_failure.c137 run_exception_handler(exc_port, pac_exception_handler);
H A Ddecompression_failure.c199 run_exception_handler(exc_port, kern_memory_failure_handler);
H A Darm_matrix.c123 run_exception_handler(exc_port, bad_instruction_exception_handler); in test_matrix_not_started()
H A Dexc_helpers.c410 run_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback) in run_exception_handler() function