Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
sleep.c File Reference
#include <linux/acpi.h>
#include <linux/bootmem.h>
#include <linux/memblock.h>
#include <linux/dmi.h>
#include <linux/cpumask.h>
#include <asm/segment.h>
#include <asm/desc.h>
#include <asm/pgtable.h>
#include <asm/cacheflush.h>
#include <asm/realmode.h>
#include "../../realmode/rm/wakeup.h"
#include "sleep.h"

Go to the source code of this file.

Functions

int acpi_suspend_lowlevel (void)
 
 __setup ("acpi_sleep=", acpi_sleep_setup)
 

Variables

unsigned long acpi_realmode_flags
 

Function Documentation

__setup ( )
int acpi_suspend_lowlevel ( void  )

acpi_suspend_lowlevel - save kernel state

Create an identity mapped page table and copy the wakeup routine to low memory.

Definition at line 34 of file sleep.c.

Variable Documentation

unsigned long acpi_realmode_flags

Definition at line 22 of file sleep.c.