Lines Matching refs:image
36 . If you would like to write hibernation image to swap and then suspend
47 If you want to limit the suspend image size to N bytes, do
54 if found, it then checks the contents for the hibernation image signature.
55 If both are found, it resumes the hibernation image.
88 parameter, it saves hibernation image without compression.
128 Instead, we load the image into unused memory and then atomically copy
130 image size of half the amount of memory.
155 allows for arbitrary transformations on the image (compression,
156 encryption) and arbitrary backends for writing the image (eg to swap
191 * Write image to disk
233 A: That's correct. We need to resume them if we want to write image to
247 resume(): devices are woken up so that we can write image to swap
249 write image to swap
263 read image from disk
266 with image restoration
268 image restoration: rewrite memory with image
274 Q: What is this 'Encrypt suspend image' for?
291 To prevent this situation you should use 'Encrypt suspend image'.
305 suspend image to prevent sensitive data from being stolen after
312 cannot be initiated from an initrd or initramfs image. See
372 if [ $RET -ne 0 -a $IMG_SZ -ne 0 ]; then # try again with minimal image size
430 A: This is because the size of the suspend image is now greater than
435 image. If you set it to 0 (eg. by echo 0 > /sys/power/image_size as