Searched refs:total_cores (Results 1 – 3 of 3) sorted by relevance
125 u32 total_cores = 0; in cpt_load_microcode() local143 total_cores = CPT_MAX_TOTAL_CORES; /* upto 15 */ in cpt_load_microcode()146 total_cores = CPT_MAX_SE_CORES; /* upto 9 */ in cpt_load_microcode()150 for (; core < total_cores ; core++, shift++) { in cpt_load_microcode()
176 ${total_cores}= Redfish.Get Attribute ${processor} TotalCores177 Return From Keyword If ${total_cores} is ${NONE} ${0}178 RETURN ${total_cores}
1272 static int cptx_disable_all_cores(struct otx2_cptpf_dev *cptpf, int total_cores, in cptx_disable_all_cores() argument1280 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()1300 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()1316 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()1328 int total_cores, ret; in otx2_cpt_disable_all_cores() local1330 total_cores = cptpf->eng_grps.avail.max_se_cnt + in otx2_cpt_disable_all_cores()1335 ret = cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT1); in otx2_cpt_disable_all_cores()1339 return cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT0); in otx2_cpt_disable_all_cores()