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

Macros

#define _COMPONENT   ACPI_PARSER
 

Functions

const ACPI_OPCODE_INFOAcpiPsGetOpcodeInfo (UINT16 Opcode)
 
const char * AcpiPsGetOpcodeName (UINT16 Opcode)
 
UINT8 AcpiPsGetArgumentCount (UINT32 OpType)
 

Variables

const UINT8 AcpiGbl_ShortOpIndex [256]
 
const UINT8 AcpiGbl_LongOpIndex [NUM_EXTENDED_OPCODE]
 

Macro Definition Documentation

◆ _COMPONENT

#define _COMPONENT   ACPI_PARSER

Function Documentation

◆ AcpiPsGetArgumentCount()

UINT8 AcpiPsGetArgumentCount ( UINT32  OpType)

◆ AcpiPsGetOpcodeInfo()

const ACPI_OPCODE_INFO * AcpiPsGetOpcodeInfo ( UINT16  Opcode)

◆ AcpiPsGetOpcodeName()

const char * AcpiPsGetOpcodeName ( UINT16  Opcode)

Variable Documentation

◆ AcpiGbl_LongOpIndex

const UINT8 AcpiGbl_LongOpIndex[NUM_EXTENDED_OPCODE]
Initial value:
=
{
_UNK, 0x46, 0x47, _UNK, _UNK, _UNK, _UNK, _UNK,
_UNK, _UNK, 0x48, 0x49, _UNK, _UNK, _UNK, _UNK,
_UNK, _UNK, _UNK, _UNK, _UNK, _UNK, _UNK, 0x7B,
0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, 0x51,
0x52, 0x53, 0x54, _UNK, _UNK, _UNK, _UNK, _UNK,
0x55, 0x56, 0x57, 0x7e, _UNK, _UNK, _UNK, _UNK,
0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f,
0x7C,
}
#define _UNK
Definition acopcode.h:162

◆ AcpiGbl_ShortOpIndex

const UINT8 AcpiGbl_ShortOpIndex[256]