(root)/
strace-6.5/
src/
linux/
s390x/
userent.h
       1  /*
       2   * Copyright (c) 2014-2021 The strace developers.
       3   * All rights reserved.
       4   *
       5   * SPDX-License-Identifier: LGPL-2.1-or-later
       6   */
       7  
       8  #include "../s390/userent0.h"
       9  { PT_FPR0,		"fpr0" },
      10  { PT_FPR1,		"fpr1" },
      11  { PT_FPR2,		"fpr2" },
      12  { PT_FPR3,		"fpr3" },
      13  { PT_FPR4,		"fpr4" },
      14  { PT_FPR5,		"fpr5" },
      15  { PT_FPR6,		"fpr6" },
      16  { PT_FPR7,		"fpr7" },
      17  { PT_FPR8,		"fpr8" },
      18  { PT_FPR9,		"fpr9" },
      19  { PT_FPR10,		"fpr10" },
      20  { PT_FPR11,		"fpr11" },
      21  { PT_FPR12,		"fpr12" },
      22  { PT_FPR13,		"fpr13" },
      23  { PT_FPR14,		"fpr14" },
      24  { PT_FPR15,		"fpr15" },
      25  /* Other fields in "struct user" */
      26  #include "../s390/userent1.h"