![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifdef CONFIG_X86_32 0003 # include <asm/suspend_32.h> 0004 #else 0005 # include <asm/suspend_64.h> 0006 #endif 0007 extern unsigned long restore_jump_address __visible; 0008 extern unsigned long jump_address_phys; 0009 extern unsigned long restore_cr3 __visible; 0010 extern unsigned long temp_pgt __visible; 0011 extern unsigned long relocated_restore_code __visible; 0012 extern int relocate_restore_code(void); 0013 /* Defined in hibernate_asm_32/64.S */ 0014 extern asmlinkage __visible int restore_image(void);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |