HomeSort by: relevance | last modified time | path
    Searched refs:Opcode (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/sys/external/bsd/acpica/dist/parser/
psutils.c 197 * Opcode - Opcode to store in the Op
208 UINT16 Opcode)
214 Op->Common.AmlOpcode = Opcode;
217 (AcpiPsGetOpcodeInfo (Opcode))->Name,
226 * PARAMETERS: Opcode - Opcode that will be stored in the new Op
227 * Aml - Address of the opcode
232 * opcode. A cache of opcodes is available for the pure
239 UINT16 Opcode,
    [all...]
psargs.c 3 * Module Name: psargs - Parse AML opcode arguments
546 UINT16 Opcode;
559 Opcode = AML_BYTE_OP;
568 Opcode = AML_WORD_OP;
577 Opcode = AML_DWORD_OP;
586 Opcode = AML_QWORD_OP;
595 Opcode = AML_STRING_OP;
621 AcpiPsInitOp (Arg, Opcode);
646 UINT16 Opcode;
668 Opcode = AML_INT_RESERVEDFIELD_OP
    [all...]
psopinfo.c 3 * Module Name: psopinfo - AML opcode information functions and dispatch tables
170 * PARAMETERS: Opcode - The AML opcode
172 * RETURN: A pointer to the info about the opcode.
174 * DESCRIPTION: Find AML opcode description based on the opcode.
181 UINT16 Opcode)
184 const char *OpcodeName = "Unknown AML opcode";
191 * Detect normal 8-bit opcode or extended 16-bit opcode
    [all...]
psobject.c 178 * DESCRIPTION: Extract the next AML opcode from the input stream.
193 WalkState->Opcode = AcpiPsPeekOpcode (&(WalkState->ParserState));
197 * 1) A valid AML opcode
199 * 3) An unknown/invalid opcode
201 WalkState->OpInfo = AcpiPsGetOpcodeInfo (WalkState->Opcode);
211 WalkState->Opcode = AML_INT_NAMEPATH_OP;
217 /* The opcode is unrecognized. Complain and skip unknown opcodes */
225 "Unknown opcode 0x%.2X at table offset 0x%.4X, ignoring",
226 WalkState->Opcode,
237 "/*\nError: Unknown opcode 0x%.2X at table offset 0x%.4X, context:\n"
    [all...]
psparse.c 157 * fairly compact by parsing based on a list of AML opcode
177 * PARAMETERS: Opcode - An AML opcode
179 * RETURN: Size of the opcode, in bytes (1 or 2)
181 * DESCRIPTION: Get the size of the current opcode.
187 UINT32 Opcode)
190 /* Extended (2-byte) opcode if > 255 */
192 if (Opcode > 0x00FF)
197 /* Otherwise, just a single byte opcode */
209 * RETURN: Next AML opcode
    [all...]
psloop.c 157 * opcode templates in AmlOpInfo[].
210 "Get arguments for opcode [%s]\n", Op->Common.AmlOpName));
487 AcpiPsGetOpcodeInfo (WalkState->Opcode)->ObjectType))
494 ACPI_INFO (("Skipping parse of AML opcode: %s (0x%4.4X)",
495 AcpiPsGetOpcodeName (WalkState->Opcode), WalkState->Opcode));
498 * Determine the opcode length before skipping the opcode.
499 * An opcode can be 1 byte or 2 bytes in length.
502 if ((WalkState->Opcode & 0xFF00) == AML_EXTENDED_OPCODE
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
exmisc.c 263 * PARAMETERS: Opcode - AML opcode
269 * DESCRIPTION: Execute a math AML opcode. The purpose of having all of the
277 UINT16 Opcode,
285 switch (Opcode)
354 * PARAMETERS: Opcode - AML opcode
361 * DESCRIPTION: Execute a logical "Numeric" AML opcode. For these Numeric
372 UINT16 Opcode,
384 switch (Opcode)
    [all...]
exoparg3.c 176 * required for this opcode type (1 through 6 args).
178 * for this opcode type (0, 1, or 2 targets).
179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
209 AcpiPsGetOpcodeName (WalkState->Opcode));
212 switch (WalkState->Opcode)
242 * If the interpreter sees this opcode, just ignore it. The External
244 * disassemble control method invocations. The opcode or group of
246 * AML interpreters never see the opcode. Thus, something is
247 * wrong if an external opcode ever gets here.
255 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X"
    [all...]
