18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ci#ifndef _OBJTOOL_CFI_REGS_H 48c2ecf20Sopenharmony_ci#define _OBJTOOL_CFI_REGS_H 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#define CFI_AX 0 78c2ecf20Sopenharmony_ci#define CFI_DX 1 88c2ecf20Sopenharmony_ci#define CFI_CX 2 98c2ecf20Sopenharmony_ci#define CFI_BX 3 108c2ecf20Sopenharmony_ci#define CFI_SI 4 118c2ecf20Sopenharmony_ci#define CFI_DI 5 128c2ecf20Sopenharmony_ci#define CFI_BP 6 138c2ecf20Sopenharmony_ci#define CFI_SP 7 148c2ecf20Sopenharmony_ci#define CFI_R8 8 158c2ecf20Sopenharmony_ci#define CFI_R9 9 168c2ecf20Sopenharmony_ci#define CFI_R10 10 178c2ecf20Sopenharmony_ci#define CFI_R11 11 188c2ecf20Sopenharmony_ci#define CFI_R12 12 198c2ecf20Sopenharmony_ci#define CFI_R13 13 208c2ecf20Sopenharmony_ci#define CFI_R14 14 218c2ecf20Sopenharmony_ci#define CFI_R15 15 228c2ecf20Sopenharmony_ci#define CFI_RA 16 238c2ecf20Sopenharmony_ci#define CFI_NUM_REGS 17 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci#endif /* _OBJTOOL_CFI_REGS_H */ 26