|
Linux Kernel
3.7.1
|
#include <linux/gfp.h>#include <linux/suspend.h>#include <linux/bootmem.h>#include <asm/page.h>#include <asm/pgtable.h>#include <asm/pgalloc.h>#include <asm/suspend.h>#include "mach/pm.h"Go to the source code of this file.
Functions | |
| int | swsusp_arch_resume (void) |
| int | pfn_is_nosave (unsigned long pfn) |
| void | save_processor_state (void) |
| void | restore_processor_state (void) |
Variables | |
| pgd_t * | resume_pg_dir |
| struct swsusp_arch_regs | swsusp_arch_regs_cpu0 |
Definition at line 144 of file hibernate.c.
Definition at line 156 of file hibernate.c.
Definition at line 152 of file hibernate.c.
Definition at line 122 of file hibernate.c.
| pgd_t* resume_pg_dir |
Definition at line 26 of file hibernate.c.
| struct swsusp_arch_regs swsusp_arch_regs_cpu0 |
Definition at line 28 of file hibernate.c.
1.8.2