Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/executer/
H A Dexmutex.c386 if (WalkState->Thread->CurrentSyncLevel > ObjDesc->Mutex.SyncLevel) in AcpiExAcquireMutex()
399 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExAcquireMutex()
413 ObjDesc->Mutex.SyncLevel; in AcpiExAcquireMutex()
422 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExAcquireMutex()
577 if (ObjDesc->Mutex.SyncLevel != OwnerThread->CurrentSyncLevel) in AcpiExReleaseMutex()
583 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel)); in AcpiExReleaseMutex()
598 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExReleaseMutex()
618 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel, in AcpiExReleaseMutex()
661 ObjDesc->Mutex.Node->Name.Ascii, ObjDesc->Mutex.SyncLevel, in AcpiExReleaseAllMutexes()
H A Dexcreate.c345 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex()
643 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
H A Dexdump.c256 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"},
267 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Mutex.SyncLevel), "Sync Level"},
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsmethod.c299 WalkState->MethodDesc->Method.SyncLevel = 0; in AcpiDsDetectNamedOpcodes()
436 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel; in AcpiDsCreateMethodMutex()
520 ObjDesc->Method.Mutex->Mutex.SyncLevel)) in AcpiDsBeginMethodExecution()
572 ObjDesc->Method.SyncLevel; in AcpiDsBeginMethodExecution()
578 ObjDesc->Method.Mutex->Mutex.SyncLevel; in AcpiDsBeginMethodExecution()
1015 MethodDesc->Method.SyncLevel = 0; in AcpiDsTerminateControlMethod()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h294 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ member
325 UINT8 SyncLevel; member
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsaccess.c313 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1); in AcpiNsRootInitialize()
H A Dnsxfname.c783 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsparse.c607 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
/illumos-gate/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
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
8729 in concert with the Mutex SyncLevel parameter, since the current
8730 SyncLevel
10561 SyncLevel parameter is outside the legal range of 0 through 15.
16003 Mutex SyncLevel parameter.
16019 SERIALIZED method keyword and SyncLevel (ACPI 2.0) method
[all …]