ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Classes | |
struct | _UMA_DESCRIPTOR |
Macros | |
#define | NDEBUG |
#define | ROM_AREA_START 0xE0000 |
#define | ROM_AREA_END 0xFFFFF |
#define | OPTION_ROM_SIGNATURE 0xAA55 |
Typedefs | |
typedef struct _UMA_DESCRIPTOR | UMA_DESCRIPTOR |
typedef struct _UMA_DESCRIPTOR * | PUMA_DESCRIPTOR |
Functions | |
static PUMA_DESCRIPTOR | CreateUmaDescriptor (IN OUT PLIST_ENTRY ListHead, IN ULONG Address, IN ULONG Size, IN UMA_DESC_TYPE Type) |
static VOID | FreeUmaDescriptor (PUMA_DESCRIPTOR UmaDesc) |
BOOLEAN | UmaDescReserve (IN OUT PUSHORT Segment, IN OUT PUSHORT Size) |
BOOLEAN | UmaDescRelease (IN USHORT Segment) |
BOOLEAN | UmaDescReallocate (IN USHORT Segment, IN OUT PUSHORT Size) |
BOOLEAN | UmaMgrInitialize (VOID) |
VOID | UmaMgrCleanup (VOID) |
Variables | |
static LIST_ENTRY | UmaDescriptorList = { &UmaDescriptorList, &UmaDescriptorList } |
#define OPTION_ROM_SIGNATURE 0xAA55 |
#define ROM_AREA_END 0xFFFFF |
#define ROM_AREA_START 0xE0000 |
typedef struct _UMA_DESCRIPTOR * PUMA_DESCRIPTOR |
typedef struct _UMA_DESCRIPTOR UMA_DESCRIPTOR |
|
static |
Definition at line 48 of file umamgr.c.
Referenced by UmaDescReallocate(), UmaDescReserve(), and UmaMgrInitialize().
|
static |
Definition at line 76 of file umamgr.c.
Referenced by UmaDescReallocate(), UmaDescRelease(), and UmaMgrCleanup().
Definition at line 260 of file umamgr.c.
Referenced by XmsBopProcedure().
Definition at line 207 of file umamgr.c.
Referenced by EmsDrvCleanup(), EmsDrvInitialize(), and XmsBopProcedure().
Definition at line 84 of file umamgr.c.
Referenced by DosInitializeUmb(), EmsDrvInitialize(), and XmsBopProcedure().
Definition at line 616 of file umamgr.c.
Referenced by BiosCleanup().
if (Address >= 0xE0000) { Increment = 0x10000; }
Definition at line 375 of file umamgr.c.
Referenced by BiosInitialize().
|
static |
Definition at line 43 of file umamgr.c.
Referenced by CreateUmaDescriptor(), UmaDescReallocate(), UmaDescRelease(), UmaDescReserve(), and UmaMgrCleanup().