Home | History | Annotate | Download | only in lib

Lines Matching defs:Region

81 #define LVCS_MEMREGION_PERSISTENT_SLOW_DATA    0    /* Offset to the instance memory region */
82 #define LVCS_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
83 #define LVCS_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
84 #define LVCS_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
182 /* Memory region definition */
185 LVM_UINT32 Size; /* Region size in bytes */
186 LVCS_MemoryTypes_en Type; /* Region type */
187 void *pBaseAddress; /* Pointer to the region base address */
191 /* Memory table containing the region definitions */
194 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region */
299 region. */