HomeSort by: relevance | last modified time | path
    Searched refs:Operand (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exoparg1.c 263 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
272 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
286 Status = AcpiExReleaseMutex (Operand[0], WalkState);
291 Status = AcpiExSystemResetEvent (Operand[0]);
296 Status = AcpiExSystemSignalEvent (Operand[0]);
301 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
306 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
311 Status = AcpiExUnloadTable (Operand[0]);
345 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
359 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState)
    [all...]
exoparg3.c 203 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
219 (UINT32) Operand[0]->Integer.Value,
220 (UINT32) Operand[1]->Integer.Value,
221 (UINT32) Operand[2]->Integer.Value));
226 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
227 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
228 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
301 * Create the return object. The Source operand is guaranteed to be
305 (Operand[0])->Common.Type)
    [all...]
exoparg2.c 206 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
222 /* The first operand is a namespace node */
224 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
228 Value = (UINT32) Operand[1]->Integer.Value;
280 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
315 Operand[0]->Integer.Value,
316 Operand[1]->Integer.Value,
336 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
342 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
390 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]
    [all...]
exoparg6.c 199 * PARAMETERS: MatchOp - The AML match operand
333 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
354 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
355 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
364 Index = Operand[5]->Integer.Value;
365 if (Index >= Operand[0]->Package.Count)
369 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
396 for ( ; Index < Operand[0]->Package.Count; Index++)
400 ThisElement = Operand[0]->Package.Elements[Index];
414 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value
    [all...]
excreate.c 493 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
511 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
512 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
513 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
517 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
545 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
563 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
564 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
568 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
598 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]
    [all...]
exconfig.c 243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
269 Operand[0]->String.Pointer,
270 Operand[1]->String.Pointer,
271 Operand[2]->String.Pointer, &TableIndex);
292 if (Operand[3]->String.Length > 0)
299 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT,
309 if (Operand[4]->String.Length > 0)
311 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) &&
312 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX))
324 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT
    [all...]
exresolv.c 426 /* Remove a reference to the original operand, then override */
446 * Operand - Starting point for resolution
460 ACPI_OPERAND_OBJECT *Operand,
464 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand);
465 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand);
473 /* Operand can be either a namespace node or an operand descriptor */
577 if (ObjDesc == Operand)
  /src/sys/external/bsd/gnu-efi/dist/lib/aarch64/
math.c 24 IN UINT64 Operand,
29 return Operand << Count;
34 IN UINT64 Operand,
39 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
math.c 24 IN UINT64 Operand,
29 return Operand << Count;
34 IN UINT64 Operand,
39 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
math.c 24 IN UINT64 Operand,
29 return Operand << Count;
34 IN UINT64 Operand,
39 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
math.c 16 IN UINT64 Operand,
20 return Operand << Count;
28 IN UINT64 Operand,
32 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/ia64/
math.c 45 IN UINT64 Operand,
50 return Operand << Count;
55 IN UINT64 Operand,
60 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/ia32/
math.c 42 IN UINT64 Operand,
48 return Operand << Count;
52 mov eax, dword ptr Operand[0]
53 mov edx, dword ptr Operand[4]
77 IN UINT64 Operand,
83 return Operand >> Count;
87 mov eax, dword ptr Operand[0]
88 mov edx, dword ptr Operand[4]
  /src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
math.c 42 IN UINT64 Operand,
48 return Operand << Count;
52 mov eax, dword ptr Operand[0]
53 mov edx, dword ptr Operand[4]
77 IN UINT64 Operand,
83 return Operand >> Count;
87 mov eax, dword ptr Operand[0]
88 mov edx, dword ptr Operand[4]
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsopcode.c 472 ACPI_ERROR ((AE_INFO, "(%s) bad operand(s), status 0x%X",
570 * Get the length operand and save it
633 ACPI_OPERAND_OBJECT **Operand;
663 Operand = &WalkState->Operands[0];
679 Operand[0]->String.Pointer,
680 Operand[1]->String.Pointer,
681 Operand[2]->String.Pointer, &TableIndex);
688 Operand[0]->String.Pointer,
689 Operand[1]->String.Pointer,
690 Operand[2]->String.Pointer))
    [all...]
dsutils.c 356 * as an operand later.
556 * DESCRIPTION: Clear all operands on the current walk state operand stack.
570 /* Remove a reference on each operand on the stack */
802 * a missing or null operand!
805 "Missing or null operand"));
830 /* Put the operand object on the object stack */
929 * pop everything off of the operand stack and delete those
935 /* Restore operand count */
965 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
997 NewObjDesc = *Operand;
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utmath.c 238 * PARAMETERS: Operand - 64-bit shift operand
248 UINT64 Operand,
258 OperandOvl.Full = Operand;
283 * PARAMETERS: Operand - 64-bit shift operand
293 UINT64 Operand,
303 OperandOvl.Full = Operand;
367 UINT64 Operand,
379 *OutResult = Operand << Count
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmcstyle.c 182 ACPI_PARSE_OBJECT *Operand,
225 /* Get the first operand */
233 /* Get the second operand */
347 * Check for constant source operand. Note: although technically
394 * deferring symbol output until after the first operand has been
403 * Check for a valid target as the 3rd (or sometimes 2nd) operand
427 /* Target is 3rd operand */
435 * Divide has an extra target operand (Remainder).
454 * Divide has an extra target operand (Remainder).
517 * compound statement only if at least one (either) operand
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.doc 91 extended precision operand if program executes:
95 fmovm.x &0x01,-(%sp) # pass operand on stack
97 add.l &0xc,%sp # clear operand from stack
106 fmov.s %fp1,-(%sp) # pass src operand
107 fmov.s %fp0,-(%sp) # pass dst operand
120 floating-point Operand Error exception, then the library routine
123 Operand Error exception handler, the user will at least be able
  /src/sys/external/bsd/acpica/dist/include/
acutils.h 962 UINT64 Operand,
968 UINT64 Operand,
acinterp.h 200 #define ACPI_EXD_LIST 14 /* Operand object list */
572 * exoparg1 - ACPI AML execution, 1 operand
645 ACPI_OPERAND_OBJECT *Operand,
660 * exresop - resolve operand to value
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 1143 UINT64 Operand,
1148 UINT64 Operand,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 438 IN UINT64 Operand,
444 IN UINT64 Operand,
  /src/sys/arch/vax/vax/
intvec.S 91 INTVEC(resopflt, KSTACK) # Reserved Operand/Boot Vector(?), 18
421 * 8(%sp): Operand 1
422 * 12(%sp): Operand 2
423 * 16(%sp): Operand 3
424 * 20(%sp): Operand 4
425 * 24(%sp): Operand 5
426 * 28(%sp): Operand 6
427 * 32(%sp): Operand 7 (unused)
428 * 36(%sp): Operand 8 (unused)
438 * 12(%sp): Operand
    [all...]

Completed in 58 milliseconds