156#ifndef ACPI_USE_SYSTEM_CLIBRARY
169#define ACPI_EFI_ERROR(a) (((INTN) a) < 0)
170#define ACPI_EFI_SUCCESS 0
171#define ACPI_EFI_LOAD_ERROR ACPI_EFI_ERR(1)
172#define ACPI_EFI_INVALID_PARAMETER ACPI_EFI_ERR(2)
173#define ACPI_EFI_UNSUPPORTED ACPI_EFI_ERR(3)
174#define ACPI_EFI_BAD_BUFFER_SIZE ACPI_EFI_ERR(4)
175#define ACPI_EFI_BUFFER_TOO_SMALL ACPI_EFI_ERR(5)
176#define ACPI_EFI_NOT_READY ACPI_EFI_ERR(6)
177#define ACPI_EFI_DEVICE_ERROR ACPI_EFI_ERR(7)
178#define ACPI_EFI_WRITE_PROTECTED ACPI_EFI_ERR(8)
179#define ACPI_EFI_OUT_OF_RESOURCES ACPI_EFI_ERR(9)
180#define ACPI_EFI_VOLUME_CORRUPTED ACPI_EFI_ERR(10)
181#define ACPI_EFI_VOLUME_FULL ACPI_EFI_ERR(11)
182#define ACPI_EFI_NO_MEDIA ACPI_EFI_ERR(12)
183#define ACPI_EFI_MEDIA_CHANGED ACPI_EFI_ERR(13)
184#define ACPI_EFI_NOT_FOUND ACPI_EFI_ERR(14)
185#define ACPI_EFI_ACCESS_DENIED ACPI_EFI_ERR(15)
186#define ACPI_EFI_NO_RESPONSE ACPI_EFI_ERR(16)
187#define ACPI_EFI_NO_MAPPING ACPI_EFI_ERR(17)
188#define ACPI_EFI_TIMEOUT ACPI_EFI_ERR(18)
189#define ACPI_EFI_NOT_STARTED ACPI_EFI_ERR(19)
190#define ACPI_EFI_ALREADY_STARTED ACPI_EFI_ERR(20)
191#define ACPI_EFI_ABORTED ACPI_EFI_ERR(21)
192#define ACPI_EFI_PROTOCOL_ERROR ACPI_EFI_ERR(24)
255#define ACPI_EFI_MEMORY_UC 0x0000000000000001
256#define ACPI_EFI_MEMORY_WC 0x0000000000000002
257#define ACPI_EFI_MEMORY_WT 0x0000000000000004
258#define ACPI_EFI_MEMORY_WB 0x0000000000000008
259#define ACPI_EFI_MEMORY_UCE 0x0000000000000010
262#define ACPI_EFI_MEMORY_WP 0x0000000000001000
263#define ACPI_EFI_MEMORY_RP 0x0000000000002000
264#define ACPI_EFI_MEMORY_XP 0x0000000000004000
267#define ACPI_EFI_MEMORY_RUNTIME 0x8000000000000000
269#define ACPI_EFI_MEMORY_DESCRIPTOR_VERSION 1
296#define ACPI_SIMPLE_TEXT_OUTPUT_PROTOCOL \
297 { 0x387477c2, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
384#define ACPI_SIMPLE_TEXT_INPUT_PROTOCOL \
385 { 0x387477c1, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
395#define CHAR_NULL 0x0000
396#define CHAR_BACKSPACE 0x0008
397#define CHAR_TAB 0x0009
398#define CHAR_LINEFEED 0x000A
399#define CHAR_CARRIAGE_RETURN 0x000D
423#define ACPI_SIMPLE_FILE_SYSTEM_PROTOCOL \
424 { 0x964e5b22, 0x6459, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
432#define ACPI_EFI_FILE_IO_INTERFACE_REVISION 0x00010000
450#define ACPI_EFI_FILE_MODE_READ 0x0000000000000001
451#define ACPI_EFI_FILE_MODE_WRITE 0x0000000000000002
452#define ACPI_EFI_FILE_MODE_CREATE 0x8000000000000000
456#define ACPI_EFI_FILE_READ_ONLY 0x0000000000000001
457#define ACPI_EFI_FILE_HIDDEN 0x0000000000000002
458#define ACPI_EFI_FILE_SYSTEM 0x0000000000000004
459#define ACPI_EFI_FILE_RESERVIED 0x0000000000000008
460#define ACPI_EFI_FILE_DIRECTORY 0x0000000000000010
461#define ACPI_EFI_FILE_ARCHIVE 0x0000000000000020
462#define ACPI_EFI_FILE_VALID_ATTR 0x0000000000000037
500#define ACPI_EFI_FILE_INFO_ID \
501 { 0x9576e92, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
514#define SIZE_OF_ACPI_EFI_FILE_INFO ACPI_OFFSET(ACPI_EFI_FILE_INFO, FileName)
538#define ACPI_EFI_FILE_HANDLE_REVISION 0x00010000
558#define ACPI_EFI_LOADED_IMAGE_PROTOCOL \
559 { 0x5B1B31A1, 0x9562, 0x11d2, {0x8E, 0x3F, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B} }
612#define EFI_IMAGE_INFORMATION_REVISION 0x1000
651 UINTN *MemoryMapSize,
654 UINTN *DescriptorSize,
655 UINT32 *DescriptorVersion);
657#define NextMemoryDescriptor(Ptr,Size) ((ACPI_EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) Ptr) + Size))
742 VOID **Registration);
766#define ACPI_EFI_OPEN_PROTOCOL_BY_HANDLE_PROTOCOL 0x00000001
767#define ACPI_EFI_OPEN_PROTOCOL_GET_PROTOCOL 0x00000002
768#define ACPI_EFI_OPEN_PROTOCOL_TEST_PROTOCOL 0x00000004
769#define ACPI_EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER 0x00000008
770#define ACPI_EFI_OPEN_PROTOCOL_BY_DRIVER 0x00000010
771#define ACPI_EFI_OPEN_PROTOCOL_EXCLUSIVE 0x00000020
811 UINTN *ProtocolBufferCount);
865#define ACPI_EFI_BOOT_SERVICES_SIGNATURE 0x56524553544f4f42
866#define ACPI_EFI_BOOT_SERVICES_REVISION (ACPI_EFI_SPECIFICATION_MAJOR_REVISION<<16) | (ACPI_EFI_SPECIFICATION_MINOR_REVISION)
959#define ACPI_EFI_RUNTIME_SERVICES_SIGNATURE 0x56524553544e5552
960#define ACPI_EFI_RUNTIME_SERVICES_REVISION (EFI_SPECIFICATION_MAJOR_REVISION<<16) | (EFI_SPECIFICATION_MINOR_REVISION)
1011#define ACPI_TABLE_GUID \
1012 { 0xeb9d2d30, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
1013#define ACPI_20_TABLE_GUID \
1014 { 0x8868e871, 0xe4f1, 0x11d3, {0xbc, 0x22, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }
1022#define ACPI_EFI_SYSTEM_TABLE_SIGNATURE 0x5453595320494249
1023#define ACPI_EFI_SYSTEM_TABLE_REVISION (ACPI_EFI_SPECIFICATION_MAJOR_REVISION<<16) | (ACPI_EFI_SPECIFICATION_MINOR_REVISION)
1052#define ACPI_EFI_PCI_IO_PROTOCOL \
1053 { 0x4cf5b200, 0x68b8, 0x4ca5, {0x9e, 0xec, 0xb2, 0x3e, 0x3f, 0x50, 0x2, 0x9a} }
1089 UINTN *SegmentNumber,
1091 UINTN *DeviceNumber,
1125#if defined(_GNU_EFI) || defined(_EDK2_EFI)
UINT64 UINTN
Definition ProcessorBind.h:118
int INT32
Definition ProcessorBind.h:103
unsigned short CHAR16
Definition ProcessorBind.h:105
unsigned int UINT32
Definition ProcessorBind.h:102
UINT16 FunctionNumber
Definition Acpi62.h:47
UINT64 EFIAPI DivU64x32(IN UINT64 Dividend, IN UINT32 Divisor)
UINT64 EFIAPI RShiftU64(IN UINT64 Operand, IN UINTN Count)
UINT64 EFIAPI MultU64x32(IN UINT64 Multiplicand, IN UINT32 Multiplier)
UINT64 EFIAPI LShiftU64(IN UINT64 Operand, IN UINTN Count)
EFI_STATUS efi_main(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
Definition xnldr.cpp:223
uint32_t Size
Definition pe.h:1
#define COMPILER_DEPENDENT_INT64
Definition accygwin.h:180
#define COMPILER_DEPENDENT_UINT64
Definition accygwin.h:181
#define ACPI_EFI_API
Definition acefi.h:187
#define VOID
Definition acefi.h:190
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_INSTALL_PROTOCOL_INTERFACE)(ACPI_EFI_HANDLE *Handle, ACPI_EFI_GUID *Protocol, ACPI_EFI_INTERFACE_TYPE InterfaceType, VOID *Interface)
Definition acefiex.h:709
struct _ACPI_EFI_SYSTEM_TABLE ACPI_EFI_SYSTEM_TABLE
struct _ACPI_EFI_CONFIGURATION_TABLE ACPI_EFI_CONFIGURATION_TABLE
struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_SET_ATTRIBUTE)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, UINTN Attribute)
Definition acefiex.h:333
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_INPUT_RESET)(struct _ACPI_SIMPLE_INPUT_INTERFACE *This, BOOLEAN ExtendedVerification)
Definition acefiex.h:403
VOID(ACPI_EFI_API * ACPI_EFI_COPY_MEM)(VOID *Destination, VOID *Source, UINTN Length)
Definition acefiex.h:850
ACPI_EFI_GUID AcpiGbl_GenericFileInfo
struct _ACPI_EFI_FILE_HANDLE ACPI_EFI_FILE_STRUCT
struct _ACPI_EFI_FILE_IO_INTERFACE ACPI_EFI_FILE_IO_INTERFACE
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_PCI_IO_PROTOCOL_CONFIG)(struct _ACPI_EFI_PCI_IO *This, ACPI_EFI_PCI_IO_PROTOCOL_WIDTH Width, UINT32 Offset, UINTN Count, VOID *Buffer)
Definition acefiex.h:1073
UINT64 ACPI_EFI_PHYSICAL_ADDRESS
Definition acefiex.h:226
struct _ACPI_SIMPLE_INPUT_INTERFACE ACPI_SIMPLE_INPUT_INTERFACE
ACPI_EFI_GUID AcpiGbl_LoadedImageProtocol
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_QUERY_MODE)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, UINTN ModeNumber, UINTN *Columns, UINTN *Rows)
Definition acefiex.h:319
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES)(ACPI_EFI_HANDLE *Handle,...)
Definition acefiex.h:831
int int32_t
Definition acefiex.h:160
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_LOCATE_DEVICE_PATH)(ACPI_EFI_GUID *Protocol, ACPI_EFI_DEVICE_PATH **DevicePath, ACPI_EFI_HANDLE *Device)
Definition acefiex.h:755
struct _ACPI_EFI_PCI_IO ACPI_EFI_PCI_IO
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_IMAGE_ENTRY_POINT)(ACPI_EFI_HANDLE ImageHandle, struct _ACPI_EFI_SYSTEM_TABLE *SystemTable)
Definition acefiex.h:563
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_OPEN_PROTOCOL)(ACPI_EFI_HANDLE Handle, ACPI_EFI_GUID *Protocol, VOID **Interface, ACPI_EFI_HANDLE AgentHandle, ACPI_EFI_HANDLE ControllerHandle, UINT32 Attributes)
Definition acefiex.h:775
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_FLUSH)(struct _ACPI_EFI_FILE_HANDLE *File)
Definition acefiex.h:534
unsigned int uint32_t
Definition acefiex.h:163
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_EXIT)(ACPI_EFI_HANDLE ImageHandle, ACPI_EFI_STATUS ExitStatus, UINTN ExitDataSize, CHAR16 *ExitData)
Definition acefiex.h:586
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_SET_POSITION)(struct _ACPI_EFI_FILE_HANDLE *File, UINT64 Position)
Definition acefiex.h:490
VOID(ACPI_EFI_API * ACPI_EFI_SET_MEM)(VOID *Buffer, UINTN Size, UINT8 Value)
Definition acefiex.h:857
COMPILER_DEPENDENT_INT64 int64_t
Definition acefiex.h:164
UINT64 ACPI_EFI_VIRTUAL_ADDRESS
Definition acefiex.h:227
ACPI_EFI_ALLOCATE_TYPE
Definition acefiex.h:229
@ AcpiEfiAllocateMaxAddress
Definition acefiex.h:231
@ AcpiEfiMaxAllocateType
Definition acefiex.h:233
@ AcpiEfiAllocateAddress
Definition acefiex.h:232
@ AcpiEfiAllocateAnyPages
Definition acefiex.h:230
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_IMAGE_LOAD)(BOOLEAN BootPolicy, ACPI_EFI_HANDLE ParentImageHandle, ACPI_EFI_DEVICE_PATH *FilePath, VOID *SourceBuffer, UINTN SourceSize, ACPI_EFI_HANDLE *ImageHandle)
Definition acefiex.h:569
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_RESET)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, BOOLEAN ExtendedVerification)
Definition acefiex.h:301
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_OUTPUT_STRING)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, CHAR16 *String)
Definition acefiex.h:307
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_REGISTER_PROTOCOL_NOTIFY)(ACPI_EFI_GUID *Protocol, ACPI_EFI_EVENT Event, VOID **Registration)
Definition acefiex.h:739
short int int16_t
Definition acefiex.h:159
UINTN ACPI_EFI_STATUS
Definition acefiex.h:195
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_IMAGE_UNLOAD)(ACPI_EFI_HANDLE ImageHandle)
Definition acefiex.h:594
VOID * ACPI_EFI_HANDLE
Definition acefiex.h:196
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_LOCATE_HANDLE_BUFFER)(ACPI_EFI_LOCATE_SEARCH_TYPE SearchType, ACPI_EFI_GUID *Protocol, VOID *SearchKey, UINTN *NoHandles, ACPI_EFI_HANDLE **Buffer)
Definition acefiex.h:815
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_TEST_STRING)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, CHAR16 *String)
Definition acefiex.h:313
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_REINSTALL_PROTOCOL_INTERFACE)(ACPI_EFI_HANDLE Handle, ACPI_EFI_GUID *Protocol, VOID *OldInterface, VOID *NewInterface)
Definition acefiex.h:717
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_OPEN)(struct _ACPI_EFI_FILE_HANDLE *File, struct _ACPI_EFI_FILE_HANDLE **NewHandle, CHAR16 *FileName, UINT64 OpenMode, UINT64 Attributes)
Definition acefiex.h:441
struct _ACPI_EFI_DEVICE_PATH ACPI_EFI_DEVICE_PATH
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_ALLOCATE_POOL)(ACPI_EFI_MEMORY_TYPE PoolType, UINTN Size, VOID **Buffer)
Definition acefiex.h:661
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_CLOSE_PROTOCOL)(ACPI_EFI_HANDLE Handle, ACPI_EFI_GUID *Protocol, ACPI_EFI_HANDLE AgentHandle, ACPI_EFI_HANDLE ControllerHandle)
Definition acefiex.h:785
struct _ACPI_EFI_TABLE_HEARDER ACPI_EFI_TABLE_HEADER
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_VOLUME_OPEN)(struct _ACPI_EFI_FILE_IO_INTERFACE *This, struct _ACPI_EFI_FILE_HANDLE **Root)
Definition acefiex.h:428
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_INPUT_READ_KEY)(struct _ACPI_SIMPLE_INPUT_INTERFACE *This, ACPI_EFI_INPUT_KEY *Key)
Definition acefiex.h:409
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_SET_TIME)(ACPI_EFI_TIME *Time)
Definition acefiex.h:689
struct _ACPI_EFI_RUNTIME_SERVICES ACPI_EFI_RUNTIME_SERVICES
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_ENABLE_CURSOR)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, BOOLEAN Enable)
Definition acefiex.h:351
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_READ)(struct _ACPI_EFI_FILE_HANDLE *File, UINTN *BufferSize, VOID *Buffer)
Definition acefiex.h:476
VOID * ACPI_EFI_EVENT
Definition acefiex.h:197
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_LOCATE_PROTOCOL)(ACPI_EFI_GUID *Protocol, VOID *Registration, VOID **Interface)
Definition acefiex.h:824
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_INSTALL_CONFIGURATION_TABLE)(ACPI_EFI_GUID *Guid, VOID *Table)
Definition acefiex.h:762
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_GET_TIME)(ACPI_EFI_TIME *Time, ACPI_EFI_TIME_CAPABILITIES *Capabilities)
Definition acefiex.h:683
ACPI_EFI_INTERFACE_TYPE
Definition acefiex.h:696
@ ACPI_EFI_PCODE_INTERFACE
Definition acefiex.h:698
@ ACPI_EFI_NATIVE_INTERFACE
Definition acefiex.h:697
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_PROTOCOLS_PER_HANDLE)(ACPI_EFI_HANDLE Handle, ACPI_EFI_GUID ***ProtocolBuffer, UINTN *ProtocolBufferCount)
Definition acefiex.h:808
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FREE_POOL)(VOID *Buffer)
Definition acefiex.h:668
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_UNKNOWN_INTERFACE)(void)
Definition acefiex.h:289
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_PCI_IO_PROTOCOL_GET_LOCATION)(struct _ACPI_EFI_PCI_IO *This, UINTN *SegmentNumber, UINTN *BusNumber, UINTN *DeviceNumber, UINTN *FunctionNumber)
Definition acefiex.h:1087
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FREE_PAGES)(ACPI_EFI_PHYSICAL_ADDRESS Memory, UINTN NoPages)
Definition acefiex.h:644
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_GET_INFO)(struct _ACPI_EFI_FILE_HANDLE *File, ACPI_EFI_GUID *InformationType, UINTN *BufferSize, VOID *Buffer)
Definition acefiex.h:518
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_CALCULATE_CRC32)(VOID *Data, UINTN DataSize, UINT32 *Crc32)
Definition acefiex.h:843
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_GET_POSITION)(struct _ACPI_EFI_FILE_HANDLE *File, UINT64 *Position)
Definition acefiex.h:496
struct _ACPI_EFI_BOOT_SERVICES ACPI_EFI_BOOT_SERVICES
unsigned char uint8_t
Definition acefiex.h:161
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_IMAGE_START)(ACPI_EFI_HANDLE ImageHandle, UINTN *ExitDataSize, CHAR16 **ExitData)
Definition acefiex.h:579
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_SET_INFO)(struct _ACPI_EFI_FILE_HANDLE *File, ACPI_EFI_GUID *InformationType, UINTN BufferSize, VOID *Buffer)
Definition acefiex.h:526
ACPI_EFI_PCI_IO_PROTOCOL_WIDTH
Definition acefiex.h:1055
@ AcpiEfiPciIoWidthFillUint8
Definition acefiex.h:1064
@ AcpiEfiPciIoWidthUint16
Definition acefiex.h:1057
@ AcpiEfiPciIoWidthFifoUint64
Definition acefiex.h:1063
@ AcpiEfiPciIoWidthFillUint32
Definition acefiex.h:1066
@ AcpiEfiPciIoWidthUint32
Definition acefiex.h:1058
@ AcpiEfiPciIoWidthFifoUint32
Definition acefiex.h:1062
@ AcpiEfiPciIoWidthUint64
Definition acefiex.h:1059
@ AcpiEfiPciIoWidthMaximum
Definition acefiex.h:1068
@ AcpiEfiPciIoWidthFillUint64
Definition acefiex.h:1067
@ AcpiEfiPciIoWidthFifoUint8
Definition acefiex.h:1060
@ AcpiEfiPciIoWidthFifoUint16
Definition acefiex.h:1061
@ AcpiEfiPciIoWidthFillUint16
Definition acefiex.h:1065
@ AcpiEfiPciIoWidthUint8
Definition acefiex.h:1056
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_CLOSE)(struct _ACPI_EFI_FILE_HANDLE *File)
Definition acefiex.h:466
ACPI_EFI_GUID AcpiGbl_FileSystemProtocol
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_STALL)(UINTN Microseconds)
Definition acefiex.h:600
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES)(ACPI_EFI_HANDLE Handle,...)
Definition acefiex.h:837
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_SET_CURSOR_POSITION)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, UINTN Column, UINTN Row)
Definition acefiex.h:344
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_GET_MEMORY_MAP)(UINTN *MemoryMapSize, ACPI_EFI_MEMORY_DESCRIPTOR *MemoryMap, UINTN *MapKey, UINTN *DescriptorSize, UINT32 *DescriptorVersion)
Definition acefiex.h:650
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_ALLOCATE_PAGES)(ACPI_EFI_ALLOCATE_TYPE Type, ACPI_EFI_MEMORY_TYPE MemoryType, UINTN NoPages, ACPI_EFI_PHYSICAL_ADDRESS *Memory)
Definition acefiex.h:636
COMPILER_DEPENDENT_UINT64 uint64_t
Definition acefiex.h:165
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_HANDLE_PROTOCOL)(ACPI_EFI_HANDLE Handle, ACPI_EFI_GUID *Protocol, VOID **Interface)
Definition acefiex.h:732
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_DELETE)(struct _ACPI_EFI_FILE_HANDLE *File)
Definition acefiex.h:471
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_CLEAR_SCREEN)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This)
Definition acefiex.h:339
ACPI_EFI_GUID AcpiGbl_TextInProtocol
ACPI_EFI_MEMORY_TYPE
Definition acefiex.h:236
@ AcpiEfiConventionalMemory
Definition acefiex.h:244
@ AcpiEfiPalCode
Definition acefiex.h:250
@ AcpiEfiMaxMemoryType
Definition acefiex.h:251
@ AcpiEfiUnusableMemory
Definition acefiex.h:245
@ AcpiEfiACPIReclaimMemory
Definition acefiex.h:246
@ AcpiEfiRuntimeServicesData
Definition acefiex.h:243
@ AcpiEfiLoaderData
Definition acefiex.h:239
@ AcpiEfiLoaderCode
Definition acefiex.h:238
@ AcpiEfiMemoryMappedIOPortSpace
Definition acefiex.h:249
@ AcpiEfiRuntimeServicesCode
Definition acefiex.h:242
@ AcpiEfiMemoryMappedIO
Definition acefiex.h:248
@ AcpiEfiACPIMemoryNVS
Definition acefiex.h:247
@ AcpiEfiBootServicesCode
Definition acefiex.h:240
@ AcpiEfiBootServicesData
Definition acefiex.h:241
@ AcpiEfiReservedMemoryType
Definition acefiex.h:237
unsigned short int uint16_t
Definition acefiex.h:162
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_SET_WATCHDOG_TIMER)(UINTN Timeout, UINT64 WatchdogCode, UINTN DataSize, CHAR16 *WatchdogData)
Definition acefiex.h:605
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_OPEN_PROTOCOL_INFORMATION)(ACPI_EFI_HANDLE Handle, ACPI_EFI_GUID *Protocol, ACPI_EFI_OPEN_PROTOCOL_INFORMATION_ENTRY **EntryBuffer, UINTN *EntryCount)
Definition acefiex.h:800
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_FILE_WRITE)(struct _ACPI_EFI_FILE_HANDLE *File, UINTN *BufferSize, VOID *Buffer)
Definition acefiex.h:483
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_LOCATE_HANDLE)(ACPI_EFI_LOCATE_SEARCH_TYPE SearchType, ACPI_EFI_GUID *Protocol, VOID *SearchKey, UINTN *BufferSize, ACPI_EFI_HANDLE *Buffer)
Definition acefiex.h:746
ACPI_EFI_LOCATE_SEARCH_TYPE
Definition acefiex.h:701
@ AcpiEfiByRegisterNotify
Definition acefiex.h:703
@ AcpiEfiAllHandles
Definition acefiex.h:702
@ AcpiEfiByProtocol
Definition acefiex.h:704
struct _ACPI_EFI_FILE_HANDLE * ACPI_EFI_FILE_HANDLE
signed char int8_t
Definition acefiex.h:158
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_UNINSTALL_PROTOCOL_INTERFACE)(ACPI_EFI_HANDLE Handle, ACPI_EFI_GUID *Protocol, VOID *Interface)
Definition acefiex.h:725
ACPI_EFI_GUID AcpiGbl_TextOutProtocol
ACPI_EFI_STATUS(ACPI_EFI_API * ACPI_EFI_TEXT_SET_MODE)(struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *This, UINTN ModeNumber)
Definition acefiex.h:327
ACPI_PHYSICAL_ADDRESS ACPI_SIZE BOOLEAN Warn BOOLEAN Physical UINT32 ACPI_TABLE_HEADER *OutTableHeader ACPI_TABLE_HEADER **OutTable ACPI_HANDLE UINT32 ACPI_WALK_CALLBACK ACPI_WALK_CALLBACK void void **ReturnValue UINT32 ACPI_BUFFER *RetPathPtr ACPI_OBJECT_HANDLER void *Data ACPI_OBJECT_HANDLER void **Data ACPI_STRING ACPI_OBJECT_LIST ACPI_BUFFER *ReturnObjectBuffer ACPI_DEVICE_INFO **ReturnBuffer ACPI_HANDLE ACPI_HANDLE ACPI_HANDLE *OutHandle ACPI_HANDLE *OutHandle void *Context void *Context ACPI_EVENT_HANDLER Handler UINT32 UINT32 Type
Definition acpixf.h:894
ACPI_PHYSICAL_ADDRESS ACPI_SIZE Length
Definition acpixf.h:638
unsigned short UINT16
Definition actypes.h:237
unsigned char BOOLEAN
Definition actypes.h:235
short INT16
Definition actypes.h:238
unsigned char UINT8
Definition actypes.h:236
COMPILER_DEPENDENT_UINT64 UINT64
Definition actypes.h:239
UINT64 PhysicalSize
Definition acefiex.h:506
UINT64 Size
Definition acefiex.h:504
UINT64 Attribute
Definition acefiex.h:510
UINT64 FileSize
Definition acefiex.h:505
ACPI_EFI_TIME LastAccessTime
Definition acefiex.h:508
ACPI_EFI_TIME CreateTime
Definition acefiex.h:507
ACPI_EFI_TIME ModificationTime
Definition acefiex.h:509
UINT32 Data1
Definition acefiex.h:200
UINT16 Data2
Definition acefiex.h:201
UINT16 Data3
Definition acefiex.h:202
ACPI_EFI_HANDLE DeviceHandle
Definition acefiex.h:617
ACPI_EFI_MEMORY_TYPE ImageCodeType
Definition acefiex.h:624
ACPI_EFI_DEVICE_PATH * FilePath
Definition acefiex.h:618
VOID * LoadOptions
Definition acefiex.h:621
VOID * ImageBase
Definition acefiex.h:622
ACPI_EFI_HANDLE ParentHandle
Definition acefiex.h:615
UINT32 LoadOptionsSize
Definition acefiex.h:620
VOID * Reserved
Definition acefiex.h:619
UINT64 ImageSize
Definition acefiex.h:623
UINT32 Revision
Definition acefiex.h:614
ACPI_EFI_MEMORY_TYPE ImageDataType
Definition acefiex.h:625
ACPI_EFI_IMAGE_UNLOAD Unload
Definition acefiex.h:626
struct _ACPI_EFI_SYSTEM_TABLE * SystemTable
Definition acefiex.h:616
ACPI_EFI_PHYSICAL_ADDRESS PhysicalStart
Definition acefiex.h:273
UINT64 Attribute
Definition acefiex.h:276
UINT32 Type
Definition acefiex.h:271
UINT64 NumberOfPages
Definition acefiex.h:275
ACPI_EFI_VIRTUAL_ADDRESS VirtualStart
Definition acefiex.h:274
UINT32 Pad
Definition acefiex.h:272
UINT32 OpenCount
Definition acefiex.h:795
UINT32 Attributes
Definition acefiex.h:794
ACPI_EFI_HANDLE ControllerHandle
Definition acefiex.h:793
ACPI_EFI_HANDLE AgentHandle
Definition acefiex.h:792
Definition acefiex.h:1080
ACPI_EFI_PCI_IO_PROTOCOL_CONFIG Read
Definition acefiex.h:1081
ACPI_EFI_PCI_IO_PROTOCOL_CONFIG Write
Definition acefiex.h:1082
BOOLEAN SetsToZero
Definition acefiex.h:678
UINT32 Resolution
Definition acefiex.h:676
UINT32 Accuracy
Definition acefiex.h:677
UINT8 Day
Definition acefiex.h:209
UINT8 Minute
Definition acefiex.h:211
UINT8 Second
Definition acefiex.h:212
UINT8 Month
Definition acefiex.h:208
UINT16 Year
Definition acefiex.h:207
UINT8 Hour
Definition acefiex.h:210
UINT8 Daylight
Definition acefiex.h:216
UINT8 Pad2
Definition acefiex.h:217
UINT8 Pad1
Definition acefiex.h:213
INT16 TimeZone
Definition acefiex.h:215
UINT32 Nanosecond
Definition acefiex.h:214
INT32 MaxMode
Definition acefiex.h:356
INT32 CursorRow
Definition acefiex.h:360
BOOLEAN CursorVisible
Definition acefiex.h:361
INT32 Mode
Definition acefiex.h:357
INT32 Attribute
Definition acefiex.h:358
INT32 CursorColumn
Definition acefiex.h:359
ACPI_EFI_PROTOCOLS_PER_HANDLE ProtocolsPerHandle
Definition acefiex.h:937
ACPI_EFI_IMAGE_LOAD LoadImage
Definition acefiex.h:911
ACPI_EFI_IMAGE_UNLOAD UnloadImage
Definition acefiex.h:914
ACPI_EFI_UNKNOWN_INTERFACE SetTimer
Definition acefiex.h:894
ACPI_EFI_ALLOCATE_PAGES AllocatePages
Definition acefiex.h:879
ACPI_EFI_LOCATE_HANDLE LocateHandle
Definition acefiex.h:907
ACPI_EFI_OPEN_PROTOCOL OpenProtocol
Definition acefiex.h:934
ACPI_EFI_SET_MEM SetMem
Definition acefiex.h:946
ACPI_EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES InstallMultipleProtocolInterfaces
Definition acefiex.h:940
ACPI_EFI_INSTALL_CONFIGURATION_TABLE InstallConfigurationTable
Definition acefiex.h:909
ACPI_EFI_ALLOCATE_POOL AllocatePool
Definition acefiex.h:882
ACPI_EFI_UNKNOWN_INTERFACE RaiseTPL
Definition acefiex.h:875
ACPI_EFI_FREE_POOL FreePool
Definition acefiex.h:883
ACPI_EFI_LOCATE_PROTOCOL LocateProtocol
Definition acefiex.h:939
ACPI_EFI_CALCULATE_CRC32 CalculateCrc32
Definition acefiex.h:943
ACPI_EFI_CLOSE_PROTOCOL CloseProtocol
Definition acefiex.h:935
ACPI_EFI_UNINSTALL_PROTOCOL_INTERFACE UninstallProtocolInterface
Definition acefiex.h:903
ACPI_EFI_UNKNOWN_INTERFACE ExitBootServices
Definition acefiex.h:920
ACPI_EFI_REINSTALL_PROTOCOL_INTERFACE ReinstallProtocolInterface
Definition acefiex.h:902
ACPI_EFI_IMAGE_START StartImage
Definition acefiex.h:912
ACPI_EFI_EXIT Exit
Definition acefiex.h:913
ACPI_EFI_LOCATE_DEVICE_PATH LocateDevicePath
Definition acefiex.h:908
ACPI_EFI_UNKNOWN_INTERFACE CreateEvent
Definition acefiex.h:893
ACPI_EFI_OPEN_PROTOCOL_INFORMATION OpenProtocolInformation
Definition acefiex.h:936
ACPI_EFI_REGISTER_PROTOCOL_NOTIFY RegisterProtocolNotify
Definition acefiex.h:906
ACPI_EFI_COPY_MEM CopyMem
Definition acefiex.h:945
ACPI_EFI_INSTALL_PROTOCOL_INTERFACE InstallProtocolInterface
Definition acefiex.h:901
ACPI_EFI_SET_WATCHDOG_TIMER SetWatchdogTimer
Definition acefiex.h:924
ACPI_EFI_UNKNOWN_INTERFACE CreateEventEx
Definition acefiex.h:951
ACPI_EFI_UNKNOWN_INTERFACE SignalEvent
Definition acefiex.h:896
ACPI_EFI_UNKNOWN_INTERFACE DisconnectController
Definition acefiex.h:931
ACPI_EFI_FREE_PAGES FreePages
Definition acefiex.h:880
ACPI_EFI_UNKNOWN_INTERFACE CheckEvent
Definition acefiex.h:898
ACPI_EFI_UNKNOWN_INTERFACE RestoreTPL
Definition acefiex.h:876
ACPI_EFI_HANDLE_PROTOCOL HandleProtocol
Definition acefiex.h:904
ACPI_EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES UninstallMultipleProtocolInterfaces
Definition acefiex.h:941
ACPI_EFI_TABLE_HEADER Hdr
Definition acefiex.h:869
ACPI_EFI_LOCATE_HANDLE_BUFFER LocateHandleBuffer
Definition acefiex.h:938
ACPI_EFI_STALL Stall
Definition acefiex.h:923
ACPI_EFI_HANDLE_PROTOCOL PCHandleProtocol
Definition acefiex.h:905
ACPI_EFI_UNKNOWN_INTERFACE CloseEvent
Definition acefiex.h:897
ACPI_EFI_UNKNOWN_INTERFACE WaitForEvent
Definition acefiex.h:895
ACPI_EFI_UNKNOWN_INTERFACE GetNextMonotonicCount
Definition acefiex.h:921
ACPI_EFI_GET_MEMORY_MAP GetMemoryMap
Definition acefiex.h:881
ACPI_EFI_UNKNOWN_INTERFACE ConnectController
Definition acefiex.h:930
Definition acefiex.h:1016
ACPI_EFI_GUID VendorGuid
Definition acefiex.h:1017
VOID * VendorTable
Definition acefiex.h:1018
UINT8 Type
Definition acefiex.h:221
UINT8 Length[2]
Definition acefiex.h:223
UINT8 SubType
Definition acefiex.h:222
ACPI_EFI_FILE_GET_INFO GetInfo
Definition acefiex.h:549
UINT64 Revision
Definition acefiex.h:541
ACPI_EFI_FILE_DELETE Delete
Definition acefiex.h:544
ACPI_EFI_FILE_CLOSE Close
Definition acefiex.h:543
ACPI_EFI_FILE_SET_POSITION SetPosition
Definition acefiex.h:548
ACPI_EFI_FILE_READ Read
Definition acefiex.h:545
ACPI_EFI_FILE_OPEN Open
Definition acefiex.h:542
ACPI_EFI_FILE_FLUSH Flush
Definition acefiex.h:551
ACPI_EFI_FILE_GET_POSITION GetPosition
Definition acefiex.h:547
ACPI_EFI_FILE_SET_INFO SetInfo
Definition acefiex.h:550
ACPI_EFI_FILE_WRITE Write
Definition acefiex.h:546
UINT64 Revision
Definition acefiex.h:435
ACPI_EFI_VOLUME_OPEN OpenVolume
Definition acefiex.h:436
Definition acefiex.h:1094
ACPI_EFI_UNKNOWN_INTERFACE Flush
Definition acefiex.h:1105
ACPI_EFI_UNKNOWN_INTERFACE FreeBuffer
Definition acefiex.h:1104
ACPI_EFI_UNKNOWN_INTERFACE PollMem
Definition acefiex.h:1095
VOID * RomImage
Definition acefiex.h:1111
ACPI_EFI_PCI_IO_PROTOCOL_CONFIG_ACCESS Pci
Definition acefiex.h:1099
ACPI_EFI_UNKNOWN_INTERFACE Mem
Definition acefiex.h:1097
ACPI_EFI_UNKNOWN_INTERFACE AllocateBuffer
Definition acefiex.h:1103
ACPI_EFI_UNKNOWN_INTERFACE GetBarAttributes
Definition acefiex.h:1108
ACPI_EFI_UNKNOWN_INTERFACE Map
Definition acefiex.h:1101
ACPI_EFI_UNKNOWN_INTERFACE CopyMem
Definition acefiex.h:1100
ACPI_EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation
Definition acefiex.h:1106
ACPI_EFI_UNKNOWN_INTERFACE SetBarAttributes
Definition acefiex.h:1109
UINT64 RomSize
Definition acefiex.h:1110
ACPI_EFI_UNKNOWN_INTERFACE Io
Definition acefiex.h:1098
ACPI_EFI_UNKNOWN_INTERFACE PollIo
Definition acefiex.h:1096
ACPI_EFI_UNKNOWN_INTERFACE Attributes
Definition acefiex.h:1107
ACPI_EFI_UNKNOWN_INTERFACE Unmap
Definition acefiex.h:1102
ACPI_EFI_SET_TIME SetTime
Definition acefiex.h:966
ACPI_EFI_UNKNOWN_INTERFACE ResetSystem
Definition acefiex.h:998
ACPI_EFI_TABLE_HEADER Hdr
Definition acefiex.h:963
ACPI_EFI_UNKNOWN_INTERFACE GetVariable
Definition acefiex.h:988
ACPI_EFI_UNKNOWN_INTERFACE GetNextVariableName
Definition acefiex.h:989
ACPI_EFI_UNKNOWN_INTERFACE SetWakeupTime
Definition acefiex.h:972
ACPI_EFI_UNKNOWN_INTERFACE SetVariable
Definition acefiex.h:990
ACPI_EFI_UNKNOWN_INTERFACE GetNextHighMonotonicCount
Definition acefiex.h:997
ACPI_EFI_UNKNOWN_INTERFACE ConvertPointer
Definition acefiex.h:980
ACPI_EFI_UNKNOWN_INTERFACE GetWakeupTime
Definition acefiex.h:971
ACPI_EFI_GET_TIME GetTime
Definition acefiex.h:965
ACPI_EFI_UNKNOWN_INTERFACE SetVirtualAddressMap
Definition acefiex.h:979
Definition acefiex.h:1025
ACPI_EFI_CONFIGURATION_TABLE * ConfigurationTable
Definition acefiex.h:1044
ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE * ConOut
Definition acefiex.h:1035
ACPI_EFI_HANDLE ConsoleInHandle
Definition acefiex.h:1031
ACPI_SIMPLE_INPUT_INTERFACE * ConIn
Definition acefiex.h:1032
ACPI_EFI_HANDLE ConsoleOutHandle
Definition acefiex.h:1034
ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE * StdErr
Definition acefiex.h:1038
ACPI_EFI_HANDLE StandardErrorHandle
Definition acefiex.h:1037
ACPI_EFI_TABLE_HEADER Hdr
Definition acefiex.h:1026
ACPI_EFI_RUNTIME_SERVICES * RuntimeServices
Definition acefiex.h:1040
UINT32 FirmwareRevision
Definition acefiex.h:1029
ACPI_EFI_BOOT_SERVICES * BootServices
Definition acefiex.h:1041
CHAR16 * FirmwareVendor
Definition acefiex.h:1028
UINTN NumberOfTableEntries
Definition acefiex.h:1043
UINT32 Reserved
Definition acefiex.h:284
UINT32 HeaderSize
Definition acefiex.h:282
UINT64 Signature
Definition acefiex.h:280
UINT32 CRC32
Definition acefiex.h:283
UINT32 Revision
Definition acefiex.h:281
ACPI_SIMPLE_TEXT_OUTPUT_MODE * Mode
Definition acefiex.h:378
ACPI_EFI_TEXT_OUTPUT_STRING OutputString
Definition acefiex.h:367
ACPI_EFI_TEXT_SET_CURSOR_POSITION SetCursorPosition
Definition acefiex.h:375
ACPI_EFI_TEXT_ENABLE_CURSOR EnableCursor
Definition acefiex.h:376
ACPI_EFI_TEXT_RESET Reset
Definition acefiex.h:365
ACPI_EFI_TEXT_QUERY_MODE QueryMode
Definition acefiex.h:370
ACPI_EFI_TEXT_CLEAR_SCREEN ClearScreen
Definition acefiex.h:374
ACPI_EFI_TEXT_SET_ATTRIBUTE SetAttribute
Definition acefiex.h:372
ACPI_EFI_TEXT_SET_MODE SetMode
Definition acefiex.h:371
ACPI_EFI_TEXT_TEST_STRING TestString
Definition acefiex.h:368
Definition acefiex.h:1116
struct _ACPI_SIMPLE_INPUT_INTERFACE ConIn
Definition acefiex.h:1119
struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE ConOut
Definition acefiex.h:1118
struct _ACPI_EFI_FILE_HANDLE File
Definition acefiex.h:1117