Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/i386/
H A Dhibernate_i386.c204 bitmap->bitmapwords = (bitmap->last_page + 1 in hibernate_page_list_allocate()
210 bitmap = (hibernate_bitmap_t *) &bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_list_allocate()
/xnu-12377.81.4/osfmk/arm64/
H A Dhibernate_arm64.c133 bitmap->bitmapwords = (bitmap->last_page + 1 in hibernate_page_list_allocate()
141 bitmap = (hibernate_bitmap_t *) &bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_list_allocate()
H A Dhibernate_restore.c296 bank_bitmap = (hibernate_bitmap_t*)&bank_bitmap->bitmap[bank_bitmap->bitmapwords];
/xnu-12377.81.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c319 bitmap = (hibernate_bitmap_t *) &bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_bitmap()
342 bitmap = (hibernate_bitmap_t *) &bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_bitmap_pin()
405 while (++index < bitmap->bitmapwords) { in hibernate_page_bitmap_count()
/xnu-12377.81.4/iokit/IOKit/
H A DIOHibernatePrivate.h415 uint32_t bitmapwords; member
/xnu-12377.81.4/osfmk/vm/
H A Dvm_resident.c9266 bzero((void *) &bitmap->bitmap[0], bitmap->bitmapwords << 2); in hibernate_page_list_zero()
9270 bitmap->bitmap[bitmap->bitmapwords - 1] = (0xFFFFFFFF >> last_bit); in hibernate_page_list_zero()
9273 bitmap = (hibernate_bitmap_t *) &bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_list_zero()
9920 for (uint32_t i = 0; i < bitmap->bitmapwords; i++) { in hibernate_page_list_setall()
9923 bitmap = (hibernate_bitmap_t *)&bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_list_setall()
9924 bitmap_wired = (hibernate_bitmap_t *) &bitmap_wired->bitmap[bitmap_wired->bitmapwords]; in hibernate_page_list_setall()