root/arch/sh/kernel/vsyscall/vsyscall-syscall.S

/* [<][>][^][v][top][bottom][index][help] */
   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #include <linux/init.h>
   3 
   4 __INITDATA
   5 
   6         .globl vsyscall_trapa_start, vsyscall_trapa_end
   7 vsyscall_trapa_start:
   8         .incbin "arch/sh/kernel/vsyscall/vsyscall-trapa.so"
   9 vsyscall_trapa_end:
  10 
  11 __FINIT

/* [<][>][^][v][top][bottom][index][help] */