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

/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmdeferred.c213 case AML_PACKAGE_OP:
331 case AML_PACKAGE_OP:
336 case AML_PACKAGE_OP:
H A Ddmwalk.c405 case AML_PACKAGE_OP:
417 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
483 case AML_PACKAGE_OP:
990 case AML_PACKAGE_OP:
1197 case AML_PACKAGE_OP:
H A Ddmbuffer.c782 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP)
1139 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP)
H A Ddmcstyle.c354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) ||
/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h31 #define AML_PACKAGE_OP 0x12 macro
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpstree.c440 case AML_PACKAGE_OP:
H A Dpsloop.c251 case AML_PACKAGE_OP:
304 case AML_PACKAGE_OP:
H A Dpsparse.c328 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
343 (Op->Common.AmlOpcode == AML_PACKAGE_OP) ||
H A Dpsargs.c492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c204 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
256 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
H A Ddsopcode.c815 case AML_PACKAGE_OP:
835 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) &&
H A Ddsutils.c406 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
973 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
H A Ddspkginit.c231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
H A Ddswexec.c651 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) ||
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmswitch.c668 if (!CurrentOp || (CurrentOp->Common.AmlOpcode != AML_PACKAGE_OP))
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dasloffset.c294 case AML_PACKAGE_OP:
H A Daslmap.c448 /* PACKAGE */ OP_TABLE_ENTRY (AML_PACKAGE_OP, 0, OP_AML_PACKAGE, ACPI_BTYPE_PACKAGE),
H A Dasloperands.c944 Op->Asl.AmlOpcode = AML_PACKAGE_OP;
H A Daslwalks.c435 case AML_PACKAGE_OP:
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Damlcode.h170 #define AML_PACKAGE_OP (UINT16) 0x12 macro

Completed in 121 milliseconds