Home | History | Annotate | Download | only in SmmCpuFeaturesLib

Lines Matching refs:CpuIndex

57   CPU is specified by CpuIndex and CpuIndex can be used to access information

61 @param[in] CpuIndex The index of the CPU to initialize. The value
64 @param[in] IsMonarch TRUE if the CpuIndex is the index of the CPU that
67 FALSE if the CpuIndex is not the index of the CPU
71 structures. ProcessorInfo[CpuIndex] contains the
79 IN UINTN CpuIndex,
92 CpuState->x86.SMBASE = (UINT32)CpuHotPlugData->SmBase[CpuIndex];
94 CpuState->x64.SMBASE = (UINT32)CpuHotPlugData->SmBase[CpuIndex];
118 @param[in] CpuIndex The index of the CPU to hook. The value
136 IN UINTN CpuIndex,
208 Install a custom SMI handler for the CPU specified by CpuIndex. This function
213 @param[in] CpuIndex The index of the CPU to install the custom SMI handler.
216 @param[in] SmBase The SMBASE address for the CPU specified by CpuIndex.
218 the CPU specified by CpuIndex.
220 processed by the CPU specified by CpuIndex.
222 processed by the CPU specified by CpuIndex.
224 processed by the CPU specified by CpuIndex.
226 processed by the CPU specified by CpuIndex.
228 processed by the CPU specified by CpuIndex.
230 is processed by the CPU specified by CpuIndex.
235 IN UINTN CpuIndex,
298 @param[in] CpuIndex The index of the CPU that has entered SMM. The value
305 IN UINTN CpuIndex
316 @param[in] CpuIndex The index of the CPU that is exiting SMM. The value must
323 IN UINTN CpuIndex
331 @param[in] CpuIndex The index of the CPU to check for SMM register support.
337 specified by CpuIndex.
339 CPU specified by CpuIndex.
344 IN UINTN CpuIndex,
356 @param[in] CpuIndex The index of the CPU to read the SMM register. The
362 specified by CpuIndex.
367 IN UINTN CpuIndex,
383 @param[in] CpuIndex The index of the CPU to write the SMM register. The
393 IN UINTN CpuIndex,
537 @param[in] CpuIndex Specifies the zero-based index of the CPU save state.
549 IN UINTN CpuIndex,
557 CpuSaveState = (QEMU_SMRAM_SAVE_STATE_MAP *)gSmst->CpuSaveState[CpuIndex];
613 @param[in] CpuIndex The index of the CPU to read the SMM Save State. The
629 IN UINTN CpuIndex,
649 CpuSaveState = (QEMU_SMRAM_SAVE_STATE_MAP *)gSmst->CpuSaveState[CpuIndex];
680 return ReadSaveStateRegisterByIndex (CpuIndex, RegisterIndex, Width, Buffer);
688 @param[in] CpuIndex The index of the CPU to write the SMM Save State. The
702 IN UINTN CpuIndex,
735 CpuSaveState = (QEMU_SMRAM_SAVE_STATE_MAP *)gSmst->CpuSaveState[CpuIndex];