OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Operands
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/executer/
excreate.c
168
* PARAMETERS: WalkState - Current state, contains
operands
188
/* Get the source/alias
operands
(both namespace nodes) */
190
AliasNode = (ACPI_NAMESPACE_NODE *) WalkState->
Operands
[0];
191
TargetNode = (ACPI_NAMESPACE_NODE *) WalkState->
Operands
[1];
236
/* Since both
operands
are Nodes, we don't need to delete them */
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];
434
*
operands
since they need to be evaluated at run time.
449
/* Init the region from the
operands
*/
[
all
...]
exoparg3.c
168
* convention based upon the number of arguments, the number of target
operands
,
175
* xA - ARGUMENTS: The number of arguments (input
operands
) that are
177
* yT - TARGETS: The number of targets (output
operands
) that are required
183
* fully resolved
operands
.
195
* DESCRIPTION: Execute Triadic operator (3
operands
)
203
ACPI_OPERAND_OBJECT **Operand = &WalkState->
Operands
[0];
277
* DESCRIPTION: Execute Triadic operator (3
operands
)
285
ACPI_OPERAND_OBJECT **Operand = &WalkState->
Operands
[0];
exoparg2.c
168
* convention based upon the number of arguments, the number of target
operands
,
175
* xA - ARGUMENTS: The number of arguments (input
operands
) that are
177
* yT - TARGETS: The number of targets (output
operands
) that are required
183
* fully resolved
operands
.
198
* ALLOCATION: Deletes both
operands
206
ACPI_OPERAND_OBJECT **Operand = &WalkState->
Operands
[0];
271
* DESCRIPTION: Execute a dyadic operator (2
operands
) with 2 output targets
280
ACPI_OPERAND_OBJECT **Operand = &WalkState->
Operands
[0];
334
/* Store the results to the target reference
operands
*/
390
ACPI_OPERAND_OBJECT **Operand = &WalkState->
Operands
[0]
[
all
...]
exoparg1.c
169
* convention based upon the number of arguments, the number of target
operands
,
176
* xA - ARGUMENTS: The number of arguments (input
operands
) that are
178
* yT - TARGETS: The number of targets (output
operands
) that are required
184
* fully resolved
operands
.
195
* DESCRIPTION: Execute operator with no
operands
, one return value
272
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]
[
all
...]
exoparg6.c
168
* convention based upon the number of arguments, the number of target
operands
,
175
* xA - ARGUMENTS: The number of arguments (input
operands
) that are
177
* yT - TARGETS: The number of targets (output
operands
) that are required
183
* fully resolved
operands
.
333
ACPI_OPERAND_OBJECT **Operand = &WalkState->
Operands
[0];
exconfig.c
228
* PARAMETERS: WalkState - Current state with
operands
243
ACPI_OPERAND_OBJECT **Operand = &WalkState->
Operands
[0];
exresop.c
242
* DESCRIPTION: Convert multiple input
operands
to the types required by the
827
* If more
operands
needed, decrement StackPtr to point
836
ACPI_DUMP_OPERANDS (WalkState->
Operands
,
exdump.c
1031
* PARAMETERS:
Operands
- A list of Operand objects
1035
* DESCRIPTION: Dump the
operands
associated with the opcode
1041
ACPI_OPERAND_OBJECT **
Operands
,
1054
"**** Start operand dump for opcode [%s], %u
operands
\n",
1062
/* Dump the individual
operands
*/
1066
AcpiExDumpOperand (*
Operands
, 0);
1067
Operands
++;
/src/sys/external/bsd/acpica/dist/dispatcher/
dsopcode.c
387
/* Always delete the
operands
*/
452
/* Evaluate/create the address and length
operands
*/
466
/* Resolve the
operands
*/
482
/* NOTE: Slightly different
operands
for this opcode */
485
WalkState->
Operands
[0], WalkState->
Operands
[1],
486
WalkState->
Operands
[2], WalkState->
Operands
[3]);
493
WalkState->
Operands
[0], WalkState->
Operands
[1]
[
all
...]
dscontrol.c
394
&WalkState->
Operands
[0], WalkState);
405
WalkState->ReturnDesc = WalkState->
Operands
[0];
446
AcpiUtRemoveReference (WalkState->
Operands
[0]);
449
WalkState->
Operands
[0] = NULL;
dswexec.c
235
Status = AcpiExResolveToValue (&WalkState->
Operands
[0], WalkState);
241
ObjDesc = WalkState->
Operands
[0];
336
* methods. This is where most operators and
operands
are
578
/* Resolve all
operands
*/
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 =
[
all
...]
dswload2.c
574
WalkState->
Operands
[0] = (void *) Node;
721
/* Delete
operands
*/
725
AcpiUtRemoveReference (WalkState->
Operands
[i]);
726
WalkState->
Operands
[i] = NULL;
751
* AML of the address and length
operands
)
823
WalkState->
Operands
[0] = ACPI_CAST_PTR (void, Op->Named.Node);
834
WalkState->
Operands
[0] = NULL;
905
WalkState->
Operands
[0] = NULL;
dswstate.c
469
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;
dsutils.c
397
* These opcodes allow TermArg(s) as
operands
and therefore
398
* the
operands
can be method calls. The result is used.
413
* These opcodes allow TermArg(s) as
operands
and therefore
414
* the
operands
can be method calls. The result is used.
509
* PARAMETERS: WalkState - Current walk state with
operands
on stack
513
* DESCRIPTION: Resolve all
operands
to their values. Used to prepare
531
* Attempt to resolve each of the valid
operands
537
Status = AcpiExResolveToValue (&WalkState->
Operands
[i], WalkState);
552
* PARAMETERS: WalkState - Current walk state with
operands
on stack
556
* DESCRIPTION: Clear all
operands
on the current walk state operand stack
[
all
...]
dsobject.c
513
ACPI_NAMESPACE_NODE, WalkState->
Operands
[0]);
527
ACPI_NAMESPACE_NODE, WalkState->
Operands
[0]);
549
* target
operands
.
dswload.c
718
WalkState->
Operands
[0] = ACPI_CAST_PTR (void, Op->Named.Node);
729
WalkState->
Operands
[0] = NULL;
dsmethod.c
709
* stack.
Operands
on the previous walk state stack always
712
ThisWalkState->
Operands
[ThisWalkState->NumOperands] = NULL;
726
Info->Parameters = &ThisWalkState->
Operands
[0];
741
* Delete the
operands
on the previous walkstate operand stack
/src/sys/external/bsd/acpica/dist/include/
acstruct.h
188
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) */
277
ACPI_OPERAND_OBJECT *
Operands
[7];
acinterp.h
156
#define ACPI_WALK_OPERANDS (&(WalkState->
Operands
[WalkState->NumOperands -1]))
595
* exoparg2 - ACPI AML execution, 2
operands
615
* exoparg3 - ACPI AML execution, 3
operands
627
* exoparg6 - ACPI AML execution, 6
operands
679
ACPI_OPERAND_OBJECT **
Operands
,
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025