XenevaOS
Loading...
Searching...
No Matches
Macros | Functions
exutils.c File Reference
#include "acpi.h"
#include "accommon.h"
#include "acinterp.h"
#include "amlcode.h"
Include dependency graph for exutils.c:

Macros

#define DEFINE_AML_GLOBALS
 
#define _COMPONENT   ACPI_EXECUTER
 

Functions

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)
 

Macro Definition Documentation

◆ _COMPONENT

#define _COMPONENT   ACPI_EXECUTER

◆ DEFINE_AML_GLOBALS

#define DEFINE_AML_GLOBALS

Function Documentation

◆ AcpiExAcquireGlobalLock()

void AcpiExAcquireGlobalLock ( UINT32  FieldFlags)

◆ AcpiExEisaIdToString()

void AcpiExEisaIdToString ( char *  OutString,
UINT64  CompressedId 
)

◆ AcpiExEnterInterpreter()

void AcpiExEnterInterpreter ( void  )

◆ AcpiExExitInterpreter()

void AcpiExExitInterpreter ( void  )

◆ AcpiExIntegerToString()

void AcpiExIntegerToString ( char *  OutString,
UINT64  Value 
)

◆ AcpiExPciClsToString()

void AcpiExPciClsToString ( char *  OutString,
UINT8  ClassCode[3] 
)

◆ AcpiExReleaseGlobalLock()

void AcpiExReleaseGlobalLock ( UINT32  FieldFlags)

◆ AcpiExTruncateFor32bitTable()

BOOLEAN AcpiExTruncateFor32bitTable ( ACPI_OPERAND_OBJECT ObjDesc)

◆ AcpiIsValidSpaceId()

BOOLEAN AcpiIsValidSpaceId ( UINT8  SpaceId)