Home
last modified time | relevance | path

Searched refs:AML_INT_NAMEPATH_OP (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c271 AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP); in AcpiPsGetNextNamepath()
319 NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Start); in AcpiPsGetNextNamepath()
495 AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP); in AcpiPsGetNextSimpleArg()
713 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Aml); in AcpiPsGetNextField()
870 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, ParserState->Aml); in AcpiPsGetNextArg()
H A Dpsloop.c121 case AML_INT_NAMEPATH_OP: /* AML_NAMESTRING_ARG */ in AcpiPsGetArguments()
H A Dpsobject.c101 WalkState->Opcode = AML_INT_NAMEPATH_OP; in AcpiPsGetAmlOpcode()
/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswload2.c104 (WalkState->Opcode != AML_INT_NAMEPATH_OP)) || in AcpiDsLoad2BeginOp()
112 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsLoad2BeginOp()
155 case AML_INT_NAMEPATH_OP: in AcpiDsLoad2BeginOp()
H A Ddsobject.c95 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsBuildInternalObject()
470 Arg->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in AcpiDsBuildInternalPackageObj()
830 case AML_INT_NAMEPATH_OP: in AcpiDsInitObjectFromOp()
H A Ddsutils.c519 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
569 (ParentOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDsCreateOperand()
658 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
H A Ddswexec.c309 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsExecBeginOp()
440 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsExecEndOp()
/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmutils.c267 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmCommaIfListMember()
H A Ddmopcode.c121 if (PrevOp->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmDisplayTargetPathname()
411 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription()
865 case AML_INT_NAMEPATH_OP: in AcpiDmDisassembleOneOp()
H A Ddmcstyle.c792 if ((Target->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmIsValidTarget()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Damlcode.h208 #define AML_INT_NAMEPATH_OP (UINT16) 0x002d macro