Home
last modified time | relevance | path

Searched refs:SyncLevel (Results 1 – 11 of 11) sorted by relevance

/third_party/lib/acpica/source/components/executer/
A Dexmutex.c278 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 Dexcreate.c261 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex()
559 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
A Dexdump.c148 {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 Ddsmethod.c191 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 Dacobject.h184 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ member
215 UINT8 SyncLevel; member
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl23 // Invalid SyncLevel in Mutex declaration
65 // Invalid SyncLevel in method declaration
/third_party/lib/acpica/source/components/namespace/
A Dnsaccess.c202 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1); in AcpiNsRootInitialize()
A Dnsxfname.c709 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/parser/
A Dpsparse.c498 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
/third_party/lib/acpica/source/components/debugger/
A Ddbdisply.c423 (UINT32) ObjDesc->Method.SyncLevel); in AcpiDbDisplayMethodInfo()
/third_party/lib/acpica/
A Dchanges.txt205 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