| UbixOS
    2.0
    | 

Go to the source code of this file.
| Functions | |
| int | vmm_init () | 
| Variables | |
| struct spinLock | pdSpinLock = SPIN_LOCK_INITIALIZER | 
| int vmm_init | ( | ) | 
Function: int vmm_init()
Description: Initializes the vmm subsystem
Notes:
Definition at line 43 of file vmm_init.c.
References K_PANIC, vmm_memMapInit(), and vmm_pagingInit().

| struct spinLock pdSpinLock = SPIN_LOCK_INITIALIZER | 
Definition at line 33 of file vmm_init.c.
Referenced by vmm_getFreeKernelPage().