xref: /kernel/linux/linux-5.10/arch/x86/include/asm/module.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/x86/include/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _ASM_X86_MODULE_H
38c2ecf20Sopenharmony_ci#define _ASM_X86_MODULE_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <asm-generic/module.h>
68c2ecf20Sopenharmony_ci#include <asm/orc_types.h>
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_cistruct mod_arch_specific {
98c2ecf20Sopenharmony_ci#ifdef CONFIG_UNWINDER_ORC
108c2ecf20Sopenharmony_ci	unsigned int num_orcs;
118c2ecf20Sopenharmony_ci	int *orc_unwind_ip;
128c2ecf20Sopenharmony_ci	struct orc_entry *orc_unwind;
138c2ecf20Sopenharmony_ci#endif
148c2ecf20Sopenharmony_ci};
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif /* _ASM_X86_MODULE_H */
17

Indexes created Thu Nov 07 10:32:03 CST 2024