cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

vsyscall-syscall.S (229B)


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