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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp2066 uint32_t pageType; local
2375 // pageType
2384 for (pageType = kWiredEncrypt; pageType >= kUnwiredEncrypt; pageType--)
2386 if (kUnwiredEncrypt == pageType)
2399 count = hibernate_page_list_iterate((kWired & pageType)
2402 // kprintf("[%d](%x : %x)\n", pageType, ppnum, count);
2405 if (count && (kWired & pageType) && needEncrypt)
2410 && (((kEncrypt & pageType)
[all...]

Completed in 22 milliseconds