Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/acpi/
Dmethod-tracing.txt61 B. AML tracer
64 the "trace points" the AML interpreter starts/stops to execute a control
65 method, or an AML opcode. Note that the format of the log entries are
82 Developers can utilize these special log entries to track the AML
84 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 control
96 b. Filter out the method start/stop "AML tracer" when the specified
103 c. Filter out the method start/stop "AML tracer" logs when the specified
[all …]
Daml-debugger.txt1 The AML Debugger
7 This document describes the usage of the AML debugger embedded in the Linux
12 The following kernel configuration items are required to enable the AML
40 That spawns the interactive AML debugger environment where you can execute
62 It may be useful to run the AML debugger in a test script. "acpidbg" supports
Dacpi-lid.txt10 control method lid device. To implement this, the AML tables issue
25 However the word of "current" has ambiguity, some buggy AML tables return
29 initial returning value. When the AML tables implement this control method
35 There are buggy AML tables never notifying when the lid device state is
37 it is guaranteed that the AML tables always notify "closed" when the lid
40 tested, it is reliable from all AML tables.
71 isn't ready to handle the buggy AML tables.
90 opens given that some AML tables do not send "opened" notifications
96 handle the buggy AML tables.
Dssdt-overlays.txt12 Because ACPI supports external references in AML code a more practical
50 which can then be compiled to AML binary format:
59 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
63 The resulting AML code can then be loaded by the kernel using one of the methods
106 In order to store the AML code in an EFI variable the efivarfs filesystem can be
Ddebug.txt129 Enable all AML "Debug" output (stores to the Debug object while interpreting
130 AML) during boot:
Dosi.txt6 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.txt63 possibly leading to a conflict with AML methods in the ACPI namespace. In
70 In all cases in which kernel code may do something that will confuse AML as a
Dmethod-customizing.txt44 e) assemble the file to generate the AML code of the method.
Dnamespace.txt37 control methods, encoded in AML (ACPI Machine Language). The data block
/Linux-v4.19/drivers/acpi/
DKconfig64 bool "AML debugger interface"
67 Enable in-kernel debugging of AML facilities: statistics,
441 This debug facility allows ACPI AML methods to be inserted and/or
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-acpi62 A GPE vectors to a specified handler in AML, which
/Linux-v4.19/arch/ia64/
DKconfig492 bool "Support ACPI AML calls to native firmware"
495 region 0xA1. AML methods can use this OpRegion to call arbitrary
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/
DOverview.txt118 AML M5900
/Linux-v4.19/arch/arm/mach-s3c24xx/
DKconfig187 bool "AML M5900 Series"
/Linux-v4.19/Documentation/power/
Dpci.txt146 using special byte-code language called the ACPI Machine Language (AML) and
148 them as needed using an AML interpreter that translates the AML byte code into
/Linux-v4.19/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-v4.19/Documentation/arm64/
Darm-acpi.txt37 -- ACPI’s byte code (AML) allows the platform to encode hardware behavior,
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c275 #define AML 0x36 macro