Searched refs:AML_INT_NAMEPATH_OP (Results 1 – 21 of 21) sorted by relevance
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | adwalk.c | 522 case AML_INT_NAMEPATH_OP: in AcpiDmDumpDescending() 614 if ((ChildOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmFindOrphanDescending() 656 if ((ChildOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmFindOrphanDescending() 684 case AML_INT_NAMEPATH_OP: in AcpiDmFindOrphanDescending() 911 (Op->Common.AmlOpcode != AML_INT_NAMEPATH_OP) && in AcpiDmXrefDescendingOp() 931 if (NextOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDmXrefDescendingOp() 949 if (NextOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDmXrefDescendingOp() 1259 if ((ExecuteOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmInspectPossibleArgs()
|
H A D | dmrestag.c | 625 if (BufferNameOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmCheckResourceReference() 864 AcpiPsInitOp (IndexOp, AML_INT_NAMEPATH_OP); in AcpiGetTagPathname()
|
H A D | dmswitch.c | 389 (NamePathOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDmIsSwitchBlock()
|
/freebsd/sys/contrib/dev/acpica/components/parser/ |
H A D | psargs.c | 384 AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP); in AcpiPsGetNextNamepath() 435 NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Start); in AcpiPsGetNextNamepath() 611 AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP); in AcpiPsGetNextSimpleArg() 852 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Aml); in AcpiPsGetNextField() 1057 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, ParserState->Aml); in AcpiPsGetNextArg() 1094 Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, ParserState->Aml); in AcpiPsGetNextArg()
|
H A D | pswalk.c | 204 if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiPsDeleteParseTree()
|
H A D | psloop.c | 226 case AML_INT_NAMEPATH_OP: /* AML_NAMESTRING_ARG */ in AcpiPsGetArguments()
|
H A D | psobject.c | 211 WalkState->Opcode = AML_INT_NAMEPATH_OP; in AcpiPsGetAmlOpcode()
|
/freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
H A D | dsobject.c | 193 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsBuildInternalObject() 261 if ((Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsBuildInternalObject() 661 case AML_INT_NAMEPATH_OP: in AcpiDsInitObjectFromOp()
|
H A D | dswload2.c | 215 (WalkState->Opcode != AML_INT_NAMEPATH_OP)) || in AcpiDsLoad2BeginOp() 223 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsLoad2BeginOp() 266 case AML_INT_NAMEPATH_OP: in AcpiDsLoad2BeginOp()
|
H A D | dsutils.c | 625 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand() 675 (ParentOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDsCreateOperand() 763 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
|
H A D | dswexec.c | 418 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiDsExecBeginOp() 550 if (WalkState->Opcode == AML_INT_NAMEPATH_OP) in AcpiDsExecEndOp()
|
H A D | dspkginit.c | 343 Arg->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in AcpiDsBuildInternalPackageObj()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslmap.c | 187 if (Opcode == AML_INT_NAMEPATH_OP) in AslMapNamedOpcodeToDataType() 421 /* NAMESEG */ OP_TABLE_ENTRY (AML_INT_NAMEPATH_OP, 0, … 422 /* NAMESTRING */ OP_TABLE_ENTRY (AML_INT_NAMEPATH_OP, 0, …
|
H A D | aslwalks.c | 1193 if ((!SourceNode && (SourceOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP)) || in AnAnalyzeStoreOperator() 1194 (!TargetNode && (TargetOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP))) in AnAnalyzeStoreOperator()
|
H A D | aslopcodes.c | 526 if (Op->Asl.Child->Asl.AmlOpcode == AML_INT_NAMEPATH_OP) in OpcDoConnection()
|
H A D | aslfold.c | 696 NewTarget->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in TrTransformToStoreOp()
|
H A D | aslload.c | 552 if (Op->Asl.Child->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in LdNamespace1Begin()
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmopcode.c | 233 if (PrevOp->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmDisplayTargetPathname() 523 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription() 986 case AML_INT_NAMEPATH_OP: in AcpiDmDisassembleOneOp()
|
H A D | dmutils.c | 378 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmCommaIfListMember()
|
H A D | dmcstyle.c | 1056 if ((Target->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDmIsValidTarget()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | amlcode.h | 313 #define AML_INT_NAMEPATH_OP (UINT16) 0x002d macro
|