/acpica-latest/source/include/ |
D | acexcep.h | 173 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTAL)) argument 174 #define EXCEP_PGM(code) ((ACPI_STATUS) (code | AE_CODE_PROGRAMMER)) argument 175 #define EXCEP_TBL(code) ((ACPI_STATUS) (code | AE_CODE_ACPI_TABLES)) argument 176 #define EXCEP_AML(code) ((ACPI_STATUS) (code | AE_CODE_AML)) argument 177 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL)) argument
|
/acpica-latest/documents/ |
D | changes.txt | 8 …ity DeviceHandle. Replaced a magic number with a define. The Linux kernel code will utilize this. … 28 …D (GSIV) equal to the first argument of the call/invocation. The acpiexec code simulates the behav… 30 …ep track of _EVT. The GED device is described by a _HID of ACPI0013. This code traverses the names… 42 Fix miscellaneous code that accesses various objects. 43 Remove some dead code. 91 Function Hardware) Opregion is approved to be added in ACPI 6.5 via code 100 Do not touch VGA memory when EBDA < 1KiB. The ACPICA code assumes that 166 ACPI_TO_INTEGER() and ACPI_OFFSET() macros when building the ACPICA code 200 readability of the code. 221 S1, S2, and S3, but the ACPICA code flushes the CPU cache regardless of [all …]
|
/acpica-latest/tests/aslts/src/ |
D | README | 4 source code of tests 9 of ASL compiler to reveal and report incorrect ASL code. No AML code 16 be compiled to AML code and then passed to acpiexec utility.
|
/acpica-latest/tests/aslts/ |
D | README | 22 the AML code and thus verify functionality of ACPICA subsystem. 24 The ASL source code is compiled to AML code and then passed to 27 of ASL compiler to reveal and report incorrect ASL code. 68 source code of tests 98 The ASLTS source code contains files of the same name
|
D | NOTE | 17 the tests to check the return code of ASL compiler 37 Uncomment fragment of code in Method RT19 when in will be implemented in ACPICA. 92 Don't forget to uncomment ASL code relevant to bugs: y000,y0..., see runmode.asl
|
/acpica-latest/generate/unix/ |
D | readme.txt | 5 a Unix-like environment, with the original ACPICA code (not linuxized), 58 subdirectory corresponding to each utility, not in the source code 82 methods from user space. Useful for debugging AML code and testing 101 5) acpisrc, a source code conversion tool 106 to the code. It can also be used to clean the acpica source and generate
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0173_DEMO_IMPOSSIBLE/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 32 * SUMMARY: Two the same fragments of code should be compacted to one 37 There are two the same fragments of code in the same routine 42 The only difference between the two fragments of code (34 lines each)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0072_ASL/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 32 * SUMMARY: The ASL Compiler program returns improper status after compiling invalid ASL code 41 * a set of a little ASL-code files each forcing one specified 44 * and verifies the return code of ASL-compiler and distinguish
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0087/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 42 /* This code shows that ToBuffer() works correctly */ 61 /* This code shows that ToBuffer() causes exceptions in cases #2, #3 */
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0162/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 35 * While executing the AML code on a global level (out 39 * is a NULL pointer in that case (global level AML code execution
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0244/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 31 * SUMMARY: Acquire/Release in a global level AML code is not valid, 40 * and Release operations in a global level AML code. 175 * and Release operations in a global level AML code.
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0256_DEMO_IMPOSSIBLE/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 32 * SUMMARY: Removing the useless code increases essentially the rate of interpretation
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/module/ |
D | RUN.asl | 8 * Redistributions of source code must retain the above copyright notice, 30 if (STTT("Module level code execution", TCLF, 14, W01a)) {
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/ |
D | README | 12 no .aml result code is expected or produced, 25 is an .aml result code of compilation of test which performs
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0200/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 31 * SUMMARY: the code path taken after exception is incorrect 159 * The code path taken after the exception here
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0248/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 112 * run this code. It causes hang. 178 * run one of code below. They cause hang.
|
/acpica-latest/source/compiler/ |
D | readme.txt | 10 Generation of the ASL compiler from source code requires these items: 12 1) The ACPICA source code tree. 17 There are three major ACPICA source code components that are required to
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0273/ |
D | RUN.asl | 8 * Redistributions of source code must retain the above copyright notice, 38 * b276: 'Large Reference Count' on AML code with LoadTable/UnLoad in a slack mode
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 31 * SUMMARY: Global level AML code execution is performed twice
|
/acpica-latest/tests/aslts/src/runtime/cntl/ |
D | runmode.asl | 8 * Redistributions of source code must retain the above copyright notice, 182 * Variables below allow to exclude code which causes crashes 199 * code (crashes, hangs etc. of tests). Should be finally 201 * enabling execution of the surrounded code. 240 Name (Y200, 0x00) /* The code path taken after exception in AcpiPsParseLoop is incorrect */ 268 …Name (Y276, 0x00) /* 'Large Reference Count' on AML code with LoadTable/UnLoad in a slack mode */ 333 Name (Y527, 0x00) /* The code path taken after AE_OWNER_ID_LIMIT is incorrect */ 527 … Y276 = 0x01 /* 'Large Reference Count' on AML code with LoadTable/UnLoad in a slack mode */ 564 Concatenate ("Release of parent ACPICA code 0x", Revision, Debug)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0171_ACTION_REQUIRED/ |
D | DECL.asl | 8 * Redistributions of source code must retain the above copyright notice, 41 * The anomaly is not observed when AML code is obtained
|
/acpica-latest/tests/aslts/adm/BugState/ |
D | ALLBUGS | 69 …62| C | 436 | | INTEGRATED | | Crash of the iASL Compiler when ASL-code contai… 79 … | | The ASL Compiler program returns improper status after compiling invalid ASL code 91 …84| I | | 5361 | INTEGRATED | | Failed to interpret AML code alternated with Me… 105 98| I | | | | | Crash on a specific AML code 162 155| I | | | | | Global level AML code execution is performed tw… 175 …| | | FIXED | | Wrong specific Package obtained for not optimized AML code 180 173| I | | 5336 | FIXED INTEGRATED | | Two the same fragments of code should be compac… 207 200| I | 352 | | | 100 | the code path taken after exception in AcpiPsPa… 251 244| I | 472 | | | 100 | Acquire/Release in a global level AML code don'… 263 256| I | | | | 100 | Removing the useless code increases essentially… [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/ |
D | INSTALL.TXT | 46 … Also, this is a minimum injected code sample. Added Methods to test specific DSDT functions found 55 - Point the Injected code path to EXTRA.AML - It should be pointing to the file already
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/control/ |
D | MAIN.asl | 8 * Redistributions of source code must retain the above copyright notice, 33 * at the beginning of the line for code that has very deep nesting. Therefore we will
|
/acpica-latest/tests/aslts/adm/BugState/ARX/0000/ |
D | BugList_AML_LB_SUM0 | 6 "Debugging is twice as hard as writing the code in the first place. Therefore, 7 if you write the code as cleverly as possible, you are, by definition, not smart
|