Home
last modified time | relevance | path

Searched refs:AE_AML_MUTEX_ORDER (Results 1 – 15 of 15) sorted by relevance

/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/
DSPEC31 3) exception AE_AML_MUTEX_ORDER is expected for each Acquire of (2)
81 Check the life after AE_AML_MUTEX_ORDER exception on Acquire.
83 2) run Acquire (N-2)-th level mutex MUX-(N-2) and get AE_AML_MUTEX_ORDER exception
84 3) run Acquire (N-1)-th level mutex MUX-(N-1) and get AE_AML_MUTEX_ORDER exception
98 Check the life after AE_AML_MUTEX_ORDER exception on Release.
101 3) run Release (N-1)-th level mutex MUX-(N-1) and get AE_AML_MUTEX_ORDER exception
113 Check the life after AE_AML_MUTEX_ORDER exception on Release.
137 2) run Acquire (N-2)-th level mutex MUX-(N-2) and get AE_AML_MUTEX_ORDER exception
138 3) run Acquire (N-1)-th level mutex MUX-(N-1) and get AE_AML_MUTEX_ORDER exception
144 3) run Release (N-1)-th level mutex MUX-(N-1) and get AE_AML_MUTEX_ORDER exception
Dmutex2.asl1007 * 3) exception AE_AML_MUTEX_ORDER is expected for each Acquire of (2)
1049 CH04 (__METHOD__, 0x00, 0x40, Z150, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
1307 * each of these Releases to generate AE_AML_MUTEX_ORDER exception.
1313 /* AE_AML_MUTEX_ORDER */
2148 * Check the life after AE_AML_MUTEX_ORDER exception on Acquire
2151 * 2) run Acquire (N-2)-th level mutex MUX-(N-2) and get AE_AML_MUTEX_ORDER exception
2152 * 3) run Acquire (N-1)-th level mutex MUX-(N-1) and get AE_AML_MUTEX_ORDER exception
2191 … M088 (Local1, 0x01, 0x00, 0x04, 0x40, RPT0, 0x00) /* Step 1, Acquire, AE_AML_MUTEX_ORDER */
2192 … M088 (Local0, 0x01, 0x00, 0x04, 0x40, RPT0, 0x00) /* Step 2, Acquire, AE_AML_MUTEX_ORDER */
2220 * Check the life after AE_AML_MUTEX_ORDER exception on Release
[all …]
Dserialized.asl808 CH04 (__METHOD__, 0x00, 0x40, Z173, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
1177 CH04 (__METHOD__, 0x00, 0x40, Z173, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
1587 CH04 (__METHOD__, 0x00, 0x40, Z173, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
2631 CH04 (__METHOD__, 0x01, 0x40, Z173, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0150/
DDECL.asl89 * Exception AE_AML_MUTEX_ORDER is expected in this case.
106 CH04 (__METHOD__, 0x00, 0x40, 0x00, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
153 * Exception AE_AML_MUTEX_ORDER is expected in this case.
174 CH04 (__METHOD__, 0x00, 0x40, 0x00, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0238/
DDECL.asl49 CH04 (__METHOD__, 0x00, 0x40, 0x00, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
53 CH04 (__METHOD__, 0x00, 0x40, 0x00, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
59 * 1. Both Releases above should cause AE_AML_MUTEX_ORDER
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0243/
DDECL.asl71 … Debug = "Run Release of mutex of level 5 - exception AE_AML_MUTEX_ORDER is expected on it!"
78 CH04 (__METHOD__, 0x00, 0x40, 0x00, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
103 * AE_AML_MUTEX_ORDER exception here which takes place
/acpica-latest/source/components/executer/
Dexmutex.c393 return_ACPI_STATUS (AE_AML_MUTEX_ORDER); in AcpiExAcquireMutex()
584 return_ACPI_STATUS (AE_AML_MUTEX_ORDER); in AcpiExReleaseMutex()
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0239_ACTION_REQUIRED/
DDECL.asl55 * Operation below causes AE_AML_MUTEX_ORDER exception
/acpica-latest/source/include/
Dacexcep.h308 #define AE_AML_MUTEX_ORDER EXCEP_AML (0x0015) macro
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0298_ACTIONS_REQUIRED/
DDECL.asl52 CH04 (__METHOD__, 0x00, 0x40, 0x00, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0299_ACTIONS_REQUIRED/
DDECL.asl147 CH04 (__METHOD__, 0x01, 0x40, 0x00, __LINE__, 0x00, 0x00) /* AE_AML_MUTEX_ORDER */
/acpica-latest/source/components/dispatcher/
Ddsmethod.c528 return_ACPI_STATUS (AE_AML_MUTEX_ORDER); in AcpiDsBeginMethodExecution()
/acpica-latest/tests/aslts/src/runtime/cntl/
Dehandle.asl532 "AE_AML_MUTEX_ORDER"
/acpica-latest/tests/aslts/src/runtime/collections/mt/mutex/
Dtests.asl651 …7 (Arg0, NUMW, 0x00, LPC0, 0x00, 0x40) /* With exceptional conditions flags (AE_AML_MUTEX_ORDER) */
/acpica-latest/documents/
Dchanges.txt4901 change fixes a regression where an AE_AML_MUTEX_ORDER exception can