exoparg2.c 176 * required for this opcode type (1 through 6 args).
178 * for this opcode type (0, 1, or 2 targets).
179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
195 * DESCRIPTION: Execute opcode with two arguments, no target, and no return
213 AcpiPsGetOpcodeName (WalkState->Opcode));
216 /* Examine the opcode */
218 switch (WalkState->Opcode)
254 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
255 WalkState->Opcode));
287 AcpiPsGetOpcodeName (WalkState->Opcode));
    [all...]
exoparg1.c 177 * required for this opcode type (0 through 6 args).
179 * for this opcode type (0, 1, or 2 targets).
180 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
191 * PARAMETERS: WalkState - Current state (contains AML opcode)
208 AcpiPsGetOpcodeName (WalkState->Opcode));
211 /* Examine the AML opcode */
213 switch (WalkState->Opcode)
227 default: /* Unknown opcode */
229 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
230 WalkState->Opcode));
    [all...]
exresop.c 235 * PARAMETERS: Opcode - Opcode being interpreted
254 UINT16 Opcode,
268 ACPI_FUNCTION_TRACE_U32 (ExResolveOperands, Opcode);
271 OpInfo = AcpiPsGetOpcodeInfo (Opcode);
280 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
281 Opcode));
287 "Opcode %X [%s] RequiredOperandTypes=%8.8X\n",
288 Opcode, OpInfo->Name, ArgTypes));
460 if ((Opcode == AML_STORE_OP) &
    [all...]
exoparg6.c 176 * required for this opcode type (1 through 6 args).
178 * for this opcode type (0, 1, or 2 targets).
179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
325 * DESCRIPTION: Execute opcode with 6 arguments, no target, and a return value
341 AcpiPsGetOpcodeName (WalkState->Opcode));
344 switch (WalkState->Opcode)
440 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
441 WalkState->Opcode));
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahaml.c 3 * Module Name: ahaml - AML opcode decoding for acpihelp utility
168 * FUNCTION: AhFindAmlOpcode (entry point for AML opcode name search)
170 * PARAMETERS: Name - Name or prefix for an AML opcode.
190 /* Find/display all opcode names that match the input name prefix */
206 /* Upper case the opcode name before substring compare */
227 * FUNCTION: AhDecodeAmlOpcode (entry point for AML opcode search)
229 * PARAMETERS: OpcodeString - String version of AML opcode
233 * DESCRIPTION: Display information about the input AML opcode
242 UINT32 Opcode;
252 Opcode = strtoul (OpcodeString, NULL, 16)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acparser.h 200 * psargs - Parse AML opcode arguments
243 UINT32 Opcode);
280 * psopinfo - AML Opcode information
284 UINT16 Opcode);
288 UINT16 Opcode);
304 UINT32 Opcode);
377 UINT16 Opcode,
431 UINT16 opcode);
435 UINT16 Opcode,
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeexception.c 187 UINT16 Opcode,
230 "AML Opcode [%s], Method Offset ~%5.5X\n",
231 AcpiPsGetOpcodeName (Opcode), AmlOffset);
435 /* Execution of a deferred opcode/node */
446 /* Get the currently executing AML opcode */
448 if ((WalkState->Opcode != AML_INT_METHODCALL_OP) &&
452 "Current AML Opcode in %s: [%s]-0x%4.4X at %p\n",
453 FullPathname, AcpiPsGetOpcodeName (WalkState->Opcode),
454 WalkState->Opcode, WalkState->Aml);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_mips.cc 41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
44 return (Opcode | Rs << 21 | Rt << 16 | Imm);
48 encodeSpecialInstruction(uint32_t Opcode, uint32_t Rs, uint32_t Rt, uint32_t Rd,
50 return (Rs << 21 | Rt << 16 | Rd << 11 | Imm << 6 | Opcode);
xray_mips64.cc 42 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
45 return (Opcode | Rs << 21 | Rt << 16 | Imm);
49 encodeSpecialInstruction(uint32_t Opcode, uint32_t Rs, uint32_t Rt, uint32_t Rd,
51 return (Rs << 21 | Rt << 16 | Rd << 11 | Imm << 6 | Opcode);
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsobject.c 342 "Expecting bytelist, found AML opcode 0x%X in op %p",
469 * Opcode - AML opcode associated with the object
484 UINT16 Opcode,
496 OpInfo = AcpiPsGetOpcodeInfo (Opcode);
499 /* Unknown opcode */
553 switch (Opcode)
582 "Unknown constant opcode 0x%X", Opcode));
633 /* Local ID (0-7) is (AML opcode - base AML_FIRST_LOCAL_OP) *
    [all...]
dswload.c 291 /* Map the raw opcode into an internal object type */
299 switch (WalkState->Opcode)
406 * 2) Whenever we are parsing a deferred opcode (OpRegion, Buffer,
431 if ((WalkState->Opcode != AML_SCOPE_OP) &&
457 * involve arguments to the opcode must be created as we go back up the
508 Op = AcpiPsAllocOp (WalkState->Opcode, WalkState->Aml);
609 if (WalkState->Opcode == AML_FIELD_OP ||
610 WalkState->Opcode == AML_BANK_FIELD_OP ||
611 WalkState->Opcode == AML_INDEX_FIELD_OP)
649 /* For Name opcode, get the object type from the argument *
    [all...]
dswload2.c 215 (WalkState->Opcode != AML_INT_NAMEPATH_OP)) ||
223 if (WalkState->Opcode == AML_INT_NAMEPATH_OP)
249 /* Map the opcode into an internal object type */
256 switch (WalkState->Opcode)
409 * involve arguments to the opcode must be created as we go back up the
412 * Note: Name may already exist if we are executing a deferred opcode.
448 if (WalkState->Opcode == AML_EXTERNAL_OP)
488 Op = AcpiPsAllocOp (WalkState->Opcode, WalkState->Aml);
546 ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Opcode [%s] Op %p State %p\n",
549 /* Check if opcode had an associated namespace object *
    [all...]
  /src/sys/external/bsd/acpica/dist/resources/
rsmisc.c 237 switch (Info->Opcode)
381 * been previously initialized via a COUNT opcode
387 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
401 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
415 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
429 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
445 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
546 ACPI_ERROR ((AE_INFO, "Invalid conversion sub-opcode"));
553 ACPI_ERROR ((AE_INFO, "Invalid conversion opcode"));
626 switch (Info->Opcode)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslcodegen.c 347 * PARAMETERS: Op - Parse node with an AML opcode
351 * DESCRIPTION: Write the AML opcode corresponding to a parse node.
362 UINT16 Opcode;
393 printf ("Found a node with an unassigned AML opcode\n");
395 "Found a node with an unassigned AML opcode\n");
402 Aml.Opcode = AML_FIELD_OFFSET_OP;
407 Aml.Opcode = AML_FIELD_ACCESS_OP;
412 Aml.Opcode = AML_FIELD_CONNECTION_OP;
417 Aml.Opcode = Op->Asl.AmlOpcode;
422 switch (Aml.Opcode)
    [all...]
aslfold.c 316 * DESCRIPTION: Check one Op for a reducible type 3/4/5 AML opcode.
334 WalkState->Opcode = Op->Common.AmlOpcode;
337 DbgPrint (ASL_PARSE_OUTPUT, "[%.4d] Opcode: %12.12s ",
344 if ((WalkState->Opcode == AML_RAW_DATA_BYTE) ||
345 (WalkState->Opcode == AML_RAW_DATA_WORD) ||
346 (WalkState->Opcode == AML_RAW_DATA_DWORD) ||
347 (WalkState->Opcode == AML_RAW_DATA_QWORD))
356 * because a type 3/4/5 opcode within a Name() expression
362 /* Finished if we find a Name() opcode */
429 "**** Could not reduce operands for NAME opcode ****\n")
    [all...]
dtsubtable.c 407 if (Info->Opcode == ACPI_DMT_EXTRA_TEXT)
419 switch (Info->Opcode)
cvparser.c 719 UINT16 Opcode = (UINT16) ACPI_GET8 (Aml);
728 Opcode != AML_COMMENT_OP)
733 while (Opcode == AML_COMMENT_OP)
935 /* Peek at the next Opcode. */
938 Opcode = (UINT16) ACPI_GET8 (Aml);
975 UINT16 Opcode;
989 Opcode = (UINT16) ACPI_GET8 (Aml);
990 OpInfo = AcpiPsGetOpcodeInfo (Opcode);

Completed in 26 milliseconds

1 2 3