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

test_kprobes.h (300B)


      1/* SPDX-License-Identifier: GPL-2.0+ */
      2#ifndef TEST_KPROBES_H
      3#define TEST_KPROBES_H
      4
      5extern unsigned long kprobes_target_odd_offs;
      6extern unsigned long kprobes_target_in_insn4_offs;
      7extern unsigned long kprobes_target_in_insn6_lo_offs;
      8extern unsigned long kprobes_target_in_insn6_hi_offs;
      9
     10#endif