Lines Matching refs:Page
26 Moe::Dataspace_noncont::unmap_page(Page const &p, bool ro) const throw() in unmap_page()
35 Moe::Dataspace_noncont::free_page(Page &p) const throw() in free_page()
56 Page &p = alloc_page(offset); in map_address()
179 Page &page(unsigned long /*offs*/) const throw() override in page()
180 { return const_cast<Page &>(_page); } in page()
182 Page &alloc_page(unsigned long /*offs*/) const throw() override in alloc_page()
183 { return const_cast<Page &>(_page); } in alloc_page()
200 _pages = (Page *)qalloc()->alloc_pages(meta_size(), Meta_align); in Mem_small()
212 Page &page(unsigned long offs) const throw() override in page()
215 Page &alloc_page(unsigned long offs) const throw() override in alloc_page()
229 { return meta2_size() / sizeof(Page *); } in entries2()
238 Page *l2() const throw() { return (Page*)(p & ~0xfffUL); } in l2()
239 Page &operator [] (unsigned idx) throw() in operator []()
241 Page *operator * () const throw() { return l2(); } in operator *()
264 _pages = (Page *)qalloc()->alloc_pages(meta1_size(), 1024); in Mem_big()
283 Page &page(unsigned long offs) const throw() override in page()
285 static Page invalid_page; in page()
292 Page &alloc_page(unsigned long offs) const override in alloc_page()