Searched refs:bitmapwords (Results 1 – 6 of 6) sorted by relevance
204 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()
133 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()
296 bank_bitmap = (hibernate_bitmap_t*)&bank_bitmap->bitmap[bank_bitmap->bitmapwords];
319 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()
415 uint32_t bitmapwords; member
9266 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()