![]() |
Xyris
0.5
|
Include dependency graph for paging.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| Memory | |
Functions | |
| void | Memory::init (MemoryMap *map) |
| void * | Memory::newPage (size_t size) |
| void | Memory::freePage (void *page, size_t size) |
| bool | Memory::isPresent (uintptr_t addr) |
| uintptr_t | Memory::getPageDirPhysAddr () |
| void | Memory::mapKernelPage (Arch::Memory::Address vaddr, Arch::Memory::Address paddr) |
| void | Memory::mapKernelRangeVirtual (Section sect) |
| void | Memory::mapKernelRangePhysical (Section sect) |
Definition in file paging.hpp.