Home
last modified time | relevance | path

Searched refs:OperandIndex (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswstate.c361 WalkState->Operands [WalkState->OperandIndex] = Object; in AcpiDsObjStackPush()
366 WalkState->OperandIndex++; in AcpiDsObjStackPush()
H A Ddsopcode.c641 WalkState->OperandIndex = WalkState->NumOperands; in AcpiDsEvalDataObjectOperands()
768 WalkState->OperandIndex = 0; in AcpiDsEvalBankFieldOperands()
H A Ddswexec.c420 WalkState->OperandIndex = 0; in AcpiDsExecEndOp()
H A Ddsutils.c811 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h81 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp… member