Searched refs:pages (Results 1 – 6 of 6) sorted by relevance
41 __u16 pages; member
180 __u64 pages[1]; member
2941 std::vector<void*> pages; in TEST() local2942 pages.reserve(64 * 1024); in TEST()2947 pages.push_back(page); in TEST()2954 for (; i < pages.size(); ++i) { in TEST()2959 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()2966 for (; i < pages.size(); ++i) { in TEST()2967 ASSERT_EQ(0, munmap(pages[i], kPageSize)); in TEST()
180 [syscall(3)](http://man7.org/linux/man-pages/man2/syscall.2.html) instead.188 on [man7.org](https://man7.org/linux/man-pages/dir_section_2.html).
269 *Potential problems*: Relocations enforce code pages being writable, and270 wastefully increase the number of dirty pages in memory. The dynamic
291 These calls are used to free unused memory pages back to the kernel.