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

/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmdeferred.c177 case AML_PACKAGE_OP:
291 case AML_PACKAGE_OP:
296 case AML_PACKAGE_OP:
H A Ddmwalk.c366 case AML_PACKAGE_OP:
378 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
444 case AML_PACKAGE_OP:
908 case AML_PACKAGE_OP:
1090 case AML_PACKAGE_OP:
H A Ddmbuffer.c648 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP)
1005 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP)
H A Ddmcstyle.c312 (Child1->Common.AmlOpcode == AML_PACKAGE_OP) ||
/barrelfish-master/lib/acpica/source/components/parser/
H A Dpstree.c395 case AML_PACKAGE_OP:
H A Dpsparse.c291 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
306 (Op->Common.AmlOpcode == AML_PACKAGE_OP) ||
H A Dpsloop.c320 case AML_PACKAGE_OP:
H A Dpsargs.c452 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsobject.c187 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
216 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
485 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
H A Ddsopcode.c755 case AML_PACKAGE_OP:
775 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) &&
H A Ddsutils.c371 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
944 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
H A Ddswexec.c609 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) ||
/barrelfish-master/lib/acpica/source/compiler/
H A Dasloffset.c259 case AML_PACKAGE_OP:
H A Daslwalks.c391 case AML_PACKAGE_OP:
H A Daslmap.c411 /* PACKAGE */ OP_TABLE_ENTRY (AML_PACKAGE_OP, 0, NODE_AML_PACKAGE, ACPI_BTYPE_PACKAGE),
H A Dasloperands.c862 Op->Asl.AmlOpcode = AML_PACKAGE_OP;
/barrelfish-master/lib/acpica/source/include/
H A Damlcode.h137 #define AML_PACKAGE_OP (UINT16) 0x12 macro

Completed in 116 milliseconds