ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | DEFINE_AML_GLOBALS |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
static UINT32 | AcpiExDigitsNeeded (UINT64 Value, UINT32 Base) |
void | AcpiExEnterInterpreter (void) |
void | AcpiExExitInterpreter (void) |
BOOLEAN | AcpiExTruncateFor32bitTable (ACPI_OPERAND_OBJECT *ObjDesc) |
void | AcpiExAcquireGlobalLock (UINT32 FieldFlags) |
void | AcpiExReleaseGlobalLock (UINT32 FieldFlags) |
void | AcpiExEisaIdToString (char *OutString, UINT64 CompressedId) |
void | AcpiExIntegerToString (char *OutString, UINT64 Value) |
void | AcpiExPciClsToString (char *OutString, UINT8 ClassCode[3]) |
BOOLEAN | AcpiIsValidSpaceId (UINT8 SpaceId) |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 225 of file exutils.c.
Referenced by AcpiExReadDataFromField(), AcpiExReadGpio(), AcpiExReadSerialBus(), AcpiExWriteDataToField(), AcpiExWriteGpio(), and AcpiExWriteSerialBus().
Definition at line 316 of file exutils.c.
Referenced by AcpiExIntegerToString().
Definition at line 366 of file exutils.c.
Referenced by AcpiUtExecute_CID(), and AcpiUtExecute_HID().
Definition at line 91 of file exutils.c.
Referenced by AcpiAcquireGlobalLock(), AcpiDsMethodError(), AcpiDsTerminateControlMethod(), AcpiEvAddressSpaceDispatch(), AcpiEvaluateObject(), AcpiEvInitializeRegion(), AcpiExLoadOp(), AcpiExLoadTableOp(), AcpiExSystemDoSleep(), AcpiExSystemWaitMutex(), AcpiExSystemWaitSemaphore(), AcpiExUnloadTable(), AcpiNsEvaluate(), AcpiNsInitOneObject(), AcpiNsLoadTable(), AcpiNsOneCompleteParse(), AcpiPsExecuteTable(), and AcpiPsParseAml().
Definition at line 139 of file exutils.c.
Referenced by AcpiAcquireGlobalLock(), AcpiDsMethodError(), AcpiDsTerminateControlMethod(), AcpiEvAddressSpaceDispatch(), AcpiEvaluateObject(), AcpiEvInitializeRegion(), AcpiExLoadOp(), AcpiExLoadTableOp(), AcpiExSystemDoSleep(), AcpiExSystemWaitMutex(), AcpiExSystemWaitSemaphore(), AcpiExUnloadTable(), AcpiNsEvaluate(), AcpiNsInitOneObject(), AcpiNsLoadTable(), AcpiNsOneCompleteParse(), AcpiPsExecuteTable(), and AcpiPsParseAml().
Definition at line 421 of file exutils.c.
Referenced by AcpiUtExecute_UID().
Definition at line 461 of file exutils.c.
Referenced by AcpiUtExecute_CLS().
Definition at line 270 of file exutils.c.
Referenced by AcpiExReadDataFromField(), AcpiExReadGpio(), AcpiExReadSerialBus(), AcpiExWriteDataToField(), AcpiExWriteGpio(), and AcpiExWriteSerialBus().
BOOLEAN AcpiExTruncateFor32bitTable | ( | ACPI_OPERAND_OBJECT * | ObjDesc | ) |
Definition at line 177 of file exutils.c.
Referenced by AcpiDsExecEndOp(), AcpiDsGetPredicateValue(), AcpiDsInitObjectFromOp(), AcpiExConvertToInteger(), and AcpiExStoreObjectToObject().
Definition at line 494 of file exutils.c.
Referenced by AcpiExCreateRegion(), and AcpiExSetupRegion().