Searched refs:Processor (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexcreate.c471 * Processor (Name[0], CpuID[1], PblockAddr[2], PblockLength[3])
497 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
498 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
499 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
H A Dexdump.c261 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Processor.ProcId), "Processor ID"},
262 {ACPI_EXD_UINT8 , ACPI_EXD_OFFSET (Processor.Length), "Length"},
263 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET (Processor.Address), "Address"},
264 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"},
265 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"},
266 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.Handler), "Handler"}
825 AcpiOsPrintf ("Processor\n");
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutcopy.c296 ExternalObject->Processor.ProcId =
297 InternalObject->Processor.ProcId;
298 ExternalObject->Processor.PblkAddress =
299 InternalObject->Processor.Address;
300 ExternalObject->Processor.PblkLength =
301 InternalObject->Processor.Length;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsdump.c371 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length,
372 ACPI_CAST_PTR (void, ObjDesc->Processor.Address));
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h590 ACPI_OBJECT_PROCESSOR Processor; member in union:acpi_operand_object
H A Dactypes.h244 * In the case of the Itanium Processor Family (IPF), the hardware does not
942 } Processor; member in union:acpi_object
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlparse.c292 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, typedef in typeref:enum:Processor
297 static Processor prologProcessor;
298 static Processor prologInitProcessor;
299 static Processor contentProcessor;
300 static Processor cdataSectionProcessor;
302 static Processor ignoreSectionProcessor;
303 static Processor externalParEntProcessor;
304 static Processor externalParEntInitProcessor;
305 static Processor entityValueProcessor;
306 static Processor entityValueInitProcesso
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c716 HandlerObj = ObjDesc->Processor.Handler;

Completed in 110 milliseconds