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

vdso64_wrapper.S (270B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#include <linux/linkage.h>
      3#include <asm/page.h>
      4
      5	__PAGE_ALIGNED_DATA
      6
      7	.globl vdso64_start, vdso64_end
      8	.balign PAGE_SIZE
      9vdso64_start:
     10	.incbin "arch/powerpc/kernel/vdso/vdso64.so.dbg"
     11	.balign PAGE_SIZE
     12vdso64_end:
     13
     14	.previous