Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbxface.c524 if (Op->Common.AmlOpcode != AML_INT_METHODCALL_OP) in AcpiDbSingleStep()
540 if (Op->Common.AmlOpcode == AML_INT_METHODCALL_OP) in AcpiDbSingleStep()
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c425 AcpiPsInitOp (Arg, AML_INT_METHODCALL_OP); in AcpiPsGetNextNamepath()
443 AcpiPsInitOp (Arg, AML_INT_METHODCALL_OP); in AcpiPsGetNextNamepath()
1108 if (Arg->Common.AmlOpcode == AML_INT_METHODCALL_OP) in AcpiPsGetNextArg()
H A Dpstree.c434 case AML_INT_METHODCALL_OP: in AcpiPsGetChild()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmap.c192 if (Opcode == AML_INT_METHODCALL_OP) in AslMapNamedOpcodeToDataType()
413 /* METHODCALL */ OP_TABLE_ENTRY (AML_INT_METHODCALL_OP, 0, …
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c320 if ((WalkState->Opcode == AML_INT_METHODCALL_OP) || in AcpiExResolveObjectToValue()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h318 #define AML_INT_METHODCALL_OP (UINT16) 0x0035 macro
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload2.c580 (Op->Common.AmlOpcode != AML_INT_METHODCALL_OP)) in AcpiDsLoad2EndOp()
H A Ddsutils.c673 (ParentOp->Common.AmlOpcode != AML_INT_METHODCALL_OP) && in AcpiDsCreateOperand()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c1087 case AML_INT_METHODCALL_OP: in AcpiDmDisassembleOneOp()
H A Ddmwalk.c414 case AML_INT_METHODCALL_OP: in AcpiDmBlockType()
/freebsd/sys/contrib/dev/acpica/common/
H A Dadwalk.c694 (ParentOp->Common.AmlOpcode != AML_INT_METHODCALL_OP) && in AcpiDmFindOrphanDescending()