xref: /kernel/linux/linux-6.6/arch/x86/include/asm/suspend.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#ifdef CONFIG_X86_32
362306a36Sopenharmony_ci# include <asm/suspend_32.h>
462306a36Sopenharmony_ci#else
562306a36Sopenharmony_ci# include <asm/suspend_64.h>
662306a36Sopenharmony_ci#endif
762306a36Sopenharmony_ciextern unsigned long restore_jump_address __visible;
862306a36Sopenharmony_ciextern unsigned long jump_address_phys;
962306a36Sopenharmony_ciextern unsigned long restore_cr3 __visible;
1062306a36Sopenharmony_ciextern unsigned long temp_pgt __visible;
1162306a36Sopenharmony_ciextern unsigned long relocated_restore_code __visible;
1262306a36Sopenharmony_ciextern int relocate_restore_code(void);
1362306a36Sopenharmony_ci/* Defined in hibernate_asm_32/64.S */
1462306a36Sopenharmony_ciextern asmlinkage __visible int restore_image(void);
15

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