Lines Matching refs:HvCallCfg_getMsChunks
90 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Cur) / HVCHUNKSPERMEG; in HvLpConfig_getMsMegs()
95 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Cur); in HvLpConfig_getMsChunks()
100 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Cur) * HVPAGESPERCHUNK; in HvLpConfig_getMsPages()
105 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Min) / HVCHUNKSPERMEG; in HvLpConfig_getMinMsMegs()
110 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Min); in HvLpConfig_getMinMsChunks()
115 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Min) * HVPAGESPERCHUNK; in HvLpConfig_getMinMsPages()
135 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Max) / HVCHUNKSPERMEG; in HvLpConfig_getMaxMsMegs()
140 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Max); in HvLpConfig_getMaxMsChunks()
145 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Max) * HVPAGESPERCHUNK; in HvLpConfig_getMaxMsPages()
150 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Init) / HVCHUNKSPERMEG; in HvLpConfig_getInitMsMegs()
155 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Init); in HvLpConfig_getInitMsChunks()
159 { return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Init) * HVPAGESPERCHUNK; in HvLpConfig_getInitMsPages()