Home
last modified time | relevance | path

Searched refs:AML_SCOPE_OP (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsutils.c181 ScopeOp = AcpiPsAllocOp (AML_SCOPE_OP, Aml); in AcpiPsCreateScopeOp()
291 if (Opcode == AML_SCOPE_OP) in AcpiPsAllocOp()
H A Dpstree.c430 case AML_SCOPE_OP: in AcpiPsGetChild()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c382 case AML_SCOPE_OP: in AcpiDmBlockType()
470 case AML_SCOPE_OP: in AcpiDmListType()
649 if (Op->Common.AmlOpcode == AML_SCOPE_OP) in AcpiDmDescendingOp()
863 case AML_SCOPE_OP: in AcpiDmDescendingOp()
1076 if ((Level == 0) && (Op->Common.AmlOpcode == AML_SCOPE_OP)) in AcpiDmAscendingOp()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasllisting.c509 case AML_SCOPE_OP: in LsWriteNodeToListing()
689 case AML_SCOPE_OP: in LsWriteNodeToListing()
H A Daslmaputils.c364 (Op->Asl.AmlOpcode != AML_SCOPE_OP)) in MpGetParentDeviceHid()
H A Dasloffset.c411 case AML_SCOPE_OP: in LsAmlOffsetWalk()
H A Daslopt.c438 if (Op->Asl.AmlOpcode == AML_SCOPE_OP) in OptBuildShortestPath()
H A Daslmethod.c788 (Op->Asl.AmlOpcode == AML_SCOPE_OP)) in MtCheckNamedObjectInMethod()
H A Daslwalks.c334 if (((OpcodeClass == AML_CLASS_NAMED_OBJECT) && (Op->Asl.AmlOpcode != AML_SCOPE_OP)) || in AnOperandTypecheckWalkEnd()
H A Daslmap.c506 /* SCOPE */ OP_TABLE_ENTRY (AML_SCOPE_OP, 0, …
H A Dasloperands.c1263 case AML_SCOPE_OP: in OpnAttachNameToNode()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c301 case AML_SCOPE_OP: in AcpiDsLoad1BeginOp()
431 if ((WalkState->Opcode != AML_SCOPE_OP) && in AcpiDsLoad1BeginOp()
H A Ddswload2.c277 case AML_SCOPE_OP: in AcpiDsLoad2BeginOp()
556 if (Op->Common.AmlOpcode == AML_SCOPE_OP) in AcpiDsLoad2EndOp()
H A Ddsutils.c332 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP)) in AcpiDsIsResultUsed()
H A Ddswexec.c448 if (Op->Common.AmlOpcode != AML_SCOPE_OP) in AcpiDsExecBeginOp()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h29 #define AML_SCOPE_OP 0x10 macro
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnssearch.c545 (WalkState && WalkState->Opcode == AML_SCOPE_OP)) in AcpiNsSearchAndEnter()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbxface.c334 (ParentOp->Common.AmlOpcode == AML_SCOPE_OP) || in AcpiDbGetDisplayOp()
/freebsd/sys/contrib/dev/acpica/common/
H A Dadwalk.c846 (Op->Common.AmlOpcode != AML_SCOPE_OP)) in AcpiDmLoadDescendingOp()
936 else if (Op->Common.AmlOpcode == AML_SCOPE_OP || in AcpiDmXrefDescendingOp()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h168 #define AML_SCOPE_OP (UINT16) 0x10 macro