Home
last modified time | relevance | path

Searched refs:AML (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/Documentation/firmware-guide/acpi/
Dmethod-tracing.rst77 AML tracer
81 the "trace points" the AML interpreter starts/stops to execute a control
82 method, or an AML opcode. Note that the format of the log entries are
100 Developers can utilize these special log entries to track the AML
102 that, as the "AML tracer" logs are implemented via ACPI_DEBUG_PRINT()
104 "AML tracer" logs.
106 The following command examples illustrate the usage of the "AML tracer"
109 a. Filter out the method start/stop "AML tracer" logs when control
117 b. Filter out the method start/stop "AML tracer" when the specified
126 c. Filter out the method start/stop "AML tracer" logs when the specified
[all …]
Daml-debugger.rst5 The AML Debugger
12 This document describes the usage of the AML debugger embedded in the Linux
18 The following kernel configuration items are required to enable the AML
47 That spawns the interactive AML debugger environment where you can execute
71 It may be useful to run the AML debugger in a test script. "acpidbg" supports
Dacpi-lid.rst15 using a control method lid device. To implement this, the AML tables issue
31 However the word of "current" has ambiguity, some buggy AML tables return
35 initial returning value. When the AML tables implement this control method
42 There are buggy AML tables never notifying when the lid device state is
44 it is guaranteed that the AML tables always notify "closed" when the lid
47 tested, it is reliable from all AML tables.
85 isn't ready to handle the buggy AML tables.
107 opens given that some AML tables do not send "opened" notifications
114 handle the buggy AML tables.
Ddebug.rst132 Enable all AML "Debug" output (stores to the Debug object while interpreting
133 AML) during boot::
Dosi.rst9 AML code includes _OSI("XYZ"), the kernel's AML interpreter
73 The ACPI BIOS flow would include an evaluation of _OS, and the AML
156 supported by the OS and the OS AML interpreter.
DDSD-properties-rules.rst66 possibly leading to a conflict with AML methods in the ACPI namespace. In
73 In all cases in which kernel code may do something that will confuse AML as a
Dmethod-customizing.rst58 e) assemble the file to generate the AML code of the method.
Dnamespace.rst40 control methods, encoded in AML (ACPI Machine Language). The data block
/Linux-v5.4/Documentation/admin-guide/acpi/
Dssdt-overlays.rst17 Because ACPI supports external references in AML code a more practical
55 which can then be compiled to AML binary format::
64 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
68 The resulting AML code can then be loaded by the kernel using one of the methods
113 In order to store the AML code in an EFI variable the efivarfs filesystem can be
/Linux-v5.4/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s805x-libretech-ac.dts17 model = "Libre Computer Board AML-S805X-AC";
Dmeson-gxl-s905x-libretech-cc.dts16 model = "Libre Computer Board AML-S905X-CC";
/Linux-v5.4/drivers/acpi/
DKconfig64 bool "AML debugger interface"
67 Enable in-kernel debugging of AML facilities: statistics,
444 This debug facility allows ACPI AML methods to be inserted and/or
/Linux-v5.4/arch/ia64/
DKconfig404 bool "Support ACPI AML calls to native firmware"
407 region 0xA1. AML methods can use this OpRegion to call arbitrary
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-firmware-acpi62 A GPE vectors to a specified handler in AML, which
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Doverview.rst119 AML M5900
/Linux-v5.4/arch/arm/mach-s3c24xx/
DKconfig187 bool "AML M5900 Series"
/Linux-v5.4/Documentation/power/
Dpci.rst151 using special byte-code language called the ACPI Machine Language (AML) and
153 them as needed using an AML interpreter that translates the AML byte code into
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt38 Disable AML predefined validation mechanism
42 root cause of an AML interpreter issue when the issue
63 Enable AML "Debug" output, i.e., stores to the Debug
64 object while interpreting AML:
78 used by the ACPI subsystem in arbitrary AML code and
119 Disable auto-serialization of AML methods
120 AML control methods that contain the opcodes to create
/Linux-v5.4/Documentation/arm64/
Darm-acpi.rst39 - ACPI’s byte code (AML) allows the platform to encode hardware behavior,
/Linux-v5.4/drivers/char/pcmcia/
Dsynclink_cs.c275 #define AML 0x36 macro