/sof-2.7.6/src/platform/haswell/include/platform/lib/ |
D | memory.h | 131 #define HEAP_RT_COUNT512 8 macro 157 HEAP_RT_COUNT512 * 512 + HEAP_RT_COUNT1024 * 1024)
|
/sof-2.7.6/src/platform/library/include/platform/lib/ |
D | memory.h | 88 #define HEAP_RT_COUNT512 8 macro 96 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/haswell/lib/ |
D | memory.c | 31 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 41 BLOCK_DEF(512, HEAP_RT_COUNT512, mod_block512),
|
/sof-2.7.6/src/platform/baytrail/include/platform/lib/ |
D | memory.h | 134 #define HEAP_RT_COUNT512 2 macro 160 HEAP_RT_COUNT512 * 512 + HEAP_RT_COUNT1024 * 1024)
|
/sof-2.7.6/src/platform/baytrail/lib/ |
D | memory.c | 31 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 41 BLOCK_DEF(512, HEAP_RT_COUNT512, mod_block512),
|
/sof-2.7.6/src/platform/imx8m/lib/ |
D | memory.c | 32 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 44 BLOCK_DEF(512, HEAP_RT_COUNT512, mod_block512),
|
/sof-2.7.6/src/platform/imx8ulp/lib/ |
D | memory.c | 33 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 44 BLOCK_DEF(512, HEAP_RT_COUNT512, mod_block512),
|
/sof-2.7.6/src/platform/imx8/include/platform/lib/ |
D | memory.h | 114 #define HEAP_RT_COUNT512 4 macro 140 HEAP_RT_COUNT512 * 512 + HEAP_RT_COUNT1024 * 1024 + \
|
/sof-2.7.6/src/platform/imx8/lib/ |
D | memory.c | 32 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 43 BLOCK_DEF(512, HEAP_RT_COUNT512, mod_block512),
|
/sof-2.7.6/src/platform/amd/renoir/include/platform/lib/ |
D | memory.h | 90 #define HEAP_RT_COUNT512 4 macro 112 HEAP_RT_COUNT512 * 512 + HEAP_RT_COUNT1024 * 1024 + \
|
/sof-2.7.6/src/platform/amd/renoir/lib/ |
D | memory.c | 32 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 43 BLOCK_DEF(512, HEAP_RT_COUNT512, mod_block512),
|
/sof-2.7.6/src/platform/imx8m/include/platform/lib/ |
D | memory.h | 117 #define HEAP_RT_COUNT512 4 macro 144 HEAP_RT_COUNT512 * 512 + HEAP_RT_COUNT1024 * 1024 + \
|
/sof-2.7.6/src/platform/imx8ulp/include/platform/lib/ |
D | memory.h | 117 #define HEAP_RT_COUNT512 4 macro 143 HEAP_RT_COUNT512 * 512 + HEAP_RT_COUNT1024 * 1024 + \
|
/sof-2.7.6/src/platform/suecreek/include/platform/lib/ |
D | memory.h | 253 #define HEAP_RT_COUNT512 8 macro 261 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/icelake/include/platform/lib/ |
D | memory.h | 264 #define HEAP_RT_COUNT512 (HEAP_COUNT512 * RT_TIMES) macro 272 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/cannonlake/include/platform/lib/ |
D | memory.h | 267 #define HEAP_RT_COUNT512 (HEAP_COUNT512 * RT_TIMES) macro 275 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/apollolake/include/platform/lib/ |
D | memory.h | 281 #define HEAP_RT_COUNT512 (HEAP_COUNT512 * RT_TIMES) macro 289 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/tigerlake/include/platform/lib/ |
D | memory.h | 278 #define HEAP_RT_COUNT512 (HEAP_COUNT512 * RT_TIMES) macro 286 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/intel/cavs/lib/ |
D | memory.c | 80 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 90 BLOCK_DEF(512, HEAP_RT_COUNT512, uncached_block_hdr(mod_block512)),
|
/sof-2.7.6/src/platform/library/lib/ |
D | memory.c | 75 static SHARED_DATA struct block_hdr mod_block512[HEAP_RT_COUNT512]; 85 BLOCK_DEF(512, HEAP_RT_COUNT512, uncached_block_hdr(mod_block512)),
|