Searched refs:piglet (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/kern/
H A Dsubr_hibernate.c42 * Hibernate piglet layout information
44 * The piglet is a scratch area of memory allocated by the suspending kernel.
45 * Its phys and virt addrs are recorded in the signature block. The piglet is
47 * kernel for various things. The piglet is excluded during unpack operations.
48 * The piglet size is presently 4*HIBERNATE_CHUNK_SIZE (typically 4*4MB).
65 * 4*HIBERNATE_CHUNK_SIZE end of piglet
84 * Global copies of the piglet start addresses (PA/VA). We store these
86 * piglet is allocated early and freed late - its lifecycle extends beyond
435 * the piglet at piglet_pa.
467 * Allocate a piglet are
1307 hibernate_copy_chunk_to_piglet(paddr_t img_cur, vaddr_t piglet, size_t size) argument
[all...]

Completed in 61 milliseconds