Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.10/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-v5.10/drivers/acpi/
DKconfig63 bool "AML debugger interface"
66 Enable in-kernel debugging of AML facilities: statistics,
445 This debug facility allows ACPI AML methods to be inserted and/or
/Linux-v5.10/arch/ia64/
DKconfig396 bool "Support ACPI AML calls to native firmware"
399 region 0xA1. AML methods can use this OpRegion to call arbitrary
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-firmware-acpi67 A GPE vectors to a specified handler in AML, which
/Linux-v5.10/Documentation/arm/samsung-s3c24xx/
Doverview.rst119 AML M5900
/Linux-v5.10/arch/arm/mach-s3c/
DKconfig.s3c24xx175 bool "AML M5900 Series"
/Linux-v5.10/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.10/Documentation/arm64/
Darm-acpi.rst39 - ACPI’s byte code (AML) allows the platform to encode hardware behavior,
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt40 Disable AML predefined validation mechanism
44 root cause of an AML interpreter issue when the issue
65 Enable AML "Debug" output, i.e., stores to the Debug
66 object while interpreting AML:
80 used by the ACPI subsystem in arbitrary AML code and
121 Disable auto-serialization of AML methods
122 AML control methods that contain the opcodes to create
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c275 #define AML 0x36 macro