Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H 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()
H A Dexcreate.c261 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex()
559 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
H A Dexdump.c148 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"},
159 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Mutex.SyncLevel), "Sync Level"},
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H 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()
895 MethodDesc->Method.SyncLevel = 0; in AcpiDsTerminateControlMethod()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacobject.h184 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ member
215 UINT8 SyncLevel; member
/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnsaccess.c202 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1); in AcpiNsRootInitialize()
H A Dnsxfname.c709 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsparse.c498 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt471 the current SyncLevel. This change makes the auto-serialization support
472 transparent to the SyncLevel support and management.
1678 currently executing AML SyncLevel when invoking such a method, in order
1679 to prevent disruption of any existing SyncLevel priorities that may exist
3195 SyncLevel term is a ByteConstExpr, and incorrect code would be generated
6260 specification has been changed to make the SyncLevel for mutex objects
6262 useful. When releasing a mutex, the SyncLevel of the mutex must now be
6266 (SyncLevel less than or equal). This change updates the code to match the
8726 Fixed several problems with the support for the control method SyncLevel
8727 parameter. The SyncLevel now works according to the ACPI specification
[all …]