Home
last modified time | relevance | path

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

/linux-6.1.9/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.rst117 Enable all AML "Debug" output (stores to the Debug object while interpreting
118 AML) during boot::
Dosi.rst9 AML code includes _OSI("XYZ"), the kernel's AML interpreter
70 The ACPI BIOS flow would include an evaluation of _OS, and the AML
153 supported by the OS and the OS AML interpreter.
DDSD-properties-rules.rst70 possibly leading to a conflict with AML methods in the ACPI namespace. In
77 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-6.1.9/Documentation/admin-guide/acpi/
Dssdt-overlays.rst17 Because ACPI supports external references in AML code a more practical
54 which can then be compiled to AML binary format::
63 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
67 The resulting AML code can then be loaded by the kernel using one of the methods
77 AML code must be placed in the first, uncompressed, initrd under the
114 In order to store the AML code in an EFI variable the efivarfs filesystem can be
177 and writing the SSDT AML code in the aml attribute::
/linux-6.1.9/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s905d-libretech-pc.dts15 model = "Libre Computer AML-S905D-PC";
Dmeson-gxm-s912-libretech-pc.dts15 model = "Libre Computer AML-S912-PC";
Dmeson-gxl-s905x-libretech-cc-v2.dts18 model = "Libre Computer AML-S905X-CC V2";
Dmeson-gxl-s805x-libretech-ac.dts18 model = "Libre Computer AML-S805X-AC";
Dmeson-gxl-s905x-libretech-cc.dts18 model = "Libre Computer AML-S905X-CC";
/linux-6.1.9/drivers/acpi/
DKconfig64 bool "AML debugger interface"
67 Enable in-kernel debugging of AML facilities: statistics,
451 This debug facility allows ACPI AML methods to be inserted and/or
578 set of binary executables that can be called from the AML interpreter
581 Say Y to enable the AML interpreter to execute the PRM code.
/linux-6.1.9/arch/ia64/
DKconfig353 bool "Support ACPI AML calls to native firmware"
356 region 0xA1. AML methods can use this OpRegion to call arbitrary
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-firmware-acpi110 A GPE vectors to a specified handler in AML, which
/linux-6.1.9/Documentation/arm/samsung-s3c24xx/
Doverview.rst111 AML M5900
/linux-6.1.9/arch/arm/mach-s3c/
DKconfig.s3c24xx199 bool "AML M5900 Series"
/linux-6.1.9/Documentation/admin-guide/pm/
Damd-pstate.rst44 provide the low latency register model (MSR) instead of an AML code
/linux-6.1.9/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-6.1.9/Documentation/arm64/
Darm-acpi.rst39 - ACPI’s byte code (AML) allows the platform to encode hardware behavior,
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt40 Disable AML predefined validation mechanism
44 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-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c275 #define AML 0x36 macro