Searched refs:HvCallCfg_getPhysicalProcessors (Results 1 – 2 of 2) sorted by relevance
179 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()
169 static inline u64 HvCallCfg_getPhysicalProcessors(HvLpIndex lp,enum HvCallCfg_ReqQual qual) in HvCallCfg_getPhysicalProcessors() function