Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/utilities/
A Dutcopy.c217 ExternalObject->Processor.ProcId = in AcpiUtCopyIsimpleToEsimple()
218 InternalObject->Processor.ProcId; in AcpiUtCopyIsimpleToEsimple()
219 ExternalObject->Processor.PblkAddress = in AcpiUtCopyIsimpleToEsimple()
220 InternalObject->Processor.Address; in AcpiUtCopyIsimpleToEsimple()
221 ExternalObject->Processor.PblkLength = in AcpiUtCopyIsimpleToEsimple()
222 InternalObject->Processor.Length; in AcpiUtCopyIsimpleToEsimple()
/third_party/lib/acpica/source/components/debugger/
A Ddbstats.c260 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]); in AcpiDbEnumerateObject()
261 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]); in AcpiDbEnumerateObject()
262 AcpiDbEnumerateObject (ObjDesc->Processor.Handler); in AcpiDbEnumerateObject()
/third_party/lib/acpica/source/components/executer/
A Dexcreate.c427 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
428 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
429 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor()
A Dexdump.c191 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Processor.ProcId), "Processor ID"},
192 {ACPI_EXD_UINT8 , ACPI_EXD_OFFSET (Processor.Length), "Length"},
193 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET (Processor.Address), "Address"},
194 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"},
195 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"},
196 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.Handler), "Handler"}
/third_party/lib/acpica/source/components/namespace/
A Dnsdump.c318 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length, in AcpiNsDumpOneObject()
319 ACPI_FORMAT_UINT64 (ObjDesc->Processor.Address)); in AcpiNsDumpOneObject()
/third_party/lib/acpica/source/include/acpica/
A Dacobject.h523 ACPI_OBJECT_PROCESSOR Processor; member
A Dactypes.h974 } Processor; member
/third_party/lib/acpica/
A Dchanges.txt2075 2)Add support for Processor, Device, Thermal Zone, and Scope objects
3331 Processor objects. This can simplify the host OS notification
8402 - Possible memory leak, Notify sub-objects of Processor, Power,
12310 Processor objects. Although this is currently not part of the
13549 predefined Scopes, Processor, PowerResource, and ThermalZone.)
14072 OperationRegion, PowerResource, Processor, and ThermalZone.)
14320 objects are now supported -- Devices, Processor, Power, and
14607 Implemented support to allow a "Notify" on a Processor object.
14652 Implemented fix for PIIX reverse throttling errata (Processor
14655 Added new Limit interface (Processor and Thermal drivers)
[all …]
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl631 Processor(CPU0,0x0,0xFFFFFFFF,0x0) {}

Completed in 41 milliseconds