Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/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.c344 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex()
642 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"},
/dragonfly/sys/contrib/dev/acpica/source/components/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()
1027 MethodDesc->Method.SyncLevel = 0; in AcpiDsTerminateControlMethod()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacobject.h294 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ member
326 UINT8 SyncLevel; member
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A Dbadcode.asl23 // Invalid SyncLevel in Mutex declaration
65 // Invalid SyncLevel in method declaration
/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsaccess.c348 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1); in AcpiNsRootInitialize()
H A Dnsxfname.c783 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsparse.c607 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c560 (UINT32) ObjDesc->Method.SyncLevel); in AcpiDbDisplayMethodInfo()
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt1621 4) Mutex (MutexName, SyncLevel)
1622 For this operator, the SyncLevel argument is now optional. This argument
1625 SyncLevel: 0
3478 the current SyncLevel. This change makes the auto-serialization support
3479 transparent to the SyncLevel support and management.
11736 in concert with the Mutex SyncLevel parameter, since the current
11737 SyncLevel
13568 SyncLevel parameter is outside the legal range of 0 through 15.
19010 Mutex SyncLevel parameter.
19026 SERIALIZED method keyword and SyncLevel (ACPI 2.0) method
[all …]