Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvLpConfig.h179 return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Cur); in HvLpConfig_getPhysicalProcessors()
184 …return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Cur) * (/*getPaca()->getS… in HvLpConfig_getLogicalProcessors()
209 return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Min); in HvLpConfig_getMinPhysicalProcessors()
214 …return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Min) * (/*getPaca()->getS… in HvLpConfig_getMinLogicalProcessors()
219 return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Max); in HvLpConfig_getMaxPhysicalProcessors()
224 …return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Max) * (/*getPaca()->getS… in HvLpConfig_getMaxLogicalProcessors()
229 return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Init); in HvLpConfig_getInitPhysicalProcessors()
234 …return HvCallCfg_getPhysicalProcessors(HvLpConfig_getLpIndex(),HvCallCfg_Init) * (/*getPaca()->get… in HvLpConfig_getInitLogicalProcessors()
DHvCallCfg.h169 static inline u64 HvCallCfg_getPhysicalProcessors(HvLpIndex lp,enum HvCallCfg_ReqQual qual) in HvCallCfg_getPhysicalProcessors() function