Home | History | Annotate | Download | only in PiSmmCpuDxeSmm

Lines Matching refs:Operation

30   Performs an atomic compare exchange operation to get semaphore.

31 The compare exchange operation must be performed using
59 Performs an atomic compare exchange operation to release semaphore.
60 The compare exchange operation must be performed using
87 Performs an atomic compare exchange operation to lock semaphore.
88 The compare exchange operation must be performed using
113 Wait all APs to performs an atomic compare exchange operation to release semaphore.
132 Performs an atomic compare exchange operation to release semaphore
221 // - The timeout value must be longer than longest possible IO operation in the system
934 if (gSmmCpuPrivate->Operation[CpuIndex] == SmmCpuRemove) {
936 DEBUG((DEBUG_ERROR, "gSmmCpuPrivate->Operation[%d] == SmmCpuRemove\n", CpuIndex));