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

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/executer/
H A Dexcreate.c84 AliasNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
85 TargetNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[1];
208 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) WalkState->Operands[0],
265 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value;
266 ObjDesc->Mutex.Node = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
396 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
448 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
502 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg3.c97 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
165 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg2.c101 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
176 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
541 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg1.c167 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
245 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
294 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
519 WalkState->Operands[0] = NULL; /* Prevent deletion */
645 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexoparg6.c232 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Dexdump.c772 * PARAMETERS: Operands - A list of Operand objects
782 ACPI_OPERAND_OBJECT **Operands,
807 AcpiExDumpOperand (*Operands, 0);
808 Operands++;
781 AcpiExDumpOperands( ACPI_OPERAND_OBJECT **Operands, const char *OpcodeName, UINT32 NumOperands) argument
H A Dexresop.c732 ACPI_DUMP_OPERANDS (WalkState->Operands,
H A Dexconfig.c170 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsopcode.c379 WalkState->Operands[0], WalkState->Operands[1],
380 WalkState->Operands[2], WalkState->Operands[3]);
387 WalkState->Operands[0], WalkState->Operands[1],
388 NULL, WalkState->Operands[2]);
465 OperandDesc = WalkState->Operands[WalkState->NumOperands - 1];
474 OperandDesc = WalkState->Operands[WalkState->NumOperands - 2];
556 Operand = &WalkState->Operands[
[all...]
H A Ddscontrol.c285 Status = AcpiExResolveToValue (&WalkState->Operands [0], WalkState);
296 WalkState->ReturnDesc = WalkState->Operands[0];
333 AcpiUtRemoveReference (WalkState->Operands [0]);
336 WalkState->Operands [0] = NULL;
H A Ddswexec.c127 Status = AcpiExResolveToValue (&WalkState->Operands [0], WalkState);
133 ObjDesc = WalkState->Operands [0];
464 &(WalkState->Operands [WalkState->NumOperands -1]),
485 (WalkState->Operands[0]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
486 (WalkState->Operands[1]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
487 (WalkState->Operands[0]->Reference.Class ==
488 WalkState->Operands[1]->Reference.Class) &&
489 (WalkState->Operands[0]->Reference.Value ==
490 WalkState->Operands[1]->Reference.Value))
628 WalkState->Operands[
[all...]
H A Ddswload2.c419 WalkState->Operands[0] = (void *) Node;
567 AcpiUtRemoveReference (WalkState->Operands[i]);
568 WalkState->Operands[i] = NULL;
663 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
672 WalkState->Operands[0] = NULL;
743 WalkState->Operands[0] = NULL;
H A Ddswstate.c364 WalkState->Operands [WalkState->OperandIndex] = Object;
419 WalkState->Operands [WalkState->NumOperands] = NULL;
470 ObjDesc = WalkState->Operands [i];
473 AcpiUtRemoveReference (WalkState->Operands [i]);
474 WalkState->Operands [i] = NULL;
H A Ddsutils.c435 Status = AcpiExResolveToValue (&WalkState->Operands[i], WalkState);
476 AcpiUtRemoveReference (WalkState->Operands[i]);
477 WalkState->Operands[i] = NULL;
681 WalkState->Operands [WalkState->NumOperands - 1], WalkState));
777 WalkState->Operands [Index] = NULL;
848 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
H A Ddsmethod.c399 * stack. Operands on the previous walk state stack always
402 ThisWalkState->Operands [ThisWalkState->NumOperands] = NULL;
415 Info->Parameters = &ThisWalkState->Operands[0];
433 AcpiUtRemoveReference (ThisWalkState->Operands [i]);
434 ThisWalkState->Operands [i] = NULL;
H A Ddswload.c518 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
528 WalkState->Operands[0] = NULL;
H A Ddsobject.c685 WalkState->Operands[0]);
697 WalkState->Operands[0]);
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacstruct.h85 UINT8 NumOperands; /* Stack pointer for Operands[] array */
107 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
167 ACPI_OPERAND_OBJECT *Operands[7]; member in union:acpi_aml_operands
H A Dacinterp.h48 #define ACPI_WALK_OPERANDS (&(WalkState->Operands [WalkState->NumOperands -1]))
503 ACPI_OPERAND_OBJECT **Operands,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dbarrier.d2 #name: Barrier Instruction Operands
7 # Test Barrier Instruction Operands
H A Dbarrier-thumb.d2 #name: Barrier Instruction Operands
7 # Test Barrier Instruction Operands
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dunwind-bad.l30 .*:78: Error: Operands to \.save\.gf may not be both zero

Completed in 200 milliseconds