Home
last modified time | relevance | path

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

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