UbixOS
2.0
|
#include <vmm/vmm.h>
Go to the source code of this file.
Functions | |
uint32_t | vmm_getPhysicalAddr (uint32_t pageAddr) |
uint32_t | vmm_getRealAddr (uint32_t addr) |
Function: void *vmm_getPhysicalAddr(); Description: Returns The Physical Address Of The Virtual Page Notes:
Definition at line 38 of file getphysicaladdr.c.
References PT_BASE_ADDR.
Referenced by vmm_createVirtualSpace().
Definition at line 56 of file getphysicaladdr.c.
References PT_BASE_ADDR.
Referenced by initLNC(), and lncAttach().