Searched refs:bti_exception_handler_pc (Results 1 – 1 of 1) sorted by relevance
2211 static volatile uintptr_t bti_exception_handler_pc = 0; variable2224 bti_exception_handler_pc = get_saved_state_pc(state); in arm64_bti_test_exception_handler()2251 bti_exception_handler_pc = 0; in arm64_bti_test_func_with_shim()2267 if (!expect_ok && raw_func != bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2269 raw_func, bti_exception_handler_pc); in arm64_bti_test_func_with_shim()2270 } else if (expect_ok && bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2272 bti_exception_handler_pc); in arm64_bti_test_func_with_shim()2273 } else if (!expect_ok && !bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()