ACPI_SYSTEM_SAVE_STATE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

acpi_system_save_state - save OS specific state and power down devices  

SYNOPSIS

"SYNOPSIS"

acpi_status acpi_system_save_state (u32 state);  

ARGUMENTS

state
sleep state we're entering.
 

DESCRIPTION

This handles saving all context to memory, and possibly disk. First, we call to the device driver layer to save device state. Once we have that, we save whatevery processor and kernel state we need to memory. If we're entering S4, we then write the memory image to disk.

Only then is it safe for us to power down devices, since we may need the disks and upstream buses to write to.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:06:58 GMT, October 06, 2005