Searched refs:last_page (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Dhibernate_i386.c116 if (bank && (base == (1 + dram_ranges[bank - 1].last_page)))
127 dram_ranges[bank].last_page = base + num - 1;
153 pages = dram_ranges[bank].last_page + 1 - dram_ranges[bank].first_page;
172 bitmap->last_page = dram_ranges[bank].last_page;
173 bitmap->bitmapwords = (bitmap->last_page + 1
176 bank, bitmap->first_page, bitmap->last_page);
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c260 if ((page >= bitmap->first_page) && (page <= bitmap->last_page))
283 if (page <= bitmap->last_page)
361 if ((page + count) > (bitmap->last_page + 1)) count = (bitmap->last_page + 1) - page;
377 if (nextFreeInBank <= bitmap->last_page)
H A DIOHibernateIO.cpp372 if (page <= bitmap->last_page)
/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h143 uint32_t last_page; member in struct:hibernate_bitmap_t
/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c5241 last_bit = ((bitmap->last_page - bitmap->first_page + 1) & 31);

Completed in 46 milliseconds