Searched refs:bti_exception_handler_pc (Results 1 – 1 of 1) sorted by relevance
2276 static volatile uintptr_t bti_exception_handler_pc = 0; variable2289 bti_exception_handler_pc = get_saved_state_pc(state); in arm64_bti_test_exception_handler()2316 bti_exception_handler_pc = 0; in arm64_bti_test_func_with_shim()2332 if (!expect_ok && raw_func != bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2334 raw_func, bti_exception_handler_pc); in arm64_bti_test_func_with_shim()2335 } else if (expect_ok && bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2337 bti_exception_handler_pc); in arm64_bti_test_func_with_shim()2338 } else if (!expect_ok && !bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()