comparison src/cs/riviera/rvf/rvf_pool_size.h @ 295:e5cfd6362158

VIBR SWE hooked into RiViera
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 19:44:08 +0000
parents 7b71cbbc140b
children b1935a9ee04e
comparison
equal deleted inserted replaced
294:e17bdedfbf2b 295:e5cfd6362158
150 #else 150 #else
151 #define RVF_AUDIO_BGD_POOL_SIZE (0) 151 #define RVF_AUDIO_BGD_POOL_SIZE (0)
152 #endif 152 #endif
153 153
154 /* 154 /*
155 * VIBR SWE
156 */
157 #ifdef RVM_VIBR_SWE
158 #include "vibr/vibr_pool_size.h"
159 #define RVF_VIBR_POOL_SIZE (VIBR_POOL_SIZE)
160 #else
161 #define RVF_VIBR_POOL_SIZE (0)
162 #endif
163
164 /*
155 * DAR SWE 165 * DAR SWE
156 */ 166 */
157 #ifdef RVM_DAR_SWE 167 #ifdef RVM_DAR_SWE
158 #include "dar/dar_pool_size.h" 168 #include "dar/dar_pool_size.h"
159 #define RVF_DAR_POOL_SIZE (DAR_POOL_SIZE) 169 #define RVF_DAR_POOL_SIZE (DAR_POOL_SIZE)
745 RVF_KIL_POOL_SIZE + RVF_KMM_POOL_SIZE + RVF_KNM_POOL_SIZE + \ 755 RVF_KIL_POOL_SIZE + RVF_KMM_POOL_SIZE + RVF_KNM_POOL_SIZE + \
746 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \ 756 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \
747 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \ 757 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \
748 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \ 758 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \
749 RVF_FCHG_POOL_SIZE + RVF_FCBM_POOL_SIZE + \ 759 RVF_FCHG_POOL_SIZE + RVF_FCBM_POOL_SIZE + \
750 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE +\ 760 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE + \
761 RVF_VIBR_POOL_SIZE + \
751 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \ 762 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \
752 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \ 763 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \
753 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \ 764 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \
754 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \ 765 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \
755 RVF_TUT_POOL_SIZE + RVF_UVM_POOL_SIZE + RVF_JTM_POOL_SIZE + \ 766 RVF_TUT_POOL_SIZE + RVF_UVM_POOL_SIZE + RVF_JTM_POOL_SIZE + \