Lines Matching full:pages
24 // This is used to map a new set of contiguous pages. Note that the `Addr` is
31 // This is used to unmap partial/full pages from the beginning or the end.
32 // I.e., the result pages are expected to be still contiguous.
40 // ReservedMemory). For example, we have reserved several pages and then we
48 // This is used to update the pages' access permission. For example, mark
49 // pages as no read/write permission.
56 // Suggest releasing a set of contiguous physical pages back to the OS. Note
57 // that only physical pages are supposed to be released. Any release of
58 // virtual pages may lead to undefined behavior.
65 // released pages will return with zero-filled pages.
85 // allocator. `ReservedMemory` will reserve a contiguous pages and the later
108 // the reserved pages is managed by each implementation.