Searched refs:test_exception_handler (Results 1 – 2 of 2) sorted by relevance
173 static int test_exception_handler(struct exc_state *state, uint64_t vector_id) in test_exception_handler() function188 sync_elx.handler = &test_exception_handler; in test_exception()189 sync_el0.handler = &test_exception_handler; in test_exception()
273 def test_exception_handler(self): member in FunctionalTests