#include <cstddef>
#include <iterator>
#include <memory.h>
#include <types.h>
#include <pageframe.h>
#include <spinlock.h>
Include dependency graph for pageframetable.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Zygoma |
Functions | |
| bool | operator== (const PageFrameTable &lhs, const PageFrameTable &rhs) |
| Compares two PageFrameTables for equality. | |
| bool | operator== (const PageFrameTableIterator &lhs, const PageFrameTableIterator &rhs) |
| Compares two PageFrameTable iterators for equality. | |
| bool | operator!= (const PageFrameTableIterator &lhs, const PageFrameTableIterator &rhs) |
| Compares two PageFrameTable iterators for inequality. | |
| bool | operator< (const PageFrameTableIterator &lhs, const PageFrameTableIterator &rhs) |
| Compares two PageFrameTable iterators for strict weak ordering. | |
| PageFrameTableIterator | operator+ (PageFrameTableIterator::difference_type n, const PageFrameTableIterator &i) |
| Adds a scalar amount to a page frame table iterator. | |
| PageFrameTableIterator | operator+ (const PageFrameTableIterator &i, PageFrameTableIterator::difference_type n) |
| Adds a scalar amount to a page frame table iterator. | |
1.4.2