Home
last modified time | relevance | path

Searched refs:AML_DATA_REGION_OP (Results 1 – 13 of 13) sorted by relevance

/acpica-latest/source/components/parser/
Dpsobject.c417 (*Op)->Common.AmlOpcode == AML_DATA_REGION_OP) in AcpiPsBuildNamedOp()
730 ((*Op)->Common.AmlOpcode == AML_DATA_REGION_OP)) in AcpiPsCompleteOp()
Dpsloop.c620 Op->Common.AmlOpcode == AML_DATA_REGION_OP) in AcpiPsParseLoop()
Dpsparse.c326 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) || in AcpiPsCompleteThisOp()
/acpica-latest/source/components/disassembler/
Ddmdeferred.c227 case AML_DATA_REGION_OP: in AcpiDmParseDeferredOps()
Ddmwalk.c853 case AML_DATA_REGION_OP: in AcpiDmDescendingOp()
/acpica-latest/source/include/
Damlcode.h296 #define AML_DATA_REGION_OP (UINT16) 0x5b88 /* ACPI 2.0 */ macro
/acpica-latest/source/components/dispatcher/
Ddswload.c636 else if (Op->Common.AmlOpcode == AML_DATA_REGION_OP) in AcpiDsLoad1EndOp()
Ddswload2.c736 case AML_DATA_REGION_OP: in AcpiDsLoad2EndOp()
Ddsutils.c405 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) || in AcpiDsIsResultUsed()
Ddswexec.c823 else if (Op->Common.AmlOpcode == AML_DATA_REGION_OP) in AcpiDsExecEndOp()
/acpica-latest/source/compiler/
Daslwalks.c426 case AML_DATA_REGION_OP: in AnOperandTypecheckWalkEnd()
Daslmap.c301 /* DATATABLEREGION */ OP_TABLE_ENTRY (AML_DATA_REGION_OP, 0, …
Dasloperands.c1252 case AML_DATA_REGION_OP: in OpnAttachNameToNode()