OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Macros | |
#define | CONFIG_TABLE_SIZE_INCREASED 0x10 |
Functions | |
EFI_TPL EFIAPI | DummyRaiseTPL (IN EFI_TPL NewTpl) |
VOID EFIAPI | DummyRestoreTPL (IN EFI_TPL NewTpl) |
EFI_STATUS EFIAPI | DummyLocateProtocol (IN EFI_GUID *Protocol, IN VOID *Registration, OPTIONAL OUT VOID **Interface) |
EFI_STATUS EFIAPI | DummyAllocatePages (IN EFI_ALLOCATE_TYPE Type, IN EFI_MEMORY_TYPE MemoryType, IN UINTN Pages, IN OUT EFI_PHYSICAL_ADDRESS *Memory) |
EFI_STATUS EFIAPI | DummyInstallConfigurationTable (IN EFI_GUID *Guid, IN VOID *Table) |
EFI_STATUS EFIAPI | DummyCalculateCrc32 (IN VOID *Data, IN UINTN DataSize, OUT UINT32 *CrcOut) |
EFI_STATUS EFIAPI | NullTextOutputString (IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN CHAR16 *String) |
EFI_STATUS EFIAPI | DummyGetTime (OUT EFI_TIME *Time, OUT EFI_TIME_CAPABILITIES *Capabilities) |
Variables | |
EFI_BOOT_SERVICES | mBootServices |
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL | mConOut |
EFI_SYSTEM_TABLE | mSystemTable |
EFI_RUNTIME_SERVICES | mRuntimeServices |
EFI_SYSTEM_TABLE * | gST = &mSystemTable |
EFI_BOOT_SERVICES * | gBS = &mBootServices |
EFI_HANDLE | gImageHandle = (EFI_HANDLE)(UINTN)0xDEADBABEULL |
BOOLEAN | mPostEBS = FALSE |
EFI_SYSTEM_TABLE * | mDebugST = &mSystemTable |
EFI_RUNTIME_SERVICES * | gRT = &mRuntimeServices |
UINTN | mSystemTableAllocateSize = 0ULL |
Copyright (c) 2020, PMheart. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Definition in file UserBootServices.c.
#define CONFIG_TABLE_SIZE_INCREASED 0x10 |
Definition at line 45 of file UserBootServices.c.
EFI_STATUS EFIAPI DummyAllocatePages | ( | IN EFI_ALLOCATE_TYPE | Type, |
IN EFI_MEMORY_TYPE | MemoryType, | ||
IN UINTN | Pages, | ||
IN OUT EFI_PHYSICAL_ADDRESS * | Memory ) |
Definition at line 79 of file UserBootServices.c.
EFI_STATUS EFIAPI DummyCalculateCrc32 | ( | IN VOID * | Data, |
IN UINTN | DataSize, | ||
OUT UINT32 * | CrcOut ) |
Definition at line 232 of file UserBootServices.c.
EFI_STATUS EFIAPI DummyGetTime | ( | OUT EFI_TIME * | Time, |
OUT EFI_TIME_CAPABILITIES * | Capabilities ) |
Definition at line 269 of file UserBootServices.c.
EFI_STATUS EFIAPI DummyInstallConfigurationTable | ( | IN EFI_GUID * | Guid, |
IN VOID * | Table ) |
Definition at line 93 of file UserBootServices.c.
EFI_STATUS EFIAPI DummyLocateProtocol | ( | IN EFI_GUID * | Protocol, |
IN VOID * | Registration, | ||
OPTIONAL OUT VOID ** | Interface ) |
Definition at line 68 of file UserBootServices.c.
EFI_TPL EFIAPI DummyRaiseTPL | ( | IN EFI_TPL | NewTpl | ) |
Definition at line 50 of file UserBootServices.c.
VOID EFIAPI DummyRestoreTPL | ( | IN EFI_TPL | NewTpl | ) |
Definition at line 59 of file UserBootServices.c.
EFI_STATUS EFIAPI NullTextOutputString | ( | IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL * | This, |
IN CHAR16 * | String ) |
Definition at line 248 of file UserBootServices.c.
EFI_BOOT_SERVICES* gBS = &mBootServices |
Definition at line 36 of file UserBootServices.c.
EFI_HANDLE gImageHandle = (EFI_HANDLE)(UINTN)0xDEADBABEULL |
Definition at line 38 of file UserBootServices.c.
EFI_RUNTIME_SERVICES* gRT = &mRuntimeServices |
Definition at line 43 of file UserBootServices.c.
EFI_SYSTEM_TABLE* gST = &mSystemTable |
Definition at line 35 of file UserBootServices.c.
EFI_BOOT_SERVICES mBootServices |
Definition at line 12 of file UserBootServices.c.
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL mConOut |
Definition at line 21 of file UserBootServices.c.
EFI_SYSTEM_TABLE* mDebugST = &mSystemTable |
Definition at line 41 of file UserBootServices.c.
BOOLEAN mPostEBS = FALSE |
Definition at line 40 of file UserBootServices.c.
EFI_RUNTIME_SERVICES mRuntimeServices |
Definition at line 30 of file UserBootServices.c.
EFI_SYSTEM_TABLE mSystemTable |
Definition at line 25 of file UserBootServices.c.
UINTN mSystemTableAllocateSize = 0ULL |
Definition at line 46 of file UserBootServices.c.