Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c309 AcpiPsInitOp (Arg, AML_INT_METHODCALL_OP); in AcpiPsGetNextNamepath()
327 AcpiPsInitOp (Arg, AML_INT_METHODCALL_OP); in AcpiPsGetNextNamepath()
887 if (Arg->Common.AmlOpcode == AML_INT_METHODCALL_OP) in AcpiPsGetNextArg()
H A Dpstree.c317 case AML_INT_METHODCALL_OP: in AcpiPsGetChild()
/titanic_50/usr/src/uts/intel/io/acpica/executer/
H A Dexresolv.c212 if ((WalkState->Opcode == AML_INT_METHODCALL_OP) || in AcpiExResolveObjectToValue()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Damlcode.h213 #define AML_INT_METHODCALL_OP (UINT16) 0x0035 macro
/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswload2.c437 (Op->Common.AmlOpcode != AML_INT_METHODCALL_OP)) in AcpiDsLoad2EndOp()
H A Ddsutils.c567 (ParentOp->Common.AmlOpcode != AML_INT_METHODCALL_OP) && in AcpiDsCreateOperand()
/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmopcode.c959 case AML_INT_METHODCALL_OP: in AcpiDmDisassembleOneOp()
H A Ddmwalk.c303 case AML_INT_METHODCALL_OP: in AcpiDmBlockType()