Lines Matching refs:Index
81 // Get the max index of basic CPUID
100 // Sub-leaf index 0 (ECX= 0 as input) provides enumeration parameters to extract
109 // value to be related to any sub-leaf index, except sub-leaf 0.
162 UINTN Index;
165 for (Index = 0; Index < TotalProcessorNumber; Index ++) {
166 if (PeiCpuMpData->CpuData[Index].ApicId == GetInitialApicId ()) {
167 *ProcessorNumber = Index;
240 UINTN Index;
261 for (Index = 0; Index < ProcessorNumber; Index++) {
262 if (PeiCpuMpData->CpuData[Index].State != CpuStateDisabled) {
430 UINTN Index;
460 for (Index = 0; Index < ProcessorNumber; Index ++) {
461 if (Index == CallerNumber) {
467 if (PeiCpuMpData->CpuData[Index].State != CpuStateDisabled) {
469 if (PeiCpuMpData->CpuData[Index].State != CpuStateBusy) {
519 for (Index = 0; Index < ProcessorNumber; Index++) {
520 if (Index == CallerNumber) {
523 WakeUpAP (PeiCpuMpData, FALSE, Index, Procedure, ProcedureArgument);