Home
last modified time | relevance | path

Searched refs:AML_RAW_DATA_DWORD (Results 1 – 7 of 7) sorted by relevance

/acpica-latest/source/compiler/
Dasldefine.h206 #define AML_RAW_DATA_DWORD (UINT16) 0xAA04 /* write 4 raw bytes */ macro
Daslfold.c346 (WalkState->Opcode == AML_RAW_DATA_DWORD) || in OpcAmlCheckForConstant()
917 Op->Asl.AmlOpcode = AML_RAW_DATA_DWORD; in OpcUpdateIntegerNode()
Dasllength.c414 case AML_RAW_DATA_DWORD: in CgGenerateAmlLengths()
Daslcodegen.c834 case AML_RAW_DATA_DWORD: in CgWriteNode()
Daslwalks.c292 case AML_RAW_DATA_DWORD: in AnOperandTypecheckWalkEnd()
Daslmap.c319 /* DWORDCONST */ OP_TABLE_ENTRY (AML_RAW_DATA_DWORD, 0, …
/acpica-latest/source/components/parser/
Dpsopinfo.c221 case AML_RAW_DATA_DWORD: in AcpiPsGetOpcodeInfo()