Home
last modified time | relevance | path

Searched refs:ACPI_ALLOCATE (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexconfig.c415 TableHeader = ACPI_ALLOCATE (sizeof (ACPI_TABLE_HEADER)); in AcpiExLoadOp()
456 Table = ACPI_ALLOCATE (Length); in AcpiExLoadOp()
506 Table = ACPI_ALLOCATE (Length); in AcpiExLoadOp()
H A Dexstorob.c97 TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length); in AcpiExStoreBufferToBuffer()
H A Dexoparg3.c114 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO)); in AcpiExOpcode_3A_0T_0R()
H A Dexnames.c113 NameString = ACPI_ALLOCATE (SizeNeeded); in AcpiExAllocateNameString()
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h131 spinlock_t *Lock = ACPI_ALLOCATE(sizeof(*Lock)); \
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutalloc.c340 Buffer->Pointer = ACPI_ALLOCATE (RequiredLength); in AcpiUtInitializeBuffer()
H A Dutaddress.c99 RangeInfo = ACPI_ALLOCATE (sizeof (ACPI_ADDRESS_RANGE)); in AcpiUtAddAddressRange()
H A Dutcopy.c764 ACPI_ALLOCATE (SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
786 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1); in AcpiUtCopySimpleObject()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dactypes.h360 #define ACPI_ALLOCATE(a) NULL macro
372 #define ACPI_ALLOCATE(a) AcpiUtAllocateAndTrack ((ACPI_SIZE) (a), ACPI_MEM_PARAMETER… macro
381 #define ACPI_ALLOCATE(a) AcpiOsAllocate ((ACPI_SIZE) (a)) macro
/titanic_41/usr/src/uts/intel/io/acpica/tables/
H A Dtbutils.c172 NewTable = ACPI_ALLOCATE (TableDesc->Length); in AcpiTbCopyDsdt()
/titanic_41/usr/src/uts/intel/io/acpica/hardware/
H A Dhwpci.c228 ListElement = ACPI_ALLOCATE (sizeof (ACPI_PCI_DEVICE)); in AcpiHwBuildPciList()
/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnseval.c375 Info = ACPI_ALLOCATE (sizeof (ACPI_EVALUATE_INFO)); in AcpiNsExecModuleCodeList()
H A Dnsxfname.c649 AmlBuffer = ACPI_ALLOCATE (AmlLength); in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devxface.c497 NewSciHandler = ACPI_ALLOCATE (sizeof (ACPI_SCI_HANDLER_INFO)); in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt2142 case, the ACPI_ALLOCATE and related macros now resolve directly to their
9259 ACPI_MEM_ALLOCATE and ACPI_MEM_FREE are renamed to ACPI_ALLOCATE and