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

/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsutils.c181 ScopeOp = AcpiPsAllocOp (AML_SCOPE_OP, Aml);
291 if (Opcode == AML_SCOPE_OP)
H A Dpstree.c430 case AML_SCOPE_OP:
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c382 case AML_SCOPE_OP:
470 case AML_SCOPE_OP:
649 if (Op->Common.AmlOpcode == AML_SCOPE_OP)
863 case AML_SCOPE_OP:
1068 if ((Level == 0) && (Op->Common.AmlOpcode == AML_SCOPE_OP))
/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h29 #define AML_SCOPE_OP 0x10 macro
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslmaputils.c364 (Op->Asl.AmlOpcode != AML_SCOPE_OP))
H A Dasllisting.c509 case AML_SCOPE_OP:
689 case AML_SCOPE_OP:
H A Dasloffset.c411 case AML_SCOPE_OP:
H A Daslmethod.c726 (Op->Asl.AmlOpcode == AML_SCOPE_OP))
H A Daslopt.c438 if (Op->Asl.AmlOpcode == AML_SCOPE_OP)
H A Daslmap.c499 /* SCOPE */ OP_TABLE_ENTRY (AML_SCOPE_OP, 0, OP_AML_PACKAGE, 0),
H A Dasloperands.c1257 case AML_SCOPE_OP:
H A Daslwalks.c334 if (((OpcodeClass == AML_CLASS_NAMED_OBJECT) && (Op->Asl.AmlOpcode != AML_SCOPE_OP)) ||
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnssearch.c545 (WalkState && WalkState->Opcode == AML_SCOPE_OP))
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c301 case AML_SCOPE_OP:
431 if ((WalkState->Opcode != AML_SCOPE_OP) &&
H A Ddswload2.c277 case AML_SCOPE_OP:
556 if (Op->Common.AmlOpcode == AML_SCOPE_OP)
H A Ddsutils.c332 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
H A Ddswexec.c448 if (Op->Common.AmlOpcode != AML_SCOPE_OP)
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbxface.c334 (ParentOp->Common.AmlOpcode == AML_SCOPE_OP) ||
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Dadwalk.c846 (Op->Common.AmlOpcode != AML_SCOPE_OP))
936 else if (Op->Common.AmlOpcode == AML_SCOPE_OP ||
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Damlcode.h168 #define AML_SCOPE_OP (UINT16) 0x10 macro

Completed in 197 milliseconds