/acpica-latest/tests/aslts/src/runtime/collections/functional/control/Recursion/ |
D | recursion.asl | 41 * When the method m100 is invoked last time (44-th invocation), 42 * we have there the following hierarchy of method calls - 45 method 64 * Total number of calls of the same Recursively Called method (RCM), 73 * Open method execution 75 * arg0 - ID of method (1,2,3...) 91 * Close method execution 93 * arg0 - ID of method (1,2,3...) 185 * Total number of calls of the same Recursively Called method (RCM), 218 * Open method execution 220 * arg0 - ID of method (1,2,3...) [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/ |
D | SPEC | 8 * Method (access to internal objects of method, 10 * inside that method looks incorrect) 44 * - inside deeper level (inside call to another level method) 48 * - pass by Arg to method 59 * - in other checkings pass to method not only the object 67 * - pass the same object (see above too) to method by several parameters, 89 * - combined object passed by Arg to method
|
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/ |
D | rec_aslts.asl | 32 * which is just the invoked method, and different relative disposition of 71 * 0-th level method M0 is recursively invoked from 72 * the same M0 method. 100 * 0-th level method M0 invokes recursively 0-th level method M1 169 * 2-th level method M0 is recursively invoked from 170 * the same M0 method. 221 * 2-th level method M0 invokes recursively 0-th level method M1,
|
/acpica-latest/tests/aslts/src/runtime/collections/mt/mutex/ |
D | SPEC | 385 - invokes Serialized method MXXX 386 - waits for another thread (thr-1) trying to invoke same method MXXX 400 Similar to test 016 but instead of Serialized method a 410 Similar to test 016 check for non-serialized method. 435 ========================================= XXXXX,serialized-method: 436 check serialized method (immediately, and 437 calls to other methods inside the serialized method) 439 1) access to different type data inside serialized method 440 ========================================= XXXXX, serialized-method: 441 try to Acq/Rel mutex of inappropriate level LL from method MT0 of synclevel NN. [all …]
|
D | worker_thr.asl | 396 M201 (Arg2, VB03, "Invoke Serialized method") 406 M201 (Arg2, VB03, "Recursive call to m101 for \'Invoke Serialized method\'") 416 … M201 (Arg2, VB03, "Invoke non-serialized method, use Mutex for critical section") 436 … M201 (Arg2, VB03, "Non-serialized method is grabbed simultaneously by several threads") 446 M201 (Arg2, VB03, "Recursive call to m101 for \'Non-serialized method\'")
|
D | common.asl | 136 Name (C109, 0xF9) /* Invoke Serialized method */ 137 …Name (C10A, 0xFA) /* Invoke non-Serialized method, use Mutex for exclusive access to critical sect… 138 Name (C10B, 0xFB) /* Non-serialized method is grabbed simultaneously */ 254 Name (ER10, 0x0400) /* Serialized method doesn't provide exclusive call */ 255 Name (ER11, 0x0800) /* Serialized method doesn't provide exclusive call */ 256 Name (ER12, 0x1000) /* Non-serialized method thr-1 didn't get into method */ 257 Name (ER13, 0x2000) /* Non-serialized method thr-N didn't get into method */ 348 * 1) To show that Serialized method is grabbed exclusively 349 * 2) To show that non-Serialized method is grabbed by two threads simultaneously
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0301/ |
D | DECL.asl | 39 * Total number of calls of the same Recursively Called method (RCM), 46 * Open method execution 48 * arg0 - ID of method (1,2,3...) 66 * Close method execution 68 * arg0 - ID of method (1,2,3...)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0304/ |
D | DECL.asl | 31 * SUMMARY: No exception AE_AML_METHOD_LIMIT for the number of method invocations exceeding 255 40 * Total number of calls of the same Recursively Called method (RCM), 82 * Open method execution 84 * arg0 - ID of method (1,2,3...) 129 * Close method execution 131 * arg0 - ID of method (1,2,3...) 139 * arg0 - ID of method (1,2,3...) 210 * Note: if Serialized method has internal objects (including Methods and Switches)
|
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/method/ |
D | mt0_aslts.asl | 30 * Tests to check path names with method type syllables 42 * Test shows maximal supported depth of enclosed method calls on MS 113 * The same as mt00, but contains more depth of enclosed method calls. 264 * Test shows maximal supported depth of enclosed method calls on MS 350 * The same as mt02, but contains more depth of enclosed method calls. 501 * Increment object with the name of method in the name path 575 * The same as mt04, but contains more depth of enclosed method calls. 688 * Check access to the internal object of method being executed 689 * from the point inside the tree of that method being executed 690 * but by the method statically declared outside that method. [all …]
|
D | mt0_abbu.asl | 30 * Tests to check path names with method type syllables 42 * Test shows maximal supported depth of enclosed method calls on MS 113 * The same as mt00, but contains more depth of enclosed method calls. 264 * Test shows maximal supported depth of enclosed method calls on MS 350 * The same as mt02, but contains more depth of enclosed method calls. 501 * Increment object with the name of method in the name path 574 * The same as mt04, but contains more depth of enclosed method calls. 767 * Check access to the internal object of method being executed 768 * from the point inside the tree of that method being executed 769 * but by the method statically declared outside that method. [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0277_ACTION_REQUIRED/ |
D | Info.txt | 4 Evaluation of its \_SB.BAT0._BST method in multi-threading mode results in failure. 11 >Subject: RE: [Bug 7466] weird battery charge level reported - ACPI Error method parse / execution … 55 Subject: RE: [Bug 7466] weird battery charge level reported - ACPI Error method parse / execution f…
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/ |
D | serialized.asl | 461 * the second method is invoked from the first method. 464 * - the level of the first method in pair changes in range from 0 up to 15 465 * - the level of the second method in pair changes in range from 0 up to 15 1630 * Check that Serialized method can be invoked repeatedly 1632 * (Serialized method without internal objects (including Methods) and Switches) 1662 * Check that Serialized method can be invoked repeatedly 1664 * (Serialized method without internal objects (including Methods) and Switches) 1696 * The level is set up by either call to Serialized method or Acquire mutex of that level 1699 * either by 'Serialized method' technique or AML mutexes (Acquire/Release) framework. 1700 * The second method is invoked from the first method. [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0213/ |
D | DECL.asl | 31 * SUMMARY: abort of AcpiExec on accessing internal object of terminated method by returned IRef 34 * made to access an internal object of method 36 * by method (so, the object is dead at the
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/name/ |
D | method.asl | 85 * control path in the method that returns no any actual Object. 103 * - System software should execute a control method by referencing 107 * during the method execution are relative to the Method package 110 * - If the method is declared as Serialized, it can be called 111 * recursively, maybe, through another auxiliary method. 113 * - One method declared as Serialized can call another 115 * the second method is not less than that of the first. 117 * - The method declared as Serialized can acquire an Mutex 119 * the method. 121 * - If some method acquired an Mutex it can call another one [all …]
|
/acpica-latest/tests/aslts/ |
D | NOTE | 9 don't forget to uncomment switch operator in method m100 after when the bug 73 12 clean up method m218 (crbuffield.asl) after that when errors 65,66,68,69 33 see bfield test, method m218. 110 method.asl and function.asl files excluded until the bug 182 is fixed
|
D | HOW_TO_USE | 151 " method : m123" 165 m503 - This is usually the name of the executing control method (which 179 " method : The name of method initiated the checking 209 m365 - Diagnostic message (usually, the name of the method
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0268/ |
D | DECL.asl | 31 * SUMMARY: The manner parameters are passed to method in ACPICA contradicts to MS 38 Debug = "The view from inside method MM00:" 54 Debug = "m000: test 0 (Integer passed to method)"
|
/acpica-latest/tests/aslts/adm/BugState/ |
D | ALLBUGS | 80 … | | The ASL Compiler fails and reports a large number of "Recursive method call" remarks 190 … | | Stack OverFlow of ASL compiler on processing the specific recursive method call 220 … | 100 | abort of AcpiExec on accessing internal object of terminated method by returned IRef 224 217| I | 409 | | | 100 | Dynamic OpRegion _REG method execution problem 227 … | | | 100 | Inconsistent "Access is available/unavailable" _REG method calls 246 … | 100 | Crash in a slack-multi-threading mode when returning from the method experienced except… 266 259| I | 482 | | | 100 | _REG method execution during Load operator proc… 269 262| I | 487 | 7873 | INTEGRATED | | Unexpected AE_STACK_OVERFLOW for a method call … 272 265| I | | | | 100 | The second run to method calculating the IRef-t… 275 268| I | | | | 100 | The manner parameters are passed to method in A… [all …]
|
/acpica-latest/documents/ |
D | changes.txt | 28 …tion. The acpiexec code simulates the behavior by OSPM: execute the _EVT method of the GED device … 30 … GED device in the namespace we record the Interrupt object and the _EVT method. This information … 272 method, but if KFENCE is enabled in the Linux kernel, the memory 484 Added improvement to method call analysis by saving the return type and 544 "orphan" _REG method handling to also apply to GPIO address-space 643 method type, the parameter count is also recorded. 655 Device Graphs for _DSD method 700 iASL: Fixed a problem where method names in "Alias ()" statement could be 701 misinterpreted. They are now interpreted correctly as method invocations. 703 iASL: capture a method parameter count (Within the Method info segment, [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/provoke/ |
D | provoke.asl | 63 /* Operator updates the source object passed to method directly, */ 77 /* Operator doesn't update the source object passed to method as a REFERENCE */ 121 /* Run-method */
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/ |
D | DECL.asl | 32 * SUMMARY: The ASL Compiler fails and reports a large number of "Recursive method call" remarks 39 * and reports a large number of "Recursive method call" remarks.
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/ |
D | DECL.asl | 31 * SUMMARY: Not owner recursive method call releases global object created by method
|
/acpica-latest/tests/aslts/src/runtime/cntl/ |
D | runmode.asl | 251 Name (Y217, 0x00) /* Dynamic OpRegion _REG method execution problem */ 252 Name (Y220, 0x00) /* Inconsistent "Access is available/unavailable" _REG method calls */ 264 …Name (Y262, 0x00) /* Unexpected AE_STACK_OVERFLOW for a method call expression with nested calls… 280 Name (Y294, 0x00) /* _ERR method can not be evaluated when AE_OWNER_ID_LIMIT is emitted */ 284 …Name (Y301, 0x00) /* Recursive call on the same thread to the Serialized method with the interna… 346 …Name (Y902, 0x01) /* Expected is that Serialized method being invoked recursively on the same th… 410 * Flag, allows (when non-zero) access to the internal objects of method. 524 FLG9 = 0x01 /* Non-zero allows accessing internal objects of method */ 528 … Y262 = 0x00 /* Unexpected AE_STACK_OVERFLOW for a method call expression with nested calls */
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0239_ACTION_REQUIRED/ |
D | MAIN.asl | 46 * Arguments passed to MAIN method are these 47 * (MAIN there - the name of method passed to
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/ |
D | MAIN.asl | 46 * Arguments passed to MAIN method are these 47 * (MAIN there - the name of method passed to
|