Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/include/acpica/platform/
A Daclinuxex.h131 spinlock_t *Lock = ACPI_ALLOCATE(sizeof(*Lock)); \
/third_party/lib/acpica/source/components/executer/
A Dexconfig.c412 TableHeader = ACPI_ALLOCATE (sizeof (ACPI_TABLE_HEADER)); in AcpiExLoadOp()
453 Table = ACPI_ALLOCATE (Length); in AcpiExLoadOp()
503 Table = ACPI_ALLOCATE (Length); in AcpiExLoadOp()
A Dexstorob.c97 TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length); in AcpiExStoreBufferToBuffer()
A Dexoparg3.c114 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO)); in AcpiExOpcode_3A_0T_0R()
A Dexnames.c113 NameString = ACPI_ALLOCATE (SizeNeeded); in AcpiExAllocateNameString()
/third_party/lib/acpica/source/components/utilities/
A Dutalloc.c340 Buffer->Pointer = ACPI_ALLOCATE (RequiredLength); in AcpiUtInitializeBuffer()
A Dutaddress.c99 RangeInfo = ACPI_ALLOCATE (sizeof (ACPI_ADDRESS_RANGE)); in AcpiUtAddAddressRange()
A Dutcopy.c764 ACPI_ALLOCATE (SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
786 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1); in AcpiUtCopySimpleObject()
/third_party/lib/acpica/source/include/acpica/
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
/third_party/lib/acpica/source/components/tables/
A Dtbutils.c172 NewTable = ACPI_ALLOCATE (TableDesc->Length); in AcpiTbCopyDsdt()
/third_party/lib/acpica/source/components/hardware/
A Dhwpci.c228 ListElement = ACPI_ALLOCATE (sizeof (ACPI_PCI_DEVICE)); in AcpiHwBuildPciList()
/third_party/lib/acpica/source/components/namespace/
A Dnseval.c375 Info = ACPI_ALLOCATE (sizeof (ACPI_EVALUATE_INFO)); in AcpiNsExecModuleCodeList()
A Dnsxfname.c649 AmlBuffer = ACPI_ALLOCATE (AmlLength); in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/debugger/
A Ddbconvert.c183 Buffer = ACPI_ALLOCATE (Length); in AcpiDbConvertToBuffer()
A Ddbexec.c449 NameString = ACPI_ALLOCATE (strlen (Name) + 1); in AcpiDbExecute()
A Ddbcmds.c1297 AcpiDbTraceMethodName = ACPI_ALLOCATE (strlen (MethodArg) + 1); in AcpiDbTrace()
/third_party/lib/acpica/source/compiler/
A Daslfiles.c154 NewDir->Dir = ACPI_ALLOCATE (DirLength + 1 + NeedsSeparator); in FlAddIncludeDirectory()
A Dprscan.c1076 Info = ACPI_ALLOCATE (sizeof (DIRECTIVE_INFO)); in PrPushDirective()
/third_party/lib/acpica/source/common/
A Ddmextern.c301 LocalPathname = ACPI_ALLOCATE (strlen (Pathname) + 1); in AcpiDmAddToExternalFileList()
/third_party/lib/acpica/source/components/events/
A Devxface.c497 NewSciHandler = ACPI_ALLOCATE (sizeof (ACPI_SCI_HANDLER_INFO)); in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/
A Dchanges.txt1876 case, the ACPI_ALLOCATE and related macros now resolve directly to their
8993 ACPI_MEM_ALLOCATE and ACPI_MEM_FREE are renamed to ACPI_ALLOCATE and

Completed in 48 milliseconds