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

dwarf-regs-table.h (295B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifdef DEFINE_DWARF_REGSTR_TABLE
      3/* This is included in perf/util/dwarf-regs.c */
      4
      5static const char * const arm_regstr_tbl[] = {
      6	"%r0", "%r1", "%r2", "%r3", "%r4",
      7	"%r5", "%r6", "%r7", "%r8", "%r9", "%r10",
      8	"%fp", "%ip", "%sp", "%lr", "%pc",
      9};
     10#endif