xref: /kernel/linux/linux-6.6/arch/x86/include/asm/module.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/x86/include/asm/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _ASM_X86_MODULE_H
362306a36Sopenharmony_ci#define _ASM_X86_MODULE_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <asm-generic/module.h>
662306a36Sopenharmony_ci#include <asm/orc_types.h>
762306a36Sopenharmony_ci
862306a36Sopenharmony_cistruct mod_arch_specific {
962306a36Sopenharmony_ci#ifdef CONFIG_UNWINDER_ORC
1062306a36Sopenharmony_ci	unsigned int num_orcs;
1162306a36Sopenharmony_ci	int *orc_unwind_ip;
1262306a36Sopenharmony_ci	struct orc_entry *orc_unwind;
1362306a36Sopenharmony_ci#endif
1462306a36Sopenharmony_ci};
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif /* _ASM_X86_MODULE_H */
17

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