Home
last modified time | relevance | path

Searched refs:test_exception_handler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/arm64/armv8/
H A Dexception.c173 static int test_exception_handler(struct exc_state *state, uint64_t vector_id) in test_exception_handler() function
188 sync_elx.handler = &test_exception_handler; in test_exception()
189 sync_el0.handler = &test_exception_handler; in test_exception()
/aosp_15_r20/external/python/absl-py/absl/tests/
Dapp_test.py273 def test_exception_handler(self): member in FunctionalTests