Searched refs:SyncLevel (Results 1 – 11 of 11) sorted by relevance
| /third_party/lib/acpica/source/components/executer/ |
| A D | exmutex.c | 278 if (WalkState->Thread->CurrentSyncLevel > ObjDesc->Mutex.SyncLevel) in AcpiExAcquireMutex() 291 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExAcquireMutex() 305 ObjDesc->Mutex.SyncLevel; in AcpiExAcquireMutex() 314 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExAcquireMutex() 469 if (ObjDesc->Mutex.SyncLevel != OwnerThread->CurrentSyncLevel) in AcpiExReleaseMutex() 475 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel)); in AcpiExReleaseMutex() 490 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExReleaseMutex() 510 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExReleaseMutex() 553 ObjDesc->Mutex.Node->Name.Ascii, ObjDesc->Mutex.SyncLevel, in AcpiExReleaseAllMutexes()
|
| A D | excreate.c | 261 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex() 559 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
|
| A D | exdump.c | 148 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"}, 159 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Mutex.SyncLevel), "Sync Level"},
|
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsmethod.c | 191 WalkState->MethodDesc->Method.SyncLevel = 0; in AcpiDsDetectNamedOpcodes() 320 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel; in AcpiDsCreateMethodMutex() 404 ObjDesc->Method.Mutex->Mutex.SyncLevel)) in AcpiDsBeginMethodExecution() 456 ObjDesc->Method.SyncLevel; in AcpiDsBeginMethodExecution() 462 ObjDesc->Method.Mutex->Mutex.SyncLevel; in AcpiDsBeginMethodExecution() 892 MethodDesc->Method.SyncLevel = 0; in AcpiDsTerminateControlMethod()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acobject.h | 184 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ member 215 UINT8 SyncLevel; member
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 23 // Invalid SyncLevel in Mutex declaration 65 // Invalid SyncLevel in method declaration
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsaccess.c | 202 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1); in AcpiNsRootInitialize()
|
| A D | nsxfname.c | 709 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
|
| /third_party/lib/acpica/source/components/parser/ |
| A D | psparse.c | 498 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbdisply.c | 423 (UINT32) ObjDesc->Method.SyncLevel); in AcpiDbDisplayMethodInfo()
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 205 the current SyncLevel. This change makes the auto-serialization support 206 transparent to the SyncLevel support and management. 1412 currently executing AML SyncLevel when invoking such a method, in order 5994 specification has been changed to make the SyncLevel for mutex objects 5996 useful. When releasing a mutex, the SyncLevel of the mutex must now be 8463 in concert with the Mutex SyncLevel parameter, since the current 8464 SyncLevel 10295 SyncLevel parameter is outside the legal range of 0 through 15. 15737 Mutex SyncLevel parameter. 15753 SERIALIZED method keyword and SyncLevel (ACPI 2.0) method [all …]
|
Completed in 32 milliseconds