Searched refs:bank_bitmap (Results 1 – 6 of 6) sorted by relevance
290 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]; variable294 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 …]
129 bitmap = &list->bank_bitmap[0]; in hibernate_page_list_allocate()
200 bitmap = &list->bank_bitmap[0]; in hibernate_page_list_allocate()
205 hibernate_bitmap_t bank_bitmap[0]; member
313 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()
7486 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()