My Project
Loading...
Searching...
No Matches
mmproc.c File Reference
#include "../../includes/mm.h"
#include "../../includes/me.h"
#include "../../assert.h"
#include "../../includes/mg.h"

Go to the source code of this file.

Functions

void * MiCreateKernelStack (IN bool LargeStack)
void MiFreeKernelStack (IN void *AllocatedStackTop, IN bool LargeStack)
MTSTATUS MmCreateProcessAddressSpace (OUT void **DirectoryTable)

Function Documentation

◆ MiCreateKernelStack()

void * MiCreateKernelStack ( IN bool LargeStack)

Definition at line 25 of file mmproc.c.

◆ MiFreeKernelStack()

void MiFreeKernelStack ( IN void * AllocatedStackTop,
IN bool LargeStack )

Definition at line 148 of file mmproc.c.

◆ MmCreateProcessAddressSpace()

MTSTATUS MmCreateProcessAddressSpace ( OUT void ** DirectoryTable)

Definition at line 220 of file mmproc.c.