(root)/
strace-6.5/
src/
linux/
alpha/
arch_regs.c
       1  /*
       2   * Copyright (c) 2015-2021 The strace developers.
       3   * All rights reserved.
       4   *
       5   * SPDX-License-Identifier: LGPL-2.1-or-later
       6   */
       7  
       8  static unsigned long alpha_r0;
       9  static unsigned long alpha_a3;
      10  
      11  #define REG_R0 0
      12  #define REG_A0 16
      13  #define REG_A3 19
      14  #define REG_SP 30
      15  #define REG_PC 64
      16  
      17  #define ARCH_PC_PEEK_ADDR REG_PC
      18  #define ARCH_SP_PEEK_ADDR REG_SP