Searched refs:SyncLevel (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exmutex.c | 386 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 D | excreate.c | 344 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex() 641 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
|
| H A D | exdump.c | 256 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"}, 267 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Mutex.SyncLevel), "Sync Level"},
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsmethod.c | 299 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()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 294 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ member 325 UINT8 SyncLevel; member
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsaccess.c | 313 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1); in AcpiNsRootInitialize()
|
| H A D | nsxfname.c | 783 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/parser/ |
| H A D | psparse.c | 607 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbdisply.c | 556 (UINT32) ObjDesc->Method.SyncLevel); in AcpiDbDisplayMethodInfo()
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 301 4) Mutex (MutexName, SyncLevel) 302 For this operator, the SyncLevel argument is now optional. This argument 305 SyncLevel: 0 2158 the current SyncLevel. This change makes the auto-serialization support 2159 transparent to the SyncLevel support and management. 10416 in concert with the Mutex SyncLevel parameter, since the current 10417 SyncLevel 12248 SyncLevel parameter is outside the legal range of 0 through 15. 17690 Mutex SyncLevel parameter. 17706 SERIALIZED method keyword and SyncLevel (ACPI 2.0) method [all …]
|