OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxNumberOfCpus
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuService.c
55
if (ProcessorNumber >=
mMaxNumberOfCpus
|| ProcessorInfoBuffer == NULL) {
91
if (ProcessorNumber >=
mMaxNumberOfCpus
) {
149
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
159
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
206
if (ProcessorNumber >=
mMaxNumberOfCpus
||
262
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
290
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
301
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
311
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
PiSmmCpuDxeSmm.c
86
UINTN
mMaxNumberOfCpus
= 1;
347
ASSERT (mNumberOfCpus <=
mMaxNumberOfCpus
);
611
mMaxNumberOfCpus
= PcdGet32 (PcdCpuMaxLogicalProcessorNumber);
613
mMaxNumberOfCpus
= mNumberOfCpus;
615
gSmmCpuPrivate->SmmCoreEntryContext.NumberOfCpus =
mMaxNumberOfCpus
;
751
BufferPages = EFI_SIZE_TO_PAGES (SIZE_32KB + TileSize * (
mMaxNumberOfCpus
- 1));
763
gSmmCpuPrivate->ProcessorInfo = (EFI_PROCESSOR_INFORMATION *)AllocatePool (sizeof (EFI_PROCESSOR_INFORMATION) *
mMaxNumberOfCpus
);
766
gSmmCpuPrivate->Operation = (SMM_CPU_OPERATION *)AllocatePool (sizeof (SMM_CPU_OPERATION) *
mMaxNumberOfCpus
);
769
gSmmCpuPrivate->CpuSaveStateSize = (UINTN *)AllocatePool (sizeof (UINTN) *
mMaxNumberOfCpus
);
772
gSmmCpuPrivate->CpuSaveState = (VOID **)AllocatePool (sizeof (VOID *) *
mMaxNumberOfCpus
);
[
all
...]
MpService.c
145
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
178
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
254
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
423
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
452
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
1030
ASSERT(CpuIndex <
mMaxNumberOfCpus
);
1060
ASSERT(CpuIndex <
mMaxNumberOfCpus
);
1091
ASSERT(CpuIndex <
mMaxNumberOfCpus
);
[
all
...]
SmmProfile.c
142
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
828
mPFEntryCount = (UINTN *)AllocateZeroPool (sizeof (UINTN) *
mMaxNumberOfCpus
);
831
sizeof (mLastPFEntryValue[0]) *
mMaxNumberOfCpus
);
834
sizeof (mLastPFEntryPointer[0]) *
mMaxNumberOfCpus
);
875
mMsrDsArea = (MSR_DS_AREA_STRUCT **)AllocateZeroPool (sizeof (MSR_DS_AREA_STRUCT *) *
mMaxNumberOfCpus
);
877
mMsrBTSRecord = (BRANCH_TRACE_RECORD **)AllocateZeroPool (sizeof (BRANCH_TRACE_RECORD *) *
mMaxNumberOfCpus
);
879
mMsrPEBSRecord = (PEBS_RECORD **)AllocateZeroPool (sizeof (PEBS_RECORD *) *
mMaxNumberOfCpus
);
883
MsrDsAreaSizePerCpu = mMsrDsAreaSize /
mMaxNumberOfCpus
;
885
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
[
all
...]
SmmCpuMemoryManagement.c
700
for (Index = 0; Index <
mMaxNumberOfCpus
- 1; Index++) {
734
mCpuHotPlugData.SmBase[
mMaxNumberOfCpus
- 1] + SMM_HANDLER_OFFSET,
739
mCpuHotPlugData.SmBase[
mMaxNumberOfCpus
- 1] + SMM_HANDLER_OFFSET,
748
mCpuHotPlugData.SmBase[
mMaxNumberOfCpus
- 1] + SMM_HANDLER_OFFSET + TileCodeSize,
753
mCpuHotPlugData.SmBase[
mMaxNumberOfCpus
- 1] + SMM_HANDLER_OFFSET + TileCodeSize,
[
all
...]
PiSmmCpuDxeSmm.h
178
extern UINTN
mMaxNumberOfCpus
;
[
all
...]
Completed in 5270 milliseconds