Home | History | Annotate | Download | only in CpuMpPei

Lines Matching refs:FinishedCount

434   volatile UINT32         *FinishedCount;

496 FinishedCount = &PeiCpuMpData->FinishedCount;
503 while (*FinishedCount < ProcessorNumber - 1) {
511 if (*FinishedCount >= ProcessorNumber - 1) {
528 while (*FinishedCount < 1) {
534 if (*FinishedCount >= 1) {
614 volatile UINT32 *FinishedCount;
656 FinishedCount = &PeiCpuMpData->FinishedCount;
664 while (*FinishedCount < 1) {
672 if (*FinishedCount >= 1) {