Home
last modified time | relevance | path

Searched refs:InfoFlags (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsmethod.c300 WalkState->MethodDesc->Method.InfoFlags |= in AcpiDsDetectNamedOpcodes()
490 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsBeginMethodExecution()
518 (!(ObjDesc->Method.InfoFlags & ACPI_METHOD_IGNORE_SYNC_LEVEL)) && in AcpiDsBeginMethodExecution()
568 if (!(ObjDesc->Method.InfoFlags & in AcpiDsBeginMethodExecution()
743 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_INTERNAL_ONLY) in AcpiDsCallControlMethod()
904 if (!(MethodDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) && in AcpiDsTerminateControlMethod()
920 if (MethodDesc->Method.InfoFlags & ACPI_METHOD_MODIFIED_NAMESPACE) in AcpiDsTerminateControlMethod()
925 MethodDesc->Method.InfoFlags &= in AcpiDsTerminateControlMethod()
989 if (MethodDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED_PENDING) in AcpiDsTerminateControlMethod()
1010 MethodDesc->Method.InfoFlags &= in AcpiDsTerminateControlMethod()
[all …]
H A Ddsinit.c255 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsInitOneObject()
266 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsInitOneObject()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsxface.c310 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiPsExecuteMethod()
317 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_INTERNAL_ONLY) in AcpiPsExecuteMethod()
440 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiPsExecuteTable()
H A Dpsparse.c684 (!(WalkState->MethodDesc->Method.InfoFlags & in AcpiPsParseAml()
693 WalkState->MethodDesc->Method.InfoFlags |= in AcpiPsParseAml()
H A Dpsloop.c519 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL; in AcpiPsLinkModuleCode()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsparse.c251 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL; in AcpiNsExecuteTable()
H A Dnsalloc.c388 WalkState->MethodDesc->Method.InfoFlags |= in AcpiNsInstallNode()
H A Dnsaccess.c291 ObjDesc->Method.InfoFlags = ACPI_METHOD_INTERNAL_ONLY; in AcpiNsRootInitialize()
H A Dnsxfname.c781 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h323 UINT8 InfoFlags; member
/illumos-gate/usr/src/common/acpica/executer/
H A Dexcreate.c637 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in AcpiExCreateMethod()
H A Dexdump.c254 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.InfoFlags), "Info Flags"},
/illumos-gate/usr/src/common/acpica/events/
H A Devrgnini.c745 ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiEvInitializeRegion()