Home
last modified time | relevance | path

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

/xnu-11215/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.c291 bank_bitmap = (hibernate_bitmap_t*)&bank_bitmap->bitmap[bank_bitmap->bitmapwords];
/xnu-11215/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-11215/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-11215/iokit/IOKit/
H A DIOHibernatePrivate.h386 uint32_t bitmapwords; member
/xnu-11215/osfmk/vm/
H A Dvm_resident.c7643 bzero((void *) &bitmap->bitmap[0], bitmap->bitmapwords << 2); in hibernate_page_list_zero()
7647 bitmap->bitmap[bitmap->bitmapwords - 1] = (0xFFFFFFFF >> last_bit); in hibernate_page_list_zero()
7650 bitmap = (hibernate_bitmap_t *) &bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_list_zero()
8305 for (i = 0; i < bitmap->bitmapwords; i++) { in hibernate_page_list_setall()
8308 bitmap = (hibernate_bitmap_t *)&bitmap->bitmap[bitmap->bitmapwords]; in hibernate_page_list_setall()
8309 bitmap_wired = (hibernate_bitmap_t *) &bitmap_wired->bitmap[bitmap_wired->bitmapwords]; in hibernate_page_list_setall()