| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsmethod.c | 131 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0); in AcpiDsAutoSerializeMethod() 321 MethodDesc->Method.Mutex = MutexDesc; in AcpiDsCreateMethodMutex() 381 if (!ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution() 476 if (!ObjDesc->Method.OwnerId) in AcpiDsBeginMethodExecution() 489 ObjDesc->Method.ThreadCount++; in AcpiDsBeginMethodExecution() 497 if (ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution() 595 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, in AcpiDsCallControlMethod() 781 if (MethodDesc->Method.Mutex) in AcpiDsTerminateControlMethod() 830 if (MethodDesc->Method.ThreadCount) in AcpiDsTerminateControlMethod() 832 MethodDesc->Method.ThreadCount--; in AcpiDsTerminateControlMethod() [all …]
|
| A D | dsinit.c | 146 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsInitOneObject() 157 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsInitOneObject()
|
| A D | dsdebug.c | 195 (ACPI_NAMESPACE_NODE *) MethodDesc->Method.Node, in AcpiDsDumpMethodStack()
|
| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aetables.h | 291 Method (_INI) 298 Method (_E07) {} 299 Method (_E22) {} 300 Method (_L31) {} 301 Method (_L66) {} 315 Method (_L01) {} 316 Method (_E07) {} 353 Method (LD) 368 Method (_L08) {} 369 Method (_E08) {} [all …]
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbmethod.c | 339 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local 342 Method = AcpiDbConvertToNode (Name); in AcpiDbDisassembleMethod() 343 if (!Method) in AcpiDbDisassembleMethod() 348 if (Method->Type != ACPI_TYPE_METHOD) in AcpiDbDisassembleMethod() 355 ObjDesc = Method->Object; in AcpiDbDisassembleMethod() 372 ObjDesc->Method.AmlStart, in AcpiDbDisassembleMethod() 380 WalkState->OwnerId = ObjDesc->Method.OwnerId; in AcpiDbDisassembleMethod() 384 Status = AcpiDsScopeStackPush (Method, in AcpiDbDisassembleMethod() 385 Method->Type, WalkState); in AcpiDbDisassembleMethod() 412 AcpiNsDeleteNamespaceSubtree (Method); in AcpiDbDisassembleMethod() [all …]
|
| A D | dbutils.c | 414 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local 431 Method = Op; in AcpiDbSecondPassParse() 444 WalkState->ParserState.AmlStart = Method->Named.Data; in AcpiDbSecondPassParse() 446 WalkState->ParserState.PkgEnd = Method->Named.Data + in AcpiDbSecondPassParse() 447 Method->Named.Length; in AcpiDbSecondPassParse() 457 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1; in AcpiDbSecondPassParse() 458 StartOp = (Method->Common.Value.Arg)->Common.Next; in AcpiDbSecondPassParse()
|
| A D | dbexec.c | 366 if (ObjDesc->Method.ParamCount) in AcpiDbExecutionWalk() 477 &AcpiGbl_DbMethodInfo.Method); in AcpiDbExecute() 531 AcpiGbl_DbMethodInfo.Method)->Name.Ascii), in AcpiDbExecute() 799 &AcpiGbl_DbMethodInfo.Method); in AcpiDbCreateExecutionThreads()
|
| /third_party/lib/acpica/source/components/parser/ |
| A D | psxface.c | 175 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart); in AcpiPsExecuteMethod() 186 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteMethod() 194 Info->ObjDesc->Method.AmlStart, in AcpiPsExecuteMethod() 195 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteMethod() 202 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiPsExecuteMethod() 209 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_INTERNAL_ONLY) in AcpiPsExecuteMethod() 211 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
|
| A D | psloop.c | 332 Next = Next->Method.Mutex; in AcpiPsLinkModuleCode() 340 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart)) in AcpiPsLinkModuleCode() 362 MethodObj->Method.AmlStart = AmlStart; in AcpiPsLinkModuleCode() 363 MethodObj->Method.AmlLength = AmlLength; in AcpiPsLinkModuleCode() 364 MethodObj->Method.OwnerId = OwnerId; in AcpiPsLinkModuleCode() 365 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL; in AcpiPsLinkModuleCode() 371 MethodObj->Method.NextObject = in AcpiPsLinkModuleCode() 380 Prev->Method.Mutex = MethodObj; in AcpiPsLinkModuleCode() 388 Prev->Method.AmlLength += AmlLength; in AcpiPsLinkModuleCode()
|
| A D | psparse.c | 498 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml() 564 (!(WalkState->MethodDesc->Method.InfoFlags & in AcpiPsParseAml() 573 WalkState->MethodDesc->Method.InfoFlags |= in AcpiPsParseAml()
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nseval.c | 238 Info->ObjDesc->Method.AmlStart + 1, in AcpiNsEvaluate() 239 Info->ObjDesc->Method.AmlLength - 1)); in AcpiNsEvaluate() 386 Next = Next->Method.Mutex; in AcpiNsExecModuleCodeList() 390 Prev->Method.Mutex = NULL; in AcpiNsExecModuleCodeList() 444 ACPI_NAMESPACE_NODE, MethodObj->Method.NextObject); in AcpiNsExecModuleCode() 456 MethodObj->Method.Dispatch.Handler = in AcpiNsExecModuleCode() 462 MethodObj->Method.NextObject = NULL; in AcpiNsExecModuleCode() 494 MethodObj->Method.AmlStart)); in AcpiNsExecModuleCode()
|
| A D | nsxfname.c | 356 ParamCount = Node->Object->Method.ParamCount; in AcpiGetObjectInfo() 699 MethodObj->Method.AmlStart = AmlBuffer; in ACPI_EXPORT_SYMBOL() 700 MethodObj->Method.AmlLength = AmlLength; in ACPI_EXPORT_SYMBOL() 702 MethodObj->Method.ParamCount = (UINT8) in ACPI_EXPORT_SYMBOL() 707 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL() 709 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
|
| A D | nsdump.c | 330 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject() 331 ObjDesc->Method.AmlLength, ObjDesc->Method.AmlStart); in AcpiNsDumpOneObject() 496 AcpiOsPrintf (" M:%p-%X\n", ObjDesc->Method.AmlStart, in AcpiNsDumpOneObject() 497 ObjDesc->Method.AmlLength); in AcpiNsDumpOneObject() 627 ObjDesc = (void *) ObjDesc->Method.AmlStart; in AcpiNsDumpOneObject()
|
| A D | nsaccess.c | 169 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize() 176 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize() 180 ObjDesc->Method.InfoFlags = ACPI_METHOD_INTERNAL_ONLY; in AcpiNsRootInitialize() 181 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
|
| A D | nsarguments.c | 180 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckAcpiCompliance() 257 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckArgumentCount()
|
| A D | nsxfeval.c | 321 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL() 326 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL() 332 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL() 337 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL() 341 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL()
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 97 Method (MTH2) 116 Method (MTH3) 125 Method (MTH4) {} 164 Method (_OSC, 5) 181 Method (_L1D) 184 Method (_E1D) 191 Method (_FDM, 1) 195 Method (_Q22) 205 Method (_REG, 2) 384 Method (REM1) [all …]
|
| A D | grammar.asl | 487 Method (SIZE) 623 Method (RTOP) 942 Method (NOTI) 959 Method (DIV0) 1006 Method (R111) 1013 Method (MAIN) 1641 Method (CHEK) 1672 Method (RET1) 1678 Method (RET2) 1683 Method (RETZ) [all …]
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | excreate.c | 535 ObjDesc->Method.AmlStart = AmlStart; in AcpiExCreateMethod() 536 ObjDesc->Method.AmlLength = AmlLength; in AcpiExCreateMethod() 537 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod() 544 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod() 553 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in AcpiExCreateMethod() 559 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
|
| A D | exdump.c | 146 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.InfoFlags), "Info Flags"}, 147 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"}, 148 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"}, 149 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Method.Mutex), "Mutex"}, 150 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.OwnerId), "Owner Id"}, 151 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ThreadCount), "Thread Count"}, 152 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Method.AmlLength), "Aml Length"}, 153 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Method.AmlStart), "Aml Start"} 867 ObjDesc->Method.ParamCount, in AcpiExDumpOperand() 868 ObjDesc->Method.AmlStart, in AcpiExDumpOperand() [all …]
|
| A D | extrace.c | 274 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStartTraceMethod() 331 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStopTraceMethod()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utdelete.c | 217 if (Object->Method.Mutex) in AcpiUtDeleteInternalObj() 219 AcpiOsDeleteMutex (Object->Method.Mutex->Mutex.OsMutex); in AcpiUtDeleteInternalObj() 220 AcpiUtDeleteObjectDesc (Object->Method.Mutex); in AcpiUtDeleteInternalObj() 221 Object->Method.Mutex = NULL; in AcpiUtDeleteInternalObj() 224 if (Object->Method.Node) in AcpiUtDeleteInternalObj() 226 Object->Method.Node = NULL; in AcpiUtDeleteInternalObj()
|
| /third_party/lib/acpica/source/common/ |
| A D | dmextern.c | 941 ObjDesc->Method.ParamCount = (UINT8) External->Value; in AcpiDmAddExternalsToNamespace() 1216 Method (ABCD, 1) 1219 Method (EFGH, 0) 1222 Method (T1) 1226 Method (T2) 1234 185: Method (T1) 1246 190: Method (T2)
|
| /third_party/lib/acpica/source/tools/examples/ |
| A D | extables.c | 354 Control Method Power Button (V1) : 0 355 Control Method Sleep Button (V1) : 0 483 Method (MAIN, 1, NotSerialized)
|
| /third_party/lib/acpica/source/components/events/ |
| A D | evrgnini.c | 622 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiEvInitializeRegion() 624 HandlerObj = ObjDesc->Method.Dispatch.Handler; in AcpiEvInitializeRegion()
|