Searched refs:AML (Results 1 – 13 of 13) sorted by relevance
61 B. AML tracer64 the "trace points" the AML interpreter starts/stops to execute a control65 method, or an AML opcode. Note that the format of the log entries are82 Developers can utilize these special log entries to track the AML84 that, as the "AML tracer" logs are implemented via ACPI_DEBUG_PRINT()86 "AML tracer" logs.88 The following command examples illustrate the usage of the "AML tracer"90 a. Filter out the method start/stop "AML tracer" logs when control96 b. Filter out the method start/stop "AML tracer" when the specified103 c. Filter out the method start/stop "AML tracer" logs when the specified[all …]
129 Enable all AML "Debug" output (stores to the Debug object while interpreting130 AML) during boot:
46 e) assemble the file to generate the AML code of the method.
37 control methods, encoded in AML (ACPI Machine Language). The data block
61 bool "AML debugger interface (EXPERIMENTAL)"64 Enable in-kernel debugging of AML facilities: statistics, internal408 This debug facility allows ACPI AML methods to be inserted and/or
72 A GPE vectors to a specified handler in AML, which
507 bool "Support ACPI AML calls to native firmware"510 region 0xA1. AML methods can use this OpRegion to call arbitrary
118 AML M5900
188 bool "AML M5900 Series"
146 using special byte-code language called the ACPI Machine Language (AML) and148 them as needed using an AML interpreter that translates the AML byte code into
197 Disable AML predefined validation mechanism201 root cause of an AML interpreter issue when the issue222 Enable AML "Debug" output, i.e., stores to the Debug223 object while interpreting AML:237 used by the ACPI subsystem in arbitrary AML code and269 Disable auto-serialization of AML methods270 AML control methods that contain the opcodes to create
37 -- ACPI’s bytecode (AML) allows the platform to encode hardware behavior,
275 #define AML 0x36 macro