1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (C) 2019 Arm Limited 4 * Original author: Dave Martin <Dave.Martin@arm.com> 5 */ 6 7 #include "assembler.h" 8 9 startfn bti_none_func 10 bti 11 ret 12 endfn 13 14 startfn bti_c_func 15 bti c 16 ret 17 endfn 18 19 startfn bti_j_func 20 bti j 21 ret 22 endfn 23 24 startfn bti_jc_func 25 bti jc 26 ret 27 endfn 28 29 startfn paciasp_func 30 paciasp 31 autiasp 32 ret 33 endfn 34 35 startfn nohint_func 36 ret 37 endfn 38 39 emit_aarch64_feature_1_and
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.