/sof-2.7.6/src/platform/haswell/include/platform/lib/ |
D | memory.h | 130 #define HEAP_RT_COUNT256 64 macro 156 HEAP_RT_COUNT128 * 128 + HEAP_RT_COUNT256 * 256 + \
|
/sof-2.7.6/src/platform/library/include/platform/lib/ |
D | memory.h | 87 #define HEAP_RT_COUNT256 128 macro 96 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/haswell/lib/ |
D | memory.c | 30 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 40 BLOCK_DEF(256, HEAP_RT_COUNT256, mod_block256),
|
/sof-2.7.6/src/platform/baytrail/include/platform/lib/ |
D | memory.h | 133 #define HEAP_RT_COUNT256 32 macro 159 HEAP_RT_COUNT128 * 128 + HEAP_RT_COUNT256 * 256 + \
|
/sof-2.7.6/src/platform/baytrail/lib/ |
D | memory.c | 30 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 40 BLOCK_DEF(256, HEAP_RT_COUNT256, mod_block256),
|
/sof-2.7.6/src/platform/imx8m/lib/ |
D | memory.c | 31 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 43 BLOCK_DEF(256, HEAP_RT_COUNT256, mod_block256),
|
/sof-2.7.6/src/platform/imx8ulp/lib/ |
D | memory.c | 32 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 43 BLOCK_DEF(256, HEAP_RT_COUNT256, mod_block256),
|
/sof-2.7.6/src/platform/imx8/include/platform/lib/ |
D | memory.h | 113 #define HEAP_RT_COUNT256 32 macro 139 HEAP_RT_COUNT128 * 128 + HEAP_RT_COUNT256 * 256 + \
|
/sof-2.7.6/src/platform/imx8/lib/ |
D | memory.c | 31 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 42 BLOCK_DEF(256, HEAP_RT_COUNT256, mod_block256),
|
/sof-2.7.6/src/platform/amd/renoir/include/platform/lib/ |
D | memory.h | 89 #define HEAP_RT_COUNT256 32 macro 111 HEAP_RT_COUNT128 * 128 + HEAP_RT_COUNT256 * 256 + \
|
/sof-2.7.6/src/platform/amd/renoir/lib/ |
D | memory.c | 31 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 42 BLOCK_DEF(256, HEAP_RT_COUNT256, mod_block256),
|
/sof-2.7.6/src/platform/imx8m/include/platform/lib/ |
D | memory.h | 116 #define HEAP_RT_COUNT256 32 macro 143 HEAP_RT_COUNT128 * 128 + HEAP_RT_COUNT256 * 256 + \
|
/sof-2.7.6/src/platform/imx8ulp/include/platform/lib/ |
D | memory.h | 116 #define HEAP_RT_COUNT256 32 macro 142 HEAP_RT_COUNT128 * 128 + HEAP_RT_COUNT256 * 256 + \
|
/sof-2.7.6/src/platform/suecreek/include/platform/lib/ |
D | memory.h | 252 #define HEAP_RT_COUNT256 80 macro 261 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/icelake/include/platform/lib/ |
D | memory.h | 263 #define HEAP_RT_COUNT256 (HEAP_COUNT256 * 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 | 266 #define HEAP_RT_COUNT256 (HEAP_COUNT256 * 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 | 280 #define HEAP_RT_COUNT256 (HEAP_COUNT256 * 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 | 277 #define HEAP_RT_COUNT256 (HEAP_COUNT256 * RT_TIMES) macro 286 HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
|
/sof-2.7.6/src/platform/intel/cavs/lib/ |
D | memory.c | 79 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 89 BLOCK_DEF(256, HEAP_RT_COUNT256, uncached_block_hdr(mod_block256)),
|
/sof-2.7.6/src/platform/library/lib/ |
D | memory.c | 74 static SHARED_DATA struct block_hdr mod_block256[HEAP_RT_COUNT256]; 84 BLOCK_DEF(256, HEAP_RT_COUNT256, uncached_block_hdr(mod_block256)),
|