HomeSort by relevance Sort by last modified time
    Searched refs:MemoryTable (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/
ArmVirtMemoryInitPeiLib.c 36 ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable;
42 ArmPlatformGetVirtualMemoryMap (&MemoryTable);
46 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 70 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
73 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
129 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
130 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
212 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
238 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
LVCS_ReverbGenerator.c 76 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
79 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
160 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
161 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
286 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
289 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
366 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
367 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
LVCS_StereoEnhancer.c 68 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
71 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
156 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
157 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
289 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
292 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
368 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
369 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
LVCS_Init.c 115 *pMemoryTable = pInstance->MemoryTable;
182 pInstance->MemoryTable = *pMemoryTable;
LVCS_Private.h 124 LVCS_MemTab_t MemoryTable; /* Instance memory allocation table */
LVCS_Process.c 97 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
189 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
MemoryInitPeiLib.c 32 IN ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable
42 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
71 ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable;
81 ArmPlatformGetVirtualMemoryMap (&MemoryTable);
190 InitMmu (MemoryTable);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/MemoryInitPei/
MemoryInitPeiLib.c 41 ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable;
47 ArmPlatformGetVirtualMemoryMap (&MemoryTable);
52 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
ArmMmuLib.h 25 IN ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable,
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/Arm/
ArmMmuLibCore.c 291 IN ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable,
319 while (MemoryTable->Length != 0) {
321 if (((UINTN)TranslationTable >= MemoryTable->PhysicalBase) && ((UINTN)TranslationTable <= MemoryTable->PhysicalBase - 1 + MemoryTable->Length)) {
322 TranslationTableAttribute = MemoryTable->Attributes;
325 FillTranslationTable (TranslationTable, MemoryTable);
326 MemoryTable++;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
ArmMmuLibCore.c 550 IN ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable,
565 if(MemoryTable == NULL) {
566 ASSERT (MemoryTable != NULL);
687 while (MemoryTable->Length != 0) {
691 if ((UINTN)TranslationTable >= MemoryTable->PhysicalBase &&
692 (UINTN)TranslationTable + RootTableEntrySize <= MemoryTable->PhysicalBase +
693 MemoryTable->Length) {
694 TranslationTableAttribute = MemoryTable->Attributes;
698 Status = FillTranslationTable (TranslationTable, MemoryTable);
702 MemoryTable++;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D02/MemoryInitPei/
MemoryInitPeiLib.c 37 ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable;
43 ArmPlatformGetVirtualMemoryMap (&MemoryTable);
47 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 134 LVDBE_MemTab_t MemoryTable; /* Instance memory allocation table */
LVDBE_Init.c 121 *pMemoryTable = pInstance->MemoryTable;
216 pInstance->MemoryTable = *pMemoryTable;
LVDBE_Process.c 82 (LVM_INT32 *) pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress;
208 (LVM_FLOAT *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress;
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Private.h 90 LVEQNB_MemTab_t MemoryTable; /* Instance memory allocation table */
LVEQNB_Init.c 178 *pMemoryTable = pInstance->MemoryTable;
275 pInstance->MemoryTable = *pMemoryTable;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 96 LVPSA_MemTab_t MemoryTable;
LVPSA_Process.c 84 pScratch = (LVM_FLOAT*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress;
172 pScratch = (LVM_INT16*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress;
LVPSA_Memory.c 182 *pMemoryTable = pLVPSA_Inst->MemoryTable;
LVPSA_Init.c 115 pLVPSA_Inst->MemoryTable.Region[ii] = pMemoryTable->Region[ii];
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 175 LVREV_MemoryTable_st MemoryTable; /* Memory table */
239 LVREV_MemoryTable_st MemoryTable; /* Memory table */
LVREV_GetMemoryTable.c 275 *pMemoryTable = pLVREV_Private->MemoryTable;
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 202 LVM_MemTab_t MemoryTable; /* Instance memory allocation table */

Completed in 207 milliseconds

1 2