Searched refs:Operands (Results 1 - 19 of 19) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexcreate.c190 AliasNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
191 TargetNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[1];
287 (ACPI_NAMESPACE_NODE *) WalkState->Operands[0],
344 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value;
345 ObjDesc->Mutex.Node = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
493 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
545 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
598 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg3.c203 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg2.c206 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
280 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
390 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
651 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg1.c272 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
345 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
398 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
629 WalkState->Operands[0] = NULL; /* Prevent deletion */
753 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg6.c333 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexconfig.c243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexresop.c836 ACPI_DUMP_OPERANDS (WalkState->Operands,
H A Dexdump.c1031 * PARAMETERS: Operands - A list of Operand objects
1041 ACPI_OPERAND_OBJECT **Operands,
1066 AcpiExDumpOperand (*Operands, 0);
1067 Operands++;
1040 AcpiExDumpOperands( ACPI_OPERAND_OBJECT **Operands, const char *OpcodeName, UINT32 NumOperands) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c485 WalkState->Operands[0], WalkState->Operands[1],
486 WalkState->Operands[2], WalkState->Operands[3]);
493 WalkState->Operands[0], WalkState->Operands[1],
494 NULL, WalkState->Operands[2]);
573 OperandDesc = WalkState->Operands[WalkState->NumOperands - 1];
591 OperandDesc = WalkState->Operands[WalkState->NumOperands - 2];
663 Operand = &WalkState->Operands[
[all...]
H A Ddscontrol.c394 &WalkState->Operands [0], WalkState);
405 WalkState->ReturnDesc = WalkState->Operands[0];
446 AcpiUtRemoveReference (WalkState->Operands [0]);
449 WalkState->Operands[0] = NULL;
H A Ddswexec.c235 Status = AcpiExResolveToValue (&WalkState->Operands [0], WalkState);
241 ObjDesc = WalkState->Operands [0];
581 &(WalkState->Operands [WalkState->NumOperands -1]),
602 (WalkState->Operands[0]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
603 (WalkState->Operands[1]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
604 (WalkState->Operands[0]->Reference.Class ==
605 WalkState->Operands[1]->Reference.Class) &&
606 (WalkState->Operands[0]->Reference.Value ==
607 WalkState->Operands[1]->Reference.Value))
766 WalkState->Operands[
[all...]
H A Ddswload2.c574 WalkState->Operands[0] = (void *) Node;
725 AcpiUtRemoveReference (WalkState->Operands[i]);
726 WalkState->Operands[i] = NULL;
823 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
834 WalkState->Operands[0] = NULL;
905 WalkState->Operands[0] = NULL;
H A Ddswstate.c469 WalkState->Operands [WalkState->OperandIndex] = Object;
524 WalkState->Operands [WalkState->NumOperands] = NULL;
575 ObjDesc = WalkState->Operands [i];
578 AcpiUtRemoveReference (WalkState->Operands [i]);
579 WalkState->Operands [i] = NULL;
H A Ddsutils.c537 Status = AcpiExResolveToValue (&WalkState->Operands[i], WalkState);
578 AcpiUtRemoveReference (WalkState->Operands[i]);
579 WalkState->Operands[i] = NULL;
887 WalkState->Operands [Index] = NULL;
958 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Ddsmethod.c694 * stack. Operands on the previous walk state stack always
697 ThisWalkState->Operands [ThisWalkState->NumOperands] = NULL;
711 Info->Parameters = &ThisWalkState->Operands[0];
731 AcpiUtRemoveReference (ThisWalkState->Operands [i]);
732 ThisWalkState->Operands [i] = NULL;
H A Ddswload.c718 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
729 WalkState->Operands[0] = NULL;
H A Ddsobject.c513 ACPI_NAMESPACE_NODE, WalkState->Operands[0]);
527 ACPI_NAMESPACE_NODE, WalkState->Operands[0]);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacstruct.h188 UINT8 NumOperands; /* Stack pointer for Operands[] array */
213 union acpi_operand_object *Operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpreter (+1 for NULL terminator) */ member in struct:acpi_walk_state
277 ACPI_OPERAND_OBJECT *Operands[7]; member in union:acpi_aml_operands
H A Dacinterp.h156 #define ACPI_WALK_OPERANDS (&(WalkState->Operands [WalkState->NumOperands -1]))
675 ACPI_OPERAND_OBJECT **Operands,

Completed in 188 milliseconds