1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /****************************************************************************** 3 * arch/ia64/include/asm/native/inst.h 4 * 5 * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp> 6 * VA Linux Systems Japan K.K. 7 */ 8 9 #define __paravirt_start_gate_fsyscall_patchlist \ 10 __ia64_native_start_gate_fsyscall_patchlist 11 #define __paravirt_end_gate_fsyscall_patchlist \ 12 __ia64_native_end_gate_fsyscall_patchlist 13 #define __paravirt_start_gate_brl_fsys_bubble_down_patchlist \ 14 __ia64_native_start_gate_brl_fsys_bubble_down_patchlist 15 #define __paravirt_end_gate_brl_fsys_bubble_down_patchlist \ 16 __ia64_native_end_gate_brl_fsys_bubble_down_patchlist 17 #define __paravirt_start_gate_vtop_patchlist \ 18 __ia64_native_start_gate_vtop_patchlist 19 #define __paravirt_end_gate_vtop_patchlist \ 20 __ia64_native_end_gate_vtop_patchlist 21 #define __paravirt_start_gate_mckinley_e9_patchlist \ 22 __ia64_native_start_gate_mckinley_e9_patchlist 23 #define __paravirt_end_gate_mckinley_e9_patchlist \ 24 __ia64_native_end_gate_mckinley_e9_patchlist 25