root/arch/x86/include/asm/suspend.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifdef CONFIG_X86_32
   3 # include <asm/suspend_32.h>
   4 #else
   5 # include <asm/suspend_64.h>
   6 #endif
   7 extern unsigned long restore_jump_address __visible;
   8 extern unsigned long jump_address_phys;
   9 extern unsigned long restore_cr3 __visible;
  10 extern unsigned long temp_pgt __visible;
  11 extern unsigned long relocated_restore_code __visible;
  12 extern int relocate_restore_code(void);
  13 /* Defined in hibernate_asm_32/64.S */
  14 extern asmlinkage __visible int restore_image(void);

/* [<][>][^][v][top][bottom][index][help] */