Home
last modified time | relevance | path

Searched refs:bitmaps (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/doc/lifecycle/
H A Dhibernation.md56 * `hibernate_page_list_allocate()` is called to allocate page bitmaps for all
59 bitmaps of type `hibernate_bitmap_t`. There is one page bitmap per range of
60 memory, with a bit to represent each page in that range; these page bitmaps
61 are in turn stored in a `hibernate_page_list_t`. The page bitmaps are used
87 `hibernate_page_list_setall()` to get the page bitmaps of DRAM that need to be
92 make platform-specific amendments to the page bitmaps.
117 * Some additional pages are removed from the page bitmaps; these include various
119 * The page bitmaps are written to the image.
120 * More areas are removed from the page bitmaps (after they have been written to
124 amendments to the page bitmaps.
[all …]
/xnu-12377.61.12/bsd/net/aop/
H A Dkpi_aop.c626 aop_get_process_activity_bitmaps(struct aop_proc_activity_bitmap **bitmaps, size_t requested_buffer… in aop_get_process_activity_bitmaps() argument
653 *bitmaps = proc_activity_bitmap; in aop_get_process_activity_bitmaps()