Searched refs:bti_exception_handler_pc (Results 1 – 1 of 1) sorted by relevance
2208 static volatile uintptr_t bti_exception_handler_pc = 0; variable2221 bti_exception_handler_pc = get_saved_state_pc(state); in arm64_bti_test_exception_handler()2248 bti_exception_handler_pc = 0; in arm64_bti_test_func_with_shim()2264 if (!expect_ok && raw_func != bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2266 raw_func, bti_exception_handler_pc); in arm64_bti_test_func_with_shim()2267 } else if (expect_ok && bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2269 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()