Home
last modified time | relevance | path

Searched refs:HVPAGESPERCHUNK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvLpConfig.h85 return HvCallCfg_getSystemMsChunks() * HVPAGESPERCHUNK; in HvLpConfig_getSystemMsPages()
100 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Cur) * HVPAGESPERCHUNK; in HvLpConfig_getMsPages()
115 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Min) * HVPAGESPERCHUNK; in HvLpConfig_getMinMsPages()
130 return HvCallCfg_getMinRuntimeMsChunks(HvLpConfig_getLpIndex()) * HVPAGESPERCHUNK; in HvLpConfig_getMinRuntimeMsPages()
145 return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Max) * HVPAGESPERCHUNK; in HvLpConfig_getMaxMsPages()
159 { return HvCallCfg_getMsChunks(HvLpConfig_getLpIndex(),HvCallCfg_Init) * HVPAGESPERCHUNK; in HvLpConfig_getInitMsPages()
270 return itLpNaca.xLoadAreaChunks * HVPAGESPERCHUNK; in HvLpConfig_getLoadPages()
DHvTypes.h78 #define HVPAGESPERCHUNK 64 macro