Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm64/
H A Dhibernate_restore.c289 iterate_bitmaps(const map_ctx *ctx, bool (^callback)(const hibernate_bitmap_t *bank_bitmap))
291 hibernate_bitmap_t *bank_bitmap = &ctx->bitmap->bank_bitmap[0]; variable
293 if (!callback(bank_bitmap)) {
296 bank_bitmap = (hibernate_bitmap_t*)&bank_bitmap->bitmap[bank_bitmap->bitmapwords];
322 iterate_bitmaps(&ctx, ^bool (const hibernate_bitmap_t *bank_bitmap) { in pal_hib_resume_tramp()
323 if ((bank_bitmap->first_page <= header->restore1CodePhysPage) && in pal_hib_resume_tramp()
324 (bank_bitmap->last_page >= header->restore1CodePhysPage)) { in pal_hib_resume_tramp()
325 phys_start = ptoa_64(bank_bitmap->first_page); in pal_hib_resume_tramp()
326 phys_end = ptoa_64(bank_bitmap->last_page) + PAGE_SIZE; in pal_hib_resume_tramp()
392 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-12377.81.4/osfmk/i386/
H A Dhibernate_i386.c200 bitmap = &list->bank_bitmap[0]; in hibernate_page_list_allocate()
/xnu-12377.81.4/iokit/IOKit/
H A DIOHibernatePrivate.h424 hibernate_bitmap_t bank_bitmap[0]; member
/xnu-12377.81.4/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-12377.81.4/osfmk/vm/
H A Dvm_resident.c9262 bitmap = &list->bank_bitmap[0]; in hibernate_page_list_zero()
9917 bitmap = &page_list->bank_bitmap[0]; in hibernate_page_list_setall()
9918 bitmap_wired = &page_list_wired->bank_bitmap[0]; in hibernate_page_list_setall()