Searched refs:Page (Results 1 – 5 of 5) sorted by relevance
35 Moe::Dataspace_noncont::free_page(Page &p) const throw() in free_page()56 Page &p = alloc_page(offset); in map_address()180 { return const_cast<Page &>(_page); } in page()183 { return const_cast<Page &>(_page); } in alloc_page()212 Page &page(unsigned long offs) const throw() override in 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 *()285 static Page invalid_page; in page()[all …]
31 class Page37 Page() throw() : p(0) {} in Page() function72 virtual Page &page(unsigned long offs) const throw() = 0;73 virtual Page &alloc_page(unsigned long offs) const = 0;92 void free_page(Page &p) const throw();93 void unmap_page(Page const &p, bool ro = false) const throw();104 Page *_pages;105 Page _page;
66 Dataspace_noncont::Page &dst_p = dst->alloc_page(dst_offs); in __do_cow_copy()85 Dataspace_noncont::Page &src_p = src->page(src_offs); in __do_cow_copy2()86 Dataspace_noncont::Page *dst_p; in __do_cow_copy2()
35 * \defgroup l4_kip_api Kernel Interface Page37 * Kernel Interface Page.39 * C++ interface for the Kernel Interface Page:<br>
103 * Page-fault protocol message.114 * Page-fault messages are usually generated by the kernel and need to
Completed in 6 milliseconds