My Kernel v0.1.0

Internal functions and variables used by the VMM. More...

Collaboration diagram for VMM Internals:

Macros

#define IS_KERNEL_ADDRESS(_addr)   ((vaddr_t)(_addr) >= KERNEL_MEMORY_START)
 Check whether a virtual address has been allocated using kernel_vmm.
 

Functions

static vaddr_t vma_reserved_allocate (vmm_t *vmm)
 Allocate memory for a single VMA from within the VMM's reserved area.
 

Detailed Description

These are just used by ur implementation and should not be accessed by any other part of the kernel