Home
last modified time | relevance | path

Searched refs:bank_bitmap (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/osfmk/arm64/
H A Dhibernate_restore.c290 iterate_bitmaps(const map_ctx *ctx, bool (^callback)(const hibernate_bitmap_t *bank_bitmap))
292 hibernate_bitmap_t *bank_bitmap = &ctx->bitmap->bank_bitmap[0]; variable
294 if (!callback(bank_bitmap)) {
297 bank_bitmap = (hibernate_bitmap_t*)&bank_bitmap->bitmap[bank_bitmap->bitmapwords];
323 iterate_bitmaps(&ctx, ^bool (const hibernate_bitmap_t *bank_bitmap) { in pal_hib_resume_tramp()
324 if ((bank_bitmap->first_page <= header->restore1CodePhysPage) && in pal_hib_resume_tramp()
325 (bank_bitmap->last_page >= header->restore1CodePhysPage)) { in pal_hib_resume_tramp()
326 phys_start = ptoa_64(bank_bitmap->first_page); in pal_hib_resume_tramp()
327 phys_end = ptoa_64(bank_bitmap->last_page) + PAGE_SIZE; in pal_hib_resume_tramp()
393 iterate_bitmaps(&ctx, ^bool (const hibernate_bitmap_t *bank_bitmap) { in pal_hib_resume_tramp()
[all …]
H A Dhibernate_arm64.c129 bitmap = &list->bank_bitmap[0]; in hibernate_page_list_allocate()
/xnu-10063.141.1/osfmk/i386/
H A Dhibernate_i386.c200 bitmap = &list->bank_bitmap[0]; in hibernate_page_list_allocate()
/xnu-10063.141.1/iokit/IOKit/
H A DIOHibernatePrivate.h205 hibernate_bitmap_t bank_bitmap[0]; member
/xnu-10063.141.1/iokit/Kernel/
H A DIOHibernateRestoreKernel.c313 hibernate_bitmap_t * bitmap = &list->bank_bitmap[0]; in hibernate_page_bitmap()
332 hibernate_bitmap_t * bitmap = &list->bank_bitmap[0]; in hibernate_page_bitmap_pin()
/xnu-10063.141.1/osfmk/vm/
H A Dvm_resident.c7486 bitmap = &list->bank_bitmap[0]; in hibernate_page_list_zero()
8079 bitmap = &page_list->bank_bitmap[0]; in hibernate_page_list_setall()
8080 bitmap_wired = &page_list_wired->bank_bitmap[0]; in hibernate_page_list_setall()