|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _PAGE_TABLE_ARM |
| struct | _PAGE_DIRECTORY_ARM |
Macros | |
| #define | FREELDR_BASE 0x0001F000 |
| #define | FREELDR_PE_BASE 0x0001F000 |
| #define | MAX_FREELDR_PE_SIZE 0xFFFFFF |
| #define | DiskReadBuffer ((PVOID)gDiskReadBuffer) |
| #define | DriveMapGetBiosDriveNumber(DeviceName) 0 |
| #define | PDE_SHIFT 20 |
Typedefs | |
| typedef struct _PAGE_TABLE_ARM | PAGE_TABLE_ARM |
| typedef struct _PAGE_TABLE_ARM * | PPAGE_TABLE_ARM |
| typedef struct _PAGE_DIRECTORY_ARM | PAGE_DIRECTORY_ARM |
| typedef struct _PAGE_DIRECTORY_ARM * | PPAGE_DIRECTORY_ARM |
| typedef enum _ARM_DOMAIN | ARM_DOMAIN |
Enumerations | |
| enum | _ARM_DOMAIN { FaultDomain , ClientDomain , InvalidDomain , ManagerDomain } |
Functions | |
| DECLSPEC_NORETURN FORCEINLINE VOID | Reboot (VOID) |
| C_ASSERT (sizeof(PAGE_TABLE_ARM)==PAGE_SIZE) | |
| C_ASSERT (sizeof(PAGE_DIRECTORY_ARM)==(4 *PAGE_SIZE)) | |
| #define DiskReadBuffer ((PVOID)gDiskReadBuffer) |
Definition at line 33 of file hardware.h.
| #define DriveMapGetBiosDriveNumber | ( | DeviceName | ) | 0 |
Definition at line 35 of file hardware.h.
| #define FREELDR_BASE 0x0001F000 |
Definition at line 18 of file hardware.h.
| #define FREELDR_PE_BASE 0x0001F000 |
Definition at line 19 of file hardware.h.
| #define MAX_FREELDR_PE_SIZE 0xFFFFFF |
Definition at line 20 of file hardware.h.
| #define PDE_SHIFT 20 |
Definition at line 68 of file hardware.h.
| typedef enum _ARM_DOMAIN ARM_DOMAIN |
| typedef struct _PAGE_TABLE_ARM PAGE_TABLE_ARM |
| typedef struct _PAGE_DIRECTORY_ARM * PPAGE_DIRECTORY_ARM |
| typedef struct _PAGE_TABLE_ARM * PPAGE_TABLE_ARM |
| Enumerator | |
|---|---|
| FaultDomain | |
| ClientDomain | |
| InvalidDomain | |
| ManagerDomain | |
Definition at line 60 of file hardware.h.
| C_ASSERT | ( | sizeof(PAGE_DIRECTORY_ARM) | = =(4 *PAGE_SIZE) | ) |
| C_ASSERT | ( | sizeof(PAGE_TABLE_ARM) | = =PAGE_SIZE | ) |
| DECLSPEC_NORETURN FORCEINLINE VOID Reboot | ( | VOID | ) |
Definition at line 38 of file hardware.h.
|
extern |
Definition at line 16 of file macharm.c.
Referenced by ArmInit(), ArmMemGetMemoryMap(), and MachInit().
|
extern |
Definition at line 26 of file macharm.c.
Referenced by ArmHwDetect(), and WinLdrSetupForNt().
|
extern |
Definition at line 25 of file macharm.c.
Referenced by ArmHwDetect(), and WinLdrSetupForNt().
|
extern |
Definition at line 28 of file macharm.c.
Referenced by ArmHwDetect(), and WinLdrSetupForNt().
|
extern |
Definition at line 27 of file macharm.c.
Referenced by ArmHwDetect(), and WinLdrSetupForNt().
|
extern |
Definition at line 17 of file macharm.c.
Referenced by MachInit().
| ULONG gFileSysBuffer |
Definition at line 32 of file hardware.h.
|
extern |
Definition at line 30 of file macharm.c.
Referenced by ArmHwDetect(), and WinLdrSetupForNt().
|
extern |
Definition at line 29 of file macharm.c.
Referenced by ArmHwDetect(), and WinLdrSetupForNt().
|
extern |
Definition at line 32 of file macharm.c.
Referenced by ArmHwDetect().
|
extern |
Definition at line 31 of file macharm.c.
Referenced by ArmHwDetect(), and WinLdrSetupForNt().