Searched refs:bti_exception_handler_pc (Results 1 – 1 of 1) sorted by relevance
2556 static volatile uintptr_t bti_exception_handler_pc = 0; variable2569 bti_exception_handler_pc = get_saved_state_pc(state); in arm64_bti_test_exception_handler()2596 bti_exception_handler_pc = 0; in arm64_bti_test_func_with_shim()2612 if (!expect_ok && raw_func != bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2614 raw_func, bti_exception_handler_pc); in arm64_bti_test_func_with_shim()2615 } else if (expect_ok && bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()2617 bti_exception_handler_pc); in arm64_bti_test_func_with_shim()2618 } else if (!expect_ok && !bti_exception_handler_pc) { in arm64_bti_test_func_with_shim